summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2010-10-19 17:31:55 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2010-10-19 17:31:55 -0700
commit844d9c60f8610d2387af4579d8d83a434c09b438 (patch)
tree9a1769a065b72678df640f08720e96bc6cf79c3c /notes
parentf876323aad34cf70dca503636fe43a4bb084f06a (diff)
downloadjrayhawk-844d9c60f8610d2387af4579d8d83a434c09b438.tar.gz
jrayhawk-844d9c60f8610d2387af4579d8d83a434c09b438.zip
notes: lxc_setup.sh.txt: Correcting dumb major bug
Diffstat (limited to 'notes')
-rw-r--r--notes/lxc_setup.sh.txt4
1 files changed, 2 insertions, 2 deletions
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