chore: increase default disk size for macOS to 128GB
This commit is contained in:
parent
ef711a0bbc
commit
46fb3e60fb
5
quickemu
5
quickemu
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue