summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
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