From a9d0d0f6975247596092b096e9d41df5a3078583 Mon Sep 17 00:00:00 2001 From: sickcodes <65906298+sickcodes@users.noreply.github.com> Date: Sun, 28 Nov 2021 02:05:37 +0000 Subject: [PATCH] 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) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efbe439..8f4afb2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # export SHORTNAME=monterey -DISK_SIZE := 128G +DISK_SIZE := 256G all: BaseSystem.img mac_hdd_ng.img