Chameleon

Chameleon Commit Details

Date:2010-07-26 01:13:27 (13 years 11 months ago)
Author:Evan Lojewski
Commit:252
Parents: 251
Message:Make md0 image user selectable. Falls back to Postboot.img, take 2
Changes:
M/branches/meklort/i386/boot2/ramdisk.c

File differences

branches/meklort/i386/boot2/ramdisk.c
3535
3636
3737
38
38
3939
4040
41
41
4242
4343
4444
if(fh < 0)
{
sprintf(filename, "rd(0,0)/Extra/%s");
sprintf(filename, "rd(0,0)/Extra/%s", override_filename);
if((fh = open(filename, 0)) < 0)
{
sprintf(filename, "/Extra/%s");
sprintf(filename, "/Extra/%s", override_filename);
fh = open(filename, 0);
}

Archive Download the corresponding diff file

Revision: 252