cleanup lxc instructions

This commit is contained in:
j 2014-02-13 12:50:35 +00:00
parent 11fa676c3d
commit 456e8a4d72
1 changed files with 2 additions and 2 deletions

View File

@ -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