-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The macOS 10.12 link (and probably the others) on Apple's official download page ends up downloading InstallOS.dmg, which in turn contains InstallOS.pkg, which is fairly troublesome to convert to the Install macOS Sierra.app that createinstalliso expects.
What's the recommended approach for these?
From my own testing, I ended up being able to create the iso after following the steps below (though not sure it actually runs yet):
- Open
InstallOS.dmgto get access toInstallOS.pkg - Unpack
InstallOS.pkgand thenInstallOS.pkg/Payloadusing instructions in https://stackoverflow.com/questions/11298855/how-to-unpack-and-pack-pkg-file (or maybe justpkgutil --expand-full?) - Copy
InstallESD.dmgtoInstall XXX.app/Contents/SharedSupport - Run
xattr -cr Install XXX.appto allow codesign to work - Run
./createinstalliso
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request