From dff319674337c05eb574b89c7c14e27163d342c4 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Tue, 19 Oct 2010 18:09:26 -0700 Subject: notes: lxc_setup.sh.txt: adding less horrible apt sources --- notes/lxc_setup.sh.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'notes') diff --git a/notes/lxc_setup.sh.txt b/notes/lxc_setup.sh.txt index 5154e28..9c1f81e 100644 --- a/notes/lxc_setup.sh.txt +++ b/notes/lxc_setup.sh.txt @@ -73,6 +73,8 @@ done echo 'APT::Install-Recommends "false";' > /srv/lxc/$container/rootfs/etc/apt/apt.conf -lxc-create -n $container -f /srv/lxc/$container/config +echo 'deb http://debian.osuosl.org/debian stable main' > /srv/lxc/$container/rootfs/etc/apt/sources.list +lxc-create -n $container -f /srv/lxc/$container/config +# apt-get install cron rsyslog -- cgit v1.2.3