From 46fb3e60fbe8c10feb73c34b24b03b9845a3378b Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 13 May 2024 12:35:29 +0100 Subject: [PATCH] chore: increase default disk size for macOS to 128GB --- quickemu | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/quickemu b/quickemu index b185133..a160e53 100755 --- a/quickemu +++ b/quickemu @@ -625,10 +625,7 @@ function vm_boot() { NET_DEVICE="vmxnet3" USB_HOST_PASSTHROUGH_CONTROLLER="usb-ehci";; esac - - if [ -z "${disk_size}" ]; then - disk_size="96G" - fi + disk_size="${disk_size:-128G}" ;; windows|windows-server) if [ "${QEMU_VER_SHORT}" -gt 60 ]; then