mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-13 20:45:30 +00:00

Also fix the comment in lxc-cirros template (which I overlooked last time). Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
10 lines
153 B
Makefile
10 lines
153 B
Makefile
hooksdir=@LXCHOOKDIR@
|
|
|
|
hooks_SCRIPTS = \
|
|
clonehostname \
|
|
mountecryptfsroot \
|
|
ubuntu-cloud-prep \
|
|
squid-deb-proxy-client
|
|
|
|
EXTRA_DIST=$(hooks_SCRIPTS)
|