The GitHub page for createOSXinstallPkg mentions that the Yosemite installer does not work with flat packages.
https://github.com/munki/createOSXinstallPkg#further-note-on-additional-packages-and-yosemite
I built a new distribution package containing my firstboot script and launchdaemon using Packages.
When I attempt to create the new OS installer, I am greeted with a message that the package is not a flat distribution package (which is in direct contradiction to the note on the GitHub page). Has anyone else encountered this? How do I get this to build with a non-flat package?
Here is my output:
sudo ./createOSXinstallPkg --plist UpgradetoYosemite10101.plist Examining and verifying source... ---------------------------------------------------------------- InstallESD.dmg: /Applications/Install OS X Yosemite.app/Contents/SharedSupport/InstallESD.dmg OS Version: 10.10.1 OS Build: 14B25 ---------------------------------------------------------------- Output path: /Users/limacadmin/createOSXinstallPkg-master/UpgradetoOSXYosemite10101.pkg Additional packages: ---------------------------------------------------------------- /Users/limacadmin/createOSXinstallPkg-master/Packages/YosemiteUpgrayedd.mpkg is not a flat distribution package. This will cause Yosemite install to fail.
