virtualbox, libvirt: resize image to 16GB
Currently the virtual size of VirtualBox and KVM images are only 4GB. This is too small to run a full system upgrade, let alone installing applications.
Test:
- Build images for qemu-amd64 and virtualbox-amd64
- Boot up the VMs and confirm the root block size is 16GB under /plinth/sys/storage/.
Note: I had to run $ sudo /sbin/vboxconfig
to be able to use $ VBoxManage modifyhd
.
This might need mentioning in the documentation.
Signed-off-by: Benedek Nagy contact@nbenedek.me