From d4dfb6378998f0ed83748575f027cc4e0a8381de Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Tue, 19 Oct 2010 17:53:31 -0700 Subject: notes: lxc_setup.sh.txt: disabling APT::Install-Recommends --- notes/lxc_setup.sh.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'notes/lxc_setup.sh.txt') diff --git a/notes/lxc_setup.sh.txt b/notes/lxc_setup.sh.txt index 819e09e..5154e28 100644 --- a/notes/lxc_setup.sh.txt +++ b/notes/lxc_setup.sh.txt @@ -71,5 +71,8 @@ done echo 192.168.1.$addr $container ) > /srv/lxc/$container/rootfs/etc/hosts +echo 'APT::Install-Recommends "false";' > /srv/lxc/$container/rootfs/etc/apt/apt.conf + lxc-create -n $container -f /srv/lxc/$container/config + -- cgit v1.2.3