summaryrefslogtreecommitdiff
path: root/notes/lxc_setup.sh.txt
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2010-10-19 17:53:31 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2010-10-19 17:53:31 -0700
commitd4dfb6378998f0ed83748575f027cc4e0a8381de (patch)
tree40f53a8b1d21c1b8d2962fa0b35cb5efef51b890 /notes/lxc_setup.sh.txt
parent7cb4ca9db6167a53eeac30425ebfcb90881c9b77 (diff)
downloadjrayhawk-d4dfb6378998f0ed83748575f027cc4e0a8381de.tar.gz
jrayhawk-d4dfb6378998f0ed83748575f027cc4e0a8381de.zip
notes: lxc_setup.sh.txt: disabling APT::Install-Recommends
Diffstat (limited to 'notes/lxc_setup.sh.txt')
-rw-r--r--notes/lxc_setup.sh.txt3
1 files changed, 3 insertions, 0 deletions
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
+