[kvm]: increase the kvm installer size to 2G for dbg image

Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
Guohan Lu 2019-12-28 21:21:09 +00:00
parent 18cb5c6765
commit bd72844f75

View File

@ -31,7 +31,7 @@ create_disk()
prepare_installer_disk()
{
fallocate -l 1024M $INSTALLER_DISK
fallocate -l 2048M $INSTALLER_DISK
mkfs.vfat $INSTALLER_DISK