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"