chore: increase default disk size for macOS to 128GB

This commit is contained in:
Martin Wimpress 2024-05-13 12:35:29 +01:00 committed by Martin Wimpress
parent ef711a0bbc
commit 46fb3e60fb
1 changed files with 1 additions and 4 deletions

View File

@ -625,10 +625,7 @@ function vm_boot() {
NET_DEVICE="vmxnet3" NET_DEVICE="vmxnet3"
USB_HOST_PASSTHROUGH_CONTROLLER="usb-ehci";; USB_HOST_PASSTHROUGH_CONTROLLER="usb-ehci";;
esac esac
disk_size="${disk_size:-128G}"
if [ -z "${disk_size}" ]; then
disk_size="96G"
fi
;; ;;
windows|windows-server) windows|windows-server)
if [ "${QEMU_VER_SHORT}" -gt 60 ]; then if [ "${QEMU_VER_SHORT}" -gt 60 ]; then