Letting -as mkisofs -sparc-label perform command -boot_image any sparc_label=
This commit is contained in:
parent
9b4e3ed24d
commit
0eb7e13c19
@ -2014,8 +2014,10 @@ not_enough_args:;
|
|||||||
if(i+1>=argc)
|
if(i+1>=argc)
|
||||||
goto not_enough_args;
|
goto not_enough_args;
|
||||||
i++;
|
i++;
|
||||||
strncpy(xorriso->ascii_disc_label, argv[i], Xorriso_disc_label_sizE - 1);
|
sprintf(sfe, "sparc_label=%s", argv[i]);
|
||||||
xorriso->ascii_disc_label[Xorriso_disc_label_sizE - 1] = 0;
|
ret= Xorriso_option_boot_image(xorriso, "any", sfe, 0);
|
||||||
|
if(ret <= 0)
|
||||||
|
goto problem_handler_2;
|
||||||
|
|
||||||
} else if(strcmp(argpt, "--grub2-sparc-core") == 0) {
|
} else if(strcmp(argpt, "--grub2-sparc-core") == 0) {
|
||||||
if(i+1>=argc)
|
if(i+1>=argc)
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2014.11.13.180252"
|
#define Xorriso_timestamP "2014.11.13.180427"
|
||||||
|
Loading…
Reference in New Issue
Block a user