From 6579a262fc94af38dc9016b7059b593f9d3cb637 Mon Sep 17 00:00:00 2001 From: fdroid on solaria Date: Sat, 5 May 2018 12:26:55 +0100 Subject: [PATCH] some debugging and error correction --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2