Resize scratch image, and use GTK display

This commit is contained in:
Tony Garnock-Jones 2022-01-07 14:45:43 +01:00
parent c41280a8fa
commit 020b51ecbf
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ done
if [ ! -f ${BASEIMG} ]
then
qemu-img convert -f raw -O qcow2 ${IMGDIR}/qemu-amd64.img ${BASEIMG}
qemu-img resize ${BASEIMG} 4G
fi
if [ ! -f ${TMPIMG} ]
then
@ -43,4 +44,4 @@ qemu-system-x86_64 \
-vga virtio \
-enable-kvm \
-cpu host \
-display none,show-cursor=on
-display gtk