I know, I know, “use the retail disks.” That said… I’m giving r211 a try with some OEM discs, since the only platform I’m interested in building for right now is the one the discs are for, and I’m hoping the OEM discs will fix a few odd glitches I’ve been noticing on this platform.
Line 572 reads:
/usr/bin/hdiutil mount “$INSTALLER_FOLDER/IMAGE_FILE” -readonly -noautofsck… (etc)
The problem is that this results in the following command being executed, at least on a machine running 10.5.8 here.
/usr/bin/hdiutil mount “./InstallerFiles/BaseOS/./InstallerFiles/BaseOS/Mac OS X Install Disc 2.dmg” -readonly -noautofsck… (etc)
Removing $INSTALLER_FOLDER/ seems to fix the problem.
Comments are closed