Chameleon Applications

Chameleon Applications Commit Details

Date:2010-10-31 23:37:56 (13 years 4 months ago)
Author:blackosx
Commit:202
Parents: 201
Message:Removed some more unnecessary scripts, changed the buildpkg to accommodate the EFI script along with scrax's 'Documentation' amend, changed the English localizable strings to better explain the two main install scripts
Changes:
D/branches/blackosx/trunk/package/Scripts/Configuration
M/branches/blackosx/trunk/package/Resources/English.lproj/Localizable.strings
M/branches/blackosx/trunk/package/buildpkg
M/branches/blackosx/trunk/revision

File differences

branches/blackosx/trunk/package/buildpkg
7171
7272
7373
74
75
74
75
7676
7777
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
7893
7994
8095
......
117132
118133
119134
120
135
136
121137
122138
123139
mkdir -p ${1}/Standard/Scripts/Tools
cp -f ${pkgroot}/Scripts/Standard/* ${1}/Standard/Scripts
ditto --arch i386 `which SetFile` ${1}/Standard/Scripts/Tools/SetFile
echo "Building boot0 package"
buildpackage "${1}/Standard" "/" "${coresize}" "start_enabled=\"true\" start_selected=\"upgrade_allowed()\" selected=\"exclusive(choices['EnhancedHFS']) && exclusive(choices['Standardhfs']) && exclusive(choices['EnhancedFAT']) && exclusive(choices['noboot'])\""
echo "Building standard package"
buildpackage "${1}/Standard" "/" "${coresize}" "start_enabled=\"true\" start_selected=\"upgrade_allowed()\" selected=\"exclusive(choices['EFI']) && exclusive(choices['noboot'])\""
# End build standard package
# build efi package
mkdir -p ${1}/EFI/Root
mkdir -p ${1}/EFI/Scripts/Tools
cp -f ${pkgroot}/Scripts/EFI/* ${1}/EFI/Scripts
ditto --arch i386 `which SetFile` ${1}/EFI/Scripts/Tools/SetFile
echo "Building efi package"
buildpackage "${1}/EFI" "/" "${coresize}" "start_visible=\"systemHasGPT()\" start_selected=\"false\" selected=\"exclusive(choices['Standard']) && exclusive(choices['noboot'])\""
# End build efi package
# build reset choice package
mkdir -p ${1}/noboot/Root
echo "Building reset choice package"
buildpackage "${1}/noboot" "/binaries" "" "start_visible=\"true\" start_selected=\"false\" selected=\"exclusive(choices['Standard']) && exclusive(choices['EFI'])\""
# End build reset choice package
((xmlindent--))
outline[$((outlinecount++))]="${indent[$xmlindent]}\t</line>"
# End build Chameleon package
cp -f ${pkgroot}/doc/README ${1}/Documentation/Root
cp -f ${pkgroot}/doc/Users_Guide0.5.pdf ${1}/Documentation/Root
echo "Building Documentation package"
buildpackage "${1}/Documentation" "/Documentation/Chameleon2RC5" "" "start_selected=\"false\""
#buildpackage "${1}/Documentation" "/Documentation/Chameleon2RC5" "" "start_selected=\"false\""
buildpackage "${1}/Documentation" "/Library/Documentation/Chameleon2RC5" "" "start_selected=\"false\""
# End build package for Documentation
((xmlindent--))
branches/blackosx/trunk/revision
1
2
3
1
<<<<<<< .mine
194=======
195>>>>>>> .r196
198:201

Archive Download the corresponding diff file

Revision: 202