Index: trunk/i386/libsaio/stringTable.c =================================================================== --- trunk/i386/libsaio/stringTable.c (revision 1122) +++ trunk/i386/libsaio/stringTable.c (revision 1123) @@ -644,9 +644,12 @@ { char *dirspec[] = { "rd(0,0)/Extra/org.chameleon.Boot.plist", + "bt(0,0)/Extra/org.chameleon.Boot.plist", "/Extra/org.chameleon.Boot.plist", + "rd(0,0)/Extra/com.apple.Boot.plist", /* DEPRECIATED */ - "/Extra/com.apple.Boot.plist", /* DEPRECIATED */ + "bt(0,0)/Extra/com.apple.Boot.plist", /* DEPRECIATED */ + "/Extra/com.apple.Boot.plist" /* DEPRECIATED */ }; int i, fd, count, ret=-1; @@ -660,7 +663,7 @@ { printf("%s is depreciated.\n", dirspec[i]); dirspec[i][strlen(dirspec[i]) - strlen("com.apple.Boot.plist")] = 0; - printf("Please us the file %sorg.chameleon.Boot.plist instead\n", dirspec[i]); + printf("Please use the file %sorg.chameleon.Boot.plist instead.\n", dirspec[i]); pause(); } // read file Index: trunk/i386/boot2/options.c =================================================================== --- trunk/i386/boot2/options.c (revision 1122) +++ trunk/i386/boot2/options.c (revision 1123) @@ -1184,7 +1184,8 @@ // Load com.apple.Boot.plist from the selected volume // and use its contents to override default bootConfig. - loadSystemConfig(&bootInfo->bootConfig); +// loadSystemConfig(&bootInfo->bootConfig); + loadChameleonConfig(&bootInfo->chameleonConfig); // Use the kernel name specified by the user, or fetch the name // in the config table, or use the default if not specified.