Commit 23417f75 authored by Anton Midyukov's avatar Anton Midyukov

memtest, grub: Add memtest for UEFI if BRANCH=sisyphus

memtest86+ >= 6.20 there is only in Sisyphus yet.
parent ce447bd6
if [ "$grub_platform" = "pc" ]; then
menuentry $"Memory Test" --id 'memtest' {
linux /boot/memtest.bin
}
fi
......@@ -3,8 +3,12 @@ use/memtest: use/syslinux use/grub
@$(call add_feature)
@$(call add,SYSTEM_PACKAGES,memtest86+)
@$(call add,SYSLINUX_CFG,memtest)
ifeq (,$(filter-out sisyphus,$(BRANCH)))
@$(call add,GRUB_CFG,memtest)
else
@$(call add,GRUB_CFG,memtest_bios)
endif
else
use/memtest: ; @:
endif
# see also use/efi/memtest86
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