[kvm]: increase the kvm installer size to 2G for dbg image
Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
parent
18cb5c6765
commit
bd72844f75
@ -31,7 +31,7 @@ create_disk()
|
||||
|
||||
prepare_installer_disk()
|
||||
{
|
||||
fallocate -l 1024M $INSTALLER_DISK
|
||||
fallocate -l 2048M $INSTALLER_DISK
|
||||
|
||||
mkfs.vfat $INSTALLER_DISK
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user