Skip to content

virtualbox, libvirt: resize image to 16GB

Benedek Nagy requested to merge nbenedek/freedom-maker:vm-resize into master

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:

  1. Build images for qemu-amd64 and virtualbox-amd64
  2. 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

Merge request reports

Loading