From d15e6c96292f57d2b960565ba9cf2226ee415489 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 20 Mar 2015 07:51:31 +0000 Subject: [PATCH] rename install script to pandora_install.sh --- vm/LXC_README.txt | 6 +++--- vm/build.sh | 2 +- vm/{firstboot.sh => pandora_install.sh} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename vm/{firstboot.sh => pandora_install.sh} (100%) diff --git a/vm/LXC_README.txt b/vm/LXC_README.txt index 75fc5264..6595712f 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 eb18bb8f..6b23eef6 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