From fe80e13531b99797c8e6449db63b6ac87d1711f9 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" --- libisoburn/trunk/xorriso/iso_img.c | 2 +- libisoburn/trunk/xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libisoburn/trunk/xorriso/iso_img.c b/libisoburn/trunk/xorriso/iso_img.c index b1ed8dc5..2701b714 100644 --- a/libisoburn/trunk/xorriso/iso_img.c +++ b/libisoburn/trunk/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/libisoburn/trunk/xorriso/xorriso_timestamp.h b/libisoburn/trunk/xorriso/xorriso_timestamp.h index 4852c224..786a91e8 100644 --- a/libisoburn/trunk/xorriso/xorriso_timestamp.h +++ b/libisoburn/trunk/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2015.02.06.115405" +#define Xorriso_timestamP "2015.02.07.114834"