mirror_lxc/hooks/Makefile.am
Chris Glass 4213a747e8 Make ubuntu templates squid-deb-proxy-client aware
This makes the ubuntu and ubuntu-cloud templates automatically aware of apt
proxy settings when the LXC host has "squid-deb-proxy-client" installed. This
makes installations *much* faster when a suitable squid-deb-proxy is
found on the network (or installed on the host).

Signed-off-by: Chris Glass <tribaal@gmail.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
2014-01-14 16:20:52 -05:00

11 lines
169 B
Makefile

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