From: fdroid on solaria Date: Sat, 5 May 2018 11:26:55 +0000 (+0100) Subject: some debugging and error correction X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6579a262fc94af38dc9016b7059b593f9d3cb637;p=fdroidserver.git some debugging and error correction --- diff --git a/Vagrantfile b/Vagrantfile index 4c050170..1d8dc257 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,6 +7,8 @@ Vagrant.configure("2") do |config| config.disksize.size = '60GB' config.vm.provision "shell", inline: <<-SHELL + set -e + sudo cat /proc/partitions sudo apt-get update && sudo apt-get install -y parted sudo swapoff /dev/sda5 # disable swap so we can then remove the partition sudo parted /dev/sda rm 5 rm 2 # remove swap and extended partition