Changes in boot/grub/meson.build [c21d4d6:145a13b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/grub/meson.build
rc21d4d6 r145a13b 108 108 genisoimage_args = [ '-eltorito-boot', grub_image, '-no-emul-boot', '-boot-info-table' ] 109 109 elif 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 111 115 endif 112 116
Note:
See TracChangeset
for help on using the changeset viewer.