From 020b51ecbfaf984dcf883f7495049656aa3ed04b Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 7 Jan 2022 14:45:43 +0100 Subject: [PATCH] Resize scratch image, and use GTK display --- run-scratch-system.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-scratch-system.sh b/run-scratch-system.sh index a52acbe..8398679 100755 --- a/run-scratch-system.sh +++ b/run-scratch-system.sh @@ -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