x86_64: cmake: update cdrom generation to look for grub2-mkrescue

This commit is contained in:
2026-04-19 20:46:32 +01:00
parent 4b6099584b
commit 648a7e2dfb
+1 -1
View File
@@ -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")