VirtualBox

Changeset 73822 in vbox for trunk/src/VBox/Installer/darwin


Ignore:
Timestamp:
Aug 22, 2018 9:31:35 AM (6 years ago)
Author:
vboxsync
Message:

Installer/darwin: Increase the DMG size fudge for high sierra.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r72282 r73822  
    154154        @# Change the owners.
    155155        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).
    157157        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 \
    159159                "$@"
    160160        @# Change (back) the owner so it can be deleted by the user.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette