live.mk: Add Hardware Detection tool for grub.iso
This commit is contained in:
parent
2b6c37afcd
commit
345a1ac82c
@ -11,7 +11,7 @@ distro/syslinux: distro/.boot \
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (,$(filter-out i586 x86_64 aarch64 ppc64le riscv64,$(ARCH)))
|
ifeq (,$(filter-out i586 x86_64 aarch64 ppc64le riscv64,$(ARCH)))
|
||||||
distro/grub: distro/.boot use/grub use/memtest +efi; @:
|
distro/grub: distro/.boot use/grub use/hdt +efi; @:
|
||||||
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
|
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
|
||||||
@$(call set,BOOTLOADER,grubpcboot)
|
@$(call set,BOOTLOADER,grubpcboot)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user