Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Building DMG on High Sierra Fails #74

Closed
crahammond opened this issue Nov 29, 2017 · 0 comments
Closed

Building DMG on High Sierra Fails #74

crahammond opened this issue Nov 29, 2017 · 0 comments

Comments

@crahammond
Copy link

Running make dmg on High Sierra fails with:

hdiutil: create failed - no mountable file systems
make: *** [simian-2.5-and-munkitools-3.0.3.3352.dmg] Error 1

This is fixed by specifying HFS+ as the format for the disk image in tgz2dmg.sh on line 172:

hdiutil create -srcfolder "${TMPDIR}/pkg" -layout NONE -volname Simian "$OUT" -fs HFS+

This shouldn't break anything for <= 10.12 AFAIK

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant