ah,sorry to Questions: 1.Does the combo update 10.5.5 already include the updates to itunes 8 and quicktime 10.5.5? Answer: No if not,i should place these updates into Apple_Update_PKGs. And select the MacOSXUpdCombo
update first, Answer: Yes
2.I am gonna drag my applications pkg. files into User_Update_PKGs,
pacifist,perian,stuffexpander and so on,alll downloaded from their official websites,
suppose they are in correct pkg format and wont mess up my insatllation. a. i didnt see INTEL GMA950 but only GMA X3100.PKG in your OSinstall.pkg,so if I put my own GMAP50.PKG in the User_Update_PKGs folder,everything will be fine,right? and I wont come across blue screen like what I met in JAS 10.5.4? Answer: Maybe b. no matter it's driver pkgs to support my hardware configs, or just system
applications like stuffexpander,I should all place the pkgs files to the
User_Update_PKGs folder,right? The Apple_Update_PKGs folders are for comboupdate and updates for itunes, frontrow and ilife, am i right? Answer: Yes c. My own pkgs will appear in the options list when I run the script. So during the installatin process, my application pkgs will be included in the options list,right? Answer: They will appear in the option list during the script. During the installation they are installed by default and don't appear in the option screen.
3. about clean up the system's languages to save more room for my applications. I am a rookie with those commands and scripts in mac,I went through your scripts,but
still have no idea what things in the system will be deleted after running the
OSx86_Patcher_v10_5_3 scripts.Printers drivers?Xcode?Additional fonts?Language support?
Answer: Nothing is deleted from the system you run the script from. Things like: Printers drivers, Xcode, Additional fonts, Language support etc... are not included in the installer to save space. They can all be installed later from the original instal DVD if required. I figured out from your OSx86_Patcher_v10_5_3.sh that some languages will be deleted. Here is part of the scripts
echo "\tPlease select from one of the available language packs:" echo; printf '\a' PS3=' Enter your choice as a numeric value: ' select a in "English" "Dutch" "Danish" "Finnish" "Polish" "Russian" "Swedish" "Brazilian Portuguese" "Portuguese" "Simplified Chinese" "Spanish" "Traditional Chinese" "French" "German" "Italian" "Japanese" "Korean" "Norwegian" do case "$a" in "") echo "You must select one of the above!";echo "Hit Enter to see menu again!" ;; *) break ;; esac done languageChoice=`echo "$a" | sed 's/ //g'`
so after I see this in the terminal, I shall type in "French",right? Answer: No, each language is given a numeric value, you select the corresponding number. I prefer to use French and English only. Will the printers drivers be deleted by your scripts? Answer: They are not included, you can install them later from the original DVD.
4.the most important of all, thanks a lot for all the great work you are doing here,thumbs up!Fingers crossed for great solutions for building my own install dvd. 
|
|