risolto cosi:
QUOTE
Insert the CD1 of your MacBook (or whatelse), open the directory CD1/System/Installation/Packages and copy Bundled Software.mpkg on the Desktop, so that you can modify it.
Now, open the package, which means: right click -> Show package contents (I guess, I have OSX in Italian so I'm not sure on how it was translated). Then open with TextEdit Contents/Info.plist and modify as follow:
<key>IFPkgFlagComponentDirectory</key>
<string>../.packages</string>
with
<key>IFPkgFlagComponentDirectory</key>
<string>/Volumes/Mac OS X Install Disc 2/Packages</string>
Here, I'm assuming the CD2, which contains iLife, is named "Mac OS X Install Disc 2"
Finally, remove the two lines at the end of the file:
<key>TestObject</key>
<string>MacBook1,1</string>
ciau...