Changeset 73822 in vbox for trunk/src/VBox/Installer/darwin
- Timestamp:
- Aug 22, 2018 9:31:35 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r72282 r73822 154 154 @# Change the owners. 155 155 sudo chown -R root:admin $(VBOX_PATH_PACK_TMP)/DiskImage 156 @# Create the image. We calculate the size our selves, adding 8MB for fudging (it's about 100-120MB atm).156 @# Create the image. We calculate the size our selves, adding 16MB for fudging (min 13MB fudge needed on high sierra). 157 157 sudo hdiutil create -format UDBZ -volname "VirtualBox" -srcfolder "$(VBOX_PATH_PACK_TMP)/DiskImage" \ 158 -size $(DOLLAR)((` /usr/bin/du -d 0 -k "$(VBOX_PATH_PACK_TMP)/DiskImage/" | /usr/bin/cut -f1` + 8192))k \158 -size $(DOLLAR)((`sudo /usr/bin/du -d 0 -k "$(VBOX_PATH_PACK_TMP)/DiskImage/" | /usr/bin/cut -f1` + 16384))k \ 159 159 "$@" 160 160 @# Change (back) the owner so it can be deleted by the user.
Note:
See TracChangeset
for help on using the changeset viewer.