From d8e02bcfa8305502b37e469f712f59ea1b8222bd Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 7 Feb 2015 11:51:05 +0000 Subject: [PATCH] Corrected representation of isohybrid MBR with -report_system_area "cmd" --- xorriso/iso_img.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorriso/iso_img.c b/xorriso/iso_img.c index b1ed8dc5..2701b714 100644 --- a/xorriso/iso_img.c +++ b/xorriso/iso_img.c @@ -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) { diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 4852c224..786a91e8 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2015.02.06.115405" +#define Xorriso_timestamP "2015.02.07.114834"