Changes in boot/grub/meson.build [c21d4d6:145a13b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/grub/meson.build

    rc21d4d6 r145a13b  
    108108        genisoimage_args = [ '-eltorito-boot', grub_image, '-no-emul-boot', '-boot-info-table' ]
    109109elif GRUB_ARCH == 'efi'
    110         genisoimage_args = [ '--efi-boot', grub_image ]
     110        if genisoimage_type == 'mkisofs'
     111                genisoimage_args = [ '-eltorito-platform', 'efi', '-eltorito-boot', grub_image, '-no-emul-boot' ]
     112        else
     113                genisoimage_args = [ '--efi-boot', grub_image ]
     114        endif
    111115endif
    112116
Note: See TracChangeset for help on using the changeset viewer.