diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-10-19 18:09:26 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-10-19 18:09:26 -0700 |
commit | dff319674337c05eb574b89c7c14e27163d342c4 (patch) | |
tree | cd9f71a14dc883ffc3ceb84bb252e8f021ff70ef | |
parent | d4dfb6378998f0ed83748575f027cc4e0a8381de (diff) | |
download | jrayhawk-dff319674337c05eb574b89c7c14e27163d342c4.tar.gz jrayhawk-dff319674337c05eb574b89c7c14e27163d342c4.zip |
notes: lxc_setup.sh.txt: adding less horrible apt sources
-rw-r--r-- | notes/lxc_setup.sh.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 |