Not getting an output file
This is the first time I'm using InstaDMG but it doesn't seem to deliver a file in the "OutputFiles" folder.
I made a DMG of my 10.5 image and placed that image in "InstaDMG/InstallerFiles/BaseOS".
Then I created a file named "Leopard_Choices.xml" and placed it in the same folder as my DMG. The "Leopard_Choices.xml" containts
[code]
AdditionalFonts
X11
[/code]
Then I created a "01" folder in the "BaseUpdates" folder and placed the 10.5.0 combo update in the "01" folder.
After all this I started InstaDMG with the following command "./instadmg.bash -f". However after the script finished there are no files in the "OutputFiles" folder.
The output of the screen is
[code]
iMac$ sudo ./instadmg.bash -f
21:00:57 ###### InstaDMG build initiated ######
InstaDMG version 1.6b2 (svn revision: 261)
Host OS: Mac OS X 10.5.8
Host Hardware: PowerMac8,2
Output file name: 10-07-15.dmg
Output disk name: InstaDMG
21:00:58 ###### Finding main MacOS X installer disk ######
Found primary OS installer disk: ./InstallerFiles/BaseOS/Mac OS X Install DVD.dmg
Found the image at: ./InstallerFiles/BaseOS/Mac OS X Install DVD.dmg
21:00:58 ###### Looking for a Cached Image ######
No cached image found
21:00:59 ###### Mounting Mac OS X installer image ######
Mac OS X installer image mounted
21:01:01 ###### Creating intermediary disk image ######
Target image: /private/tmp/InstaDMG_temp_folder.ivXJBW/CD498A6D-5276-48A1-99ED-57ACEA8EAF39.sparseimage mounted sucessfuly at: /tmp/mount_point.WstelQ
21:01:11 ###### Beginning Installation from /private/tmp/InstaDMG_temp_folder.ivXJBW/mount_point.nAeYc9 ######
Installing system from: /private/tmp/InstaDMG_temp_folder.ivXJBW/mount_point.nAeYc9 onto image at: /tmp/mount_point.WstelQ using language code: en
Base OS installed
Compacting and saving cached image to: ./Caches/BaseImageCache/9D2BDA7D.dmg
21:50:15 ###### Looking for a Cached Image ######
Mounting the shadow file (/private/tmp/InstaDMG_temp_folder.ivXJBW/059DF022-01A5-4119-A095-AFF466DEEA06.shadowfile) onto the cached image (./Caches/BaseImageCache/9D2BDA7D.dmg)
Target OS: Mac OS X 10.5.4 (9E25)
Encasing installd daemon in a chroot jail
cp: /System/Library/LaunchDaemons/com.apple.installd.plist: No such file or directory
launchctl: Couldn't stat("/System/Library/LaunchDaemons/com.apple.installd.plist"): No such file or directory
nothing found to unload
###### Unable to unload system installd daemon ######
21:50:29 ###### Cleaning up ######
Restoring normal installd daemon
launchctl: Error unloading: com.apple.installd.modified
launchctl: Couldn't stat("/System/Library/LaunchDaemons/com.apple.installd.plist"): No such file or directory
nothing found to load
Ejecting images
The image did not eject cleanly, so I will force it
Deleting scratch DMG
[/code]
What am I doing wrong?