Skip to content

Commit cf0f0d7

Browse files
adfernandesgalak
authored andcommitted
Increase the macOS sparse disk image size
Signed-off-by: Andrew Fernandes <[email protected]>
1 parent c57baee commit cf0f0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [ "$machine" == "Mac" ]; then
3232
if [ ! -e "$ImageNameExt" ]; then
3333
diskutil umount force /Volumes/${ImageName} && true
3434
rm -f ${ImageNameExt} && true
35-
hdiutil create ${ImageName} -volname ${ImageName} -type SPARSE -size 24g -fs HFSX
35+
hdiutil create ${ImageName} -volname ${ImageName} -type SPARSE -size 64g -fs HFSX
3636
fi
3737
if [ ! -d "/Volumes/$ImageName" ]; then
3838
hdiutil mount ${ImageNameExt}

0 commit comments

Comments
 (0)