From 456e8a4d728d1af785e2e9cadc6f6eeb1e8dc3a0 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 13 Feb 2014 12:50:35 +0000 Subject: [PATCH] cleanup lxc instructions --- vm/LXC_README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/LXC_README.txt b/vm/LXC_README.txt index 5fa87fcc2..4a59f11e8 100644 --- a/vm/LXC_README.txt +++ b/vm/LXC_README.txt @@ -15,10 +15,10 @@ Now login as ubuntu/ubuntu and run the following commands: $ sudo su + $ apt-get -y install avahi-daemon curl $ cd /root $ curl 'https://wiki.0x2620.org/browser/pandora/vm/firstboot.sh?format=txt' > firstboot.sh - $ chmod +x firstboot - $ apt-get -y install avahi-daemon + $ chmod +x firstboot.sh $ sed -i s/ubuntu/pandora/g /etc/passwd /etc/shadow /etc/group $ mv /home/ubuntu /home/pandora $ echo "pandora:pandora" | chpasswd