mirror of
https://github.com/memtest86plus/memtest86plus
synced 2025-03-13 01:13:11 +03:00
Fix grub-iso build on systems with grub2-mkimage.
This commit is contained in:
parent
a95afe88db
commit
d1cafa9f64
@ -181,7 +181,7 @@ GRUB_FONT_DIR ?= /usr/share/grub
|
||||
|
||||
GRUB_LIB_DIR ?= /usr/lib/grub
|
||||
|
||||
GRUB_MKIMAGE := $(shell command -v grub-mkimage2 || command -v grub-mkimage)
|
||||
GRUB_MKIMAGE := $(shell command -v grub2-mkimage || command -v grub-mkimage)
|
||||
|
||||
GRUB_MODULES = iso9660 fat part_msdos all_video font gfxterm gfxmenu \
|
||||
boot chain configfile echo ls
|
||||
|
@ -180,7 +180,7 @@ GRUB_FONT_DIR ?= /usr/share/grub
|
||||
|
||||
GRUB_LIB_DIR ?= /usr/lib/grub
|
||||
|
||||
GRUB_MKIMAGE := $(shell command -v grub-mkimage2 || command -v grub-mkimage)
|
||||
GRUB_MKIMAGE := $(shell command -v grub2-mkimage || command -v grub-mkimage)
|
||||
|
||||
GRUB_MODULES = iso9660 fat part_msdos all_video font gfxterm gfxmenu \
|
||||
boot chain configfile echo ls
|
||||
|
Loading…
x
Reference in New Issue
Block a user