From 648a7e2dfb444ac5692958157a168d04eebef7be Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sun, 19 Apr 2026 20:46:32 +0100 Subject: [PATCH] x86_64: cmake: update cdrom generation to look for grub2-mkrescue --- arch/x86_64/System-Disk.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")