Recognizing isohybrid MBRs with more than one partition entry
This commit is contained in:
parent
7cff13d200
commit
c79d39b361
@ -795,11 +795,6 @@ no_boot:;
|
|||||||
if(i >= 426)
|
if(i >= 426)
|
||||||
has_isolinux_mbr= 0;
|
has_isolinux_mbr= 0;
|
||||||
}
|
}
|
||||||
for(i= 462; i < 510; i++)
|
|
||||||
if(lb0[i])
|
|
||||||
break;
|
|
||||||
if(i < 510)
|
|
||||||
has_isolinux_mbr= 0;
|
|
||||||
}
|
}
|
||||||
if(has_isolinux_mbr)
|
if(has_isolinux_mbr)
|
||||||
strcat(respt, " , ISOLINUX isohybrid MBR pointing to boot image");
|
strcat(respt, " , ISOLINUX isohybrid MBR pointing to boot image");
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2013.03.18.204322"
|
#define Xorriso_timestamP "2013.04.12.181739"
|
||||||
|
Loading…
Reference in New Issue
Block a user