Skip to content

Commit

Permalink
scripts/ventura/Makefile resize to 15G (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: kangshumin <k8ndev@gmail.com>
  • Loading branch information
kangshumin and kangshumin committed Feb 9, 2023
1 parent 7fed0d7 commit 1184c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ventura/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1184c09

Please sign in to comment.