Allowing 1 BIOS boot image and 1 EFI boot image: -boot_image grub efi_path=
This commit is contained in:
@ -270,6 +270,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
char boot_image_cat_path[SfileadrL];
|
||||
off_t boot_image_load_size;
|
||||
int boot_image_isohybrid; /* 0=off , 1=auto , 2=on , 3=force */
|
||||
char boot_image_efi_path[SfileadrL];
|
||||
char system_area_disk_path[SfileadrL];
|
||||
int system_area_options; /* bit0= "GRUB protective msdos label"
|
||||
(a simple partition table)
|
||||
|
Reference in New Issue
Block a user