We have some pre-made Vagrant environments in our office, but one I want to use will create an 80GB partition (and take up way too much of my local HDD space).
Is there an easy way to edit that configuration before loading the box in Vagrant? The virtual disk type is VMDK
which makes it much harder to resize the partition using VBoxManage modifyhd
.
I remember I saw some notes about doing all the commands in a shell provision. I would prefer to do: