From: fdroid on solaria Date: Sat, 5 May 2018 11:28:37 +0000 (+0100) Subject: more debugging X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e2e58d6c891d5cf73dd70ca8fe8754ffabf86eb1;p=fdroidserver.git more debugging --- diff --git a/Vagrantfile b/Vagrantfile index 1d8dc257..9f70fe03 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,7 +8,7 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", inline: <<-SHELL set -e - sudo cat /proc/partitions + sudo egrep . /proc/partitions /proc/swaps 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