With -report_system_area as_mkisofs: Adding option -B if --grub2-sparc-core
This commit is contained in:
parent
dbffc18df9
commit
9b4e3ed24d
@ -1786,9 +1786,11 @@ static int Xorriso_scan_report_lines(struct XorrisO *xorriso,
|
|||||||
Text_shellsafe(textpt, buf, 1);
|
Text_shellsafe(textpt, buf, 1);
|
||||||
|
|
||||||
} else if(strcmp(name, "SPARC GRUB2 path :") == 0) {
|
} else if(strcmp(name, "SPARC GRUB2 path :") == 0) {
|
||||||
if(mkisofs)
|
if(mkisofs) {
|
||||||
|
sprintf(buf, "-B ,");
|
||||||
|
Xorriso_record_cmd_linE
|
||||||
sprintf(buf, "--grub2-sparc-core ");
|
sprintf(buf, "--grub2-sparc-core ");
|
||||||
else
|
} else
|
||||||
sprintf(buf, "-boot_image grub grub2_sparc_core=");
|
sprintf(buf, "-boot_image grub grub2_sparc_core=");
|
||||||
Text_shellsafe(textpt, buf, 1);
|
Text_shellsafe(textpt, buf, 1);
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2014.11.11.112623"
|
#define Xorriso_timestamP "2014.11.13.180252"
|
||||||
|
Loading…
Reference in New Issue
Block a user