From 844d9c60f8610d2387af4579d8d83a434c09b438 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Tue, 19 Oct 2010 17:31:55 -0700 Subject: notes: lxc_setup.sh.txt: Correcting dumb major bug --- notes/lxc_setup.sh.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notes') diff --git a/notes/lxc_setup.sh.txt b/notes/lxc_setup.sh.txt index 9aa8d45..eff8d96 100644 --- a/notes/lxc_setup.sh.txt +++ b/notes/lxc_setup.sh.txt @@ -1,4 +1,4 @@ -container=build +container=dev volumegroup=algol users=( jrayhawk @@ -36,7 +36,7 @@ echo lxc.network.link = br0 >> /srv/lxc/$container/config echo lxc.network.ipv4 = 192.168.1.$addr/24 >> /srv/lxc/$container/config echo lxc.network.hwaddr = 00:16:53:00:01:$addr >> /srv/lxc/$container/config -lxc-create -n $container -f /srv/lxc/build/config +lxc-create -n $container -f /srv/lxc/$container/config echo > /srv/lxc/$container/rootfs/etc/network/interfaces -- cgit v1.2.3