Chameleon

Chameleon Commit Details

Date:2011-08-18 18:18:16 (12 years 8 months ago)
Author:JrCs
Commit:1431
Parents: 1430
Message:Fix bug that prevent chameleon to boot Snow Leopard from raid volumes
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
602602
603603
604604
605
605
606606
607607
608608
bootFile = gBootKernelCacheFile;
}
else {
sprintf(bootFile, "\%s", bootInfo->bootFile);
sprintf(bootFile, "/%s", bootInfo->bootFile);
}
// Try to load kernel image from alternate locations on boot helper partitions.

Archive Download the corresponding diff file

Revision: 1431