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"