Chameleon Applications

Chameleon Applications Commit Details

Date:2011-07-13 02:35:23 (12 years 9 months ago)
Author:Azimutz
Commit:315
Parents: 314
Message:Replace some stray com.Apple.boot.plist and update zip archives.
Changes:
M/trunk/ChameleonPrefPane/bin/OSX105/Chameleon.prefPane.zip
M/trunk/ChameleonPrefPane/Sources/BootSetupController.mm
M/trunk/ChameleonPrefPane/bin/OSX106/Chameleon.prefPane.zip
M/trunk/ChameleonPrefPane/README
M/trunk/ChameleonPrefPane/Resources/cdBootCreator.sh
M/trunk/ChameleonPrefPane/bin/version

File differences

trunk/ChameleonPrefPane/Sources/BootSetupController.mm
224224
225225
226226
227
227
228228
229229
230230
if (val)
{
NSString * f = [self selectPlistFile: @"com.Apple.boot.plist"];
NSString * f = [self selectPlistFile: @"org.chameleon.Boot.plist"];
if(f)
{
[mBootConfigPathText setStringValue:f];
trunk/ChameleonPrefPane/README
2929
3030
3131
32
32
3333
3434
3535
(2 first parameters in the pref. file under the partitionList key)
Troubleshooting
If the panel sees your com.apple.boot.plist in the status box, but the boot selection
If the panel sees your org.chameleon.Boot.plist in the status box, but the boot selection
seem to have no effect, it might be that you have more than one bootConfig file
and that the chameleon booter does not load the one that the panel selected,
see upper to force the bootConfig to match the one loaded by the chameleon booter.
trunk/ChameleonPrefPane/bin/version
1
1
2.0-RC5 - r313
2.0-RC5 - r315
trunk/ChameleonPrefPane/Resources/cdBootCreator.sh
2424
2525
2626
27
27
2828
2929
3030
fi
if [ ! -f $extra/org.chameleon.Boot.plist ];then
echo "- Error: no com.apple.boot.plist found. File required"
echo "- Error: no org.chameleon.Boot.plist found. File required"
echo " ------------------------"
exit
fi

Archive Download the corresponding diff file

Revision: 315