With -report_system_area as_mkisofs: Adding option -B if --grub2-sparc-core

master
Thomas Schmitt 9 years ago
parent a85e4c608c
commit e2b52f0198

@ -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);

@ -1 +1 @@
#define Xorriso_timestamP "2014.11.11.112623"
#define Xorriso_timestamP "2014.11.13.180252"

Loading…
Cancel
Save