mirror_lxc/hooks/Makefile.am
Serge Hallyn cd6b3e37a6 remove mountcgroup hook entirely
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>
2014-07-17 17:33:45 -05:00

10 lines
153 B
Makefile

hooksdir=@LXCHOOKDIR@
hooks_SCRIPTS = \
clonehostname \
mountecryptfsroot \
ubuntu-cloud-prep \
squid-deb-proxy-client
EXTRA_DIST=$(hooks_SCRIPTS)