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

This commit is contained in:
Thomas Schmitt 2014-11-13 18:04:24 +00:00
parent a85e4c608c
commit e2b52f0198
2 changed files with 5 additions and 3 deletions

View File

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

View File

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