diff --git a/vm/LXC_README.txt b/vm/LXC_README.txt index 75fc5264c..6595712f2 100644 --- a/vm/LXC_README.txt +++ b/vm/LXC_README.txt @@ -18,12 +18,12 @@ Now login as ubuntu/ubuntu and run the following commands: apt-get update 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.sh + curl 'https://wiki.0x2620.org/browser/pandora/vm/pandora_install.sh?format=txt' > pandora_install.sh + chmod +x pandora_install.sh sed -i s/ubuntu/pandora/g /etc/passwd /etc/shadow /etc/group mv /home/ubuntu /home/pandora echo "pandora:pandora" | chpasswd locale-gen en_US.UTF-8 dpkg-reconfigure locales - ./firstboot.sh + ./pandora_install.sh diff --git a/vm/build.sh b/vm/build.sh index eb18bb8f8..6b23eef64 100755 --- a/vm/build.sh +++ b/vm/build.sh @@ -26,5 +26,5 @@ sudo vmbuilder $hypervisor ubuntu --suite=trusty \ --pass $password \ --addpkg linux-image-generic \ --components main,universe,multiverse \ - --firstboot=$base/firstboot.sh \ + --firstboot=$base/pandora_install.sh \ $extra diff --git a/vm/firstboot.sh b/vm/pandora_install.sh similarity index 100% rename from vm/firstboot.sh rename to vm/pandora_install.sh