diff --git a/vm/LXC_README.txt b/vm/LXC_README.txt index 43ea09a0..e11065e6 100644 --- a/vm/LXC_README.txt +++ b/vm/LXC_README.txt @@ -10,20 +10,20 @@ 3) Install pan.do/ra in container: - sudo lxc-start -n pandora + sudo lxc-start -n pandora -d -Now login as ubuntu/ubuntu and run the following commands: +4) Attach to container and install pan.do/ra - sudo su + sudo lxc-attach -n pandora --clear-env apt-get update -qq apt-get -y install curl cd /root - curl 'https://wiki.0x2620.org/browser/pandora/vm/pandora_install.sh?format=txt' > pandora_install.sh + curl -L https://pan.do/ra-install > 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 - ./pandora_install.sh + ./pandora_install.sh | tee pandora_install.log diff --git a/vm/pandora_install.sh b/vm/pandora_install.sh index fd3d9e7d..81c3583a 100755 --- a/vm/pandora_install.sh +++ b/vm/pandora_install.sh @@ -246,4 +246,7 @@ hi SpellBad ctermbg=0 nnoremap :set invpaste paste? set pastetoggle= set showmode + +set lcs=tab:→·,trail:·,nbsp:˽ +set list EOF