From e2b52f01985ea749b34fe64daeca87a7acc6daaf Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 13 Nov 2014 18:04:24 +0000 Subject: [PATCH] With -report_system_area as_mkisofs: Adding option -B if --grub2-sparc-core --- xorriso/iso_img.c | 6 ++++-- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/xorriso/iso_img.c b/xorriso/iso_img.c index bffa1edb..565cf5ab 100644 --- a/xorriso/iso_img.c +++ b/xorriso/iso_img.c @@ -1786,9 +1786,11 @@ static int Xorriso_scan_report_lines(struct XorrisO *xorriso, Text_shellsafe(textpt, buf, 1); } else if(strcmp(name, "SPARC GRUB2 path :") == 0) { - if(mkisofs) + if(mkisofs) { + sprintf(buf, "-B ,"); + Xorriso_record_cmd_linE sprintf(buf, "--grub2-sparc-core "); - else + } else sprintf(buf, "-boot_image grub grub2_sparc_core="); Text_shellsafe(textpt, buf, 1); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index fa5f781b..e1697090 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.11.11.112623" +#define Xorriso_timestamP "2014.11.13.180252"