scripts/ventura/Makefile resize to 15G (#213)
Co-authored-by: kangshumin <k8ndev@gmail.com>
This commit is contained in:
parent
7fed0d7c5c
commit
1184c09bc6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ all: Ventura-recovery.img
|
|||
ifeq ($(OS),MACOS)
|
||||
|
||||
Ventura-full.dmg : $(VENTURA_APP)
|
||||
hdiutil create -o "$@" -size 14g -layout GPTSPUD -fs HFS+J
|
||||
hdiutil create -o "$@" -size 15g -layout GPTSPUD -fs HFS+J
|
||||
hdiutil attach -noverify -mountpoint /Volumes/install_build "$@"
|
||||
sudo "$</Contents/Resources/createinstallmedia" --volume /Volumes/install_build --nointeraction
|
||||
hdiutil detach "/Volumes/Install macOS Ventura"
|
||||
|
|
Loading…
Reference in a new issue