Make default disk size bigger (#189)

128gb is a bit low and very hard to grow APFS inside a qcow after creation (convert to raw 128GB, grow disk, expand partition in apple recovery, etc. convert back)
This commit is contained in:
sickcodes 2021-11-28 02:05:37 +00:00 committed by GitHub
parent 0bfa025a72
commit a9d0d0f697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# export SHORTNAME=monterey # export SHORTNAME=monterey
DISK_SIZE := 128G DISK_SIZE := 256G
all: BaseSystem.img mac_hdd_ng.img all: BaseSystem.img mac_hdd_ng.img