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

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>
11 lines
169 B
Makefile
11 lines
169 B
Makefile
hooksdir=@LXCHOOKDIR@
|
|
|
|
hooks_SCRIPTS = \
|
|
clonehostname \
|
|
mountcgroups \
|
|
mountecryptfsroot \
|
|
ubuntu-cloud-prep \
|
|
squid-deb-proxy-client
|
|
|
|
EXTRA_DIST=$(hooks_SCRIPTS)
|