Chameleon

Chameleon Commit Details

Date:2011-08-06 21:24:00 (12 years 7 months ago)
Author:Cosmosis Jones
Commit:1306
Parents: 1305
Message:merged mozos 1233 patch for RAID0 booting
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
605605
606606
607607
608
608
609
610
611
612
613
609614
610615
611616
......
621626
622627
623628
624
629
625630
626631
627632
verbose("Kernel cache did not load %s\n ", bootFile);
}
bootFile = bootInfo->bootFile;
if (checkOSVersion("10.7")) {
bootFile = gBootKernelCacheFile;
}
else {
sprintf(bootFile, "\%s", bootInfo->bootFile);
}
// Try to load kernel image from alternate locations on boot helper partitions.
sprintf(bootFileSpec, "com.apple.boot.P%s", bootFile);
if (ret == -1)
{
// No alternate location found, using the original kernel image path.
strcpy(bootFileSpec, bootFile);
strcpy(bootFileSpec, bootInfo->bootFile);
}
}
}

Archive Download the corresponding diff file

Revision: 1306