Corrected representation of isohybrid MBR with -report_system_area "cmd"
This commit is contained in:
parent
b9b40fa38c
commit
fe80e13531
@ -1641,7 +1641,7 @@ static int Xorriso_scan_report_lines(struct XorrisO *xorriso,
|
|||||||
if(mkisofs)
|
if(mkisofs)
|
||||||
sprintf(buf, "-isohybrid-mbr .");
|
sprintf(buf, "-isohybrid-mbr .");
|
||||||
else
|
else
|
||||||
sprintf(buf, "-boot_image isolinux partition_table=on");
|
sprintf(buf, "-boot_image isolinux system_area=.");
|
||||||
Xorriso_record_cmd_linE
|
Xorriso_record_cmd_linE
|
||||||
}
|
}
|
||||||
if(strstr(textpt, "grub2-mbr") != NULL) {
|
if(strstr(textpt, "grub2-mbr") != NULL) {
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2015.02.06.115405"
|
#define Xorriso_timestamP "2015.02.07.114834"
|
||||||
|
Loading…
Reference in New Issue
Block a user