This change adds an optional "minimum-image-size" field to be read from the Cargo.toml.
The size of the output file is padded to minimum-image-size (in MiB).
This option is helpful because VirtualBox can only create .vdi images with a minimum size of 4 MiB.
Use following command to convert the bin file to a vdi file:
VBoxManage convertfromraw bootimage.bin bootimage.vdi --format vdi --variant Standard --uuid=<some-uuid-you-generated>
This change adds an optional "minimum-image-size" field to be read from the Cargo.toml. The size of the output file is padded to minimum-image-size (in MiB).
This option is helpful because VirtualBox can only create .vdi images with a minimum size of 4 MiB. Use following command to convert the bin file to a vdi file:
VBoxManage convertfromraw bootimage.bin bootimage.vdi --format vdi --variant Standard --uuid=<some-uuid-you-generated>