Commit 345a1ac8 authored by Anton Midyukov's avatar Anton Midyukov

live.mk: Add Hardware Detection tool for grub.iso

parent 2b6c37af
...@@ -11,7 +11,7 @@ distro/syslinux: distro/.boot \ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment