VirtualBox

Changeset 84556 in vbox


Ignore:
Timestamp:
May 27, 2020 11:15:41 AM (4 years ago)
Author:
vboxsync
Message:

Darwin makefile: changing 16Mb of additonal size for image creation to 32Mb. Should help to make SPB darwin build green

File:
1 edited

Legend:

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

    r84338 r84556  
    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 16MB for fudging (min 13MB fudge needed on high sierra).
     156        @# Create the image. We calculate the size our selves, adding 32MB (was 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)((`sudo /usr/bin/du -sk "$(VBOX_PATH_PACK_TMP)/DiskImage/" | /usr/bin/cut -f1` + 16384))k \
     158                -size $(DOLLAR)((`sudo /usr/bin/du -sk "$(VBOX_PATH_PACK_TMP)/DiskImage/" | /usr/bin/cut -f1` + 32768))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