Skip to content

Commit

Permalink
Make default disk size bigger (kholia#189)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
sickcodes committed Nov 28, 2021
1 parent 0bfa025 commit a9d0d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# export SHORTNAME=monterey
DISK_SIZE := 128G
DISK_SIZE := 256G

all: BaseSystem.img mac_hdd_ng.img

Expand Down

0 comments on commit a9d0d0f

Please sign in to comment.