diff --git a/arch/x86_64/System-Disk.cmake b/arch/x86_64/System-Disk.cmake index febecbb..022d2f7 100644 --- a/arch/x86_64/System-Disk.cmake +++ b/arch/x86_64/System-Disk.cmake @@ -1,4 +1,4 @@ -find_program(GRUB_MKRESCUE grub-mkrescue) +find_program(GRUB_MKRESCUE NAMES grub-mkrescue grub2-mkrescue) if (GRUB_MKRESCUE) message(STATUS "GRUB: Found grub-mkrescue. Bootable CD-ROM image creation is enabled")