Skip to content

Commit 0b37baa

Browse files
authored
Update osxiso
Increase ISO size for big apps due to Sonoma.
1 parent b5c4757 commit 0b37baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osxiso

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Select OS or Quit: "
99
build_mount="/Volumes/install_build"
1010
app_mount="/Volumes/install_app"
1111
apps_v1="|macOS Sierra|OS X El Capitan|OS X Yosemite|OS X Mavericks|"
12-
apps_v2="|macOS High Sierra|macOS Mojave|macOS Catalina|macOS Big Sur|macOS Monterey|macOS Ventura|macOS Sonoma"
13-
apps_large="|macOS Big Sur|macOS Monterey|macOS Ventura|macOS Sonoma"
12+
apps_v2="|macOS High Sierra|macOS Mojave|macOS Catalina|macOS Big Sur|macOS Monterey|macOS Ventura|macOS Sonoma|"
13+
apps_large="|macOS Big Sur|macOS Monterey|macOS Ventura|macOS Sonoma|"
1414
apps=(
1515
"macOS Sonoma"
1616
"macOS Ventura"
@@ -125,7 +125,7 @@ Select OS or Quit: "
125125

126126
iso_size="8125m"
127127
if [[ "$apps_large" == *"|$1|"* ]]; then
128-
iso_size="13750m"
128+
iso_size="15000m"
129129
fi
130130
# Create a blank ISO with a Single Partition
131131
hdiutil create -o "$temp/$1.cdr" -size "$iso_size" -layout SPUD -fs HFS+J

0 commit comments

Comments
 (0)