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:
parent
0bfa025a72
commit
a9d0d0f697
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue