Index: trunk/ChameleonPrefPane/Sources/BootSetupController.mm =================================================================== --- trunk/ChameleonPrefPane/Sources/BootSetupController.mm (revision 314) +++ trunk/ChameleonPrefPane/Sources/BootSetupController.mm (revision 315) @@ -224,7 +224,7 @@ if (val) { - NSString * f = [self selectPlistFile: @"com.Apple.boot.plist"]; + NSString * f = [self selectPlistFile: @"org.chameleon.Boot.plist"]; if(f) { [mBootConfigPathText setStringValue:f]; Index: trunk/ChameleonPrefPane/README =================================================================== --- trunk/ChameleonPrefPane/README (revision 314) +++ trunk/ChameleonPrefPane/README (revision 315) @@ -29,7 +29,7 @@ (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. Index: trunk/ChameleonPrefPane/bin/OSX105/Chameleon.prefPane.zip =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/bin/OSX106/Chameleon.prefPane.zip =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/bin/version =================================================================== --- trunk/ChameleonPrefPane/bin/version (revision 314) +++ trunk/ChameleonPrefPane/bin/version (revision 315) @@ -1 +1 @@ -2.0-RC5 - r313 +2.0-RC5 - r315 Index: trunk/ChameleonPrefPane/Resources/cdBootCreator.sh =================================================================== --- trunk/ChameleonPrefPane/Resources/cdBootCreator.sh (revision 314) +++ trunk/ChameleonPrefPane/Resources/cdBootCreator.sh (revision 315) @@ -24,7 +24,7 @@ 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