See lines 393 and 394 inside the InstaDMG 1.4b4 script:[code]if [ “$IMAGE_FILE” == “$INSTALLER_FOLDER/Mac OS X Install Disc 1.dmg” ]\
|| [ “$IMAGE_FILE” == “$INSTALLER_FOLDER/Mac OS X Install DVD.dmg” ]; then
# we have a primary disk image[/code]It’s your dmg name. Try “Mac OS X Install Disc 1.dmg” or “Mac OS X Install DVD.dmg” instead of “mabook_alu.dmg”. Since it doesn’t match the names InstaDMG is looking for, it thinks your disk image is a supporting disk (such as disk 2, 3, XCode, etc), as mentioned in lines 507-511.
If you want to keep your AlMacBook (need a better name….) install images separate from your standard retail 10.5 image, use the -b flag to redirect the location of the Installer folder. For example:[code]/Users/pfergus/Downloads/InstaDMG_1.4b4/instadmg.bash -b /path/to/AlMacBook_Installer_Image/[/code]and drop your AlMacBook installer DVD in [i]that[/i] folder.
– Patrick
Comments are closed