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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/grub/meson.build

    r145a13b rc21d4d6  
    108108        genisoimage_args = [ '-eltorito-boot', grub_image, '-no-emul-boot', '-boot-info-table' ]
    109109elif GRUB_ARCH == 'efi'
    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
     110        genisoimage_args = [ '--efi-boot', grub_image ]
    115111endif
    116112
Note: See TracChangeset for help on using the changeset viewer.