move provisioning things around
This commit is contained in:
parent
a807ad1c25
commit
4318b1fce1
11
install/eoan/Vagrantfile
vendored
11
install/eoan/Vagrantfile
vendored
@ -5,19 +5,22 @@ Vagrant.configure("2") do |config|
|
|||||||
vb.memory = "2048"
|
vb.memory = "2048"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
|
mkdir -p .ssh .vnc
|
||||||
|
curl https://github.com/motiejus.keys >> .ssh/authorized_keys
|
||||||
|
SHELL
|
||||||
|
|
||||||
|
config.vm.provision "file", source: "xesssion", destination: ".vnc/xsession"
|
||||||
|
|
||||||
# my geom: 2560x1600
|
# my geom: 2560x1600
|
||||||
# vncserver -geometry 1280x800 small window
|
# vncserver -geometry 1280x800 small window
|
||||||
# vncserver -geometry 1920x1200 small letters
|
# vncserver -geometry 1920x1200 small letters
|
||||||
# vncserver -geometry 1536x960 great
|
# vncserver -geometry 1536x960 great
|
||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
mkdir -p .ssh
|
|
||||||
curl https://github.com/motiejus.keys >> .ssh/authorized_keys
|
curl https://github.com/motiejus.keys >> .ssh/authorized_keys
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
qgis freecad \
|
qgis freecad \
|
||||||
openbox-lxde-session lxterminal tightvncserver
|
openbox-lxde-session lxterminal tightvncserver
|
||||||
mkdir -p .vnc
|
|
||||||
SHELL
|
SHELL
|
||||||
|
|
||||||
config.vm.provision "file", source: "xesssion", destination: ".vnc/xsession"
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user