Recognizing isohybrid MBRs with more than one partition entry
This commit is contained in:
parent
25bf26d686
commit
3faabf0ce6
@ -795,11 +795,6 @@ no_boot:;
|
||||
if(i >= 426)
|
||||
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)
|
||||
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