x86_64: cmake: update cdrom generation to look for grub2-mkrescue
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
find_program(GRUB_MKRESCUE grub-mkrescue)
|
find_program(GRUB_MKRESCUE NAMES grub-mkrescue grub2-mkrescue)
|
||||||
|
|
||||||
if (GRUB_MKRESCUE)
|
if (GRUB_MKRESCUE)
|
||||||
message(STATUS "GRUB: Found grub-mkrescue. Bootable CD-ROM image creation is enabled")
|
message(STATUS "GRUB: Found grub-mkrescue. Bootable CD-ROM image creation is enabled")
|
||||||
|
|||||||
Reference in New Issue
Block a user