Corrected representation of isohybrid MBR with -report_system_area "cmd"

This commit is contained in:
Thomas Schmitt 2015-02-07 11:51:05 +00:00
parent a8903743a8
commit d8e02bcfa8
2 changed files with 2 additions and 2 deletions

View File

@ -1641,7 +1641,7 @@ static int Xorriso_scan_report_lines(struct XorrisO *xorriso,
if(mkisofs)
sprintf(buf, "-isohybrid-mbr .");
else
sprintf(buf, "-boot_image isolinux partition_table=on");
sprintf(buf, "-boot_image isolinux system_area=.");
Xorriso_record_cmd_linE
}
if(strstr(textpt, "grub2-mbr") != NULL) {

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.02.06.115405"
#define Xorriso_timestamP "2015.02.07.114834"