Commit 1e2a05d9 authored by Anton Midyukov's avatar Anton Midyukov

grub, memtest: Add memtest for grub-pc

parent 7de3db56
if [ "$grub_platform" = "pc" ]; then
menuentry $"Memory Test" --id 'memtest' {
linux16 /syslinux/memtest.bin
}
fi
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
use/memtest: use/syslinux
use/memtest: use/syslinux use/grub
@$(call add_feature)
@$(call add,SYSTEM_PACKAGES,memtest86+)
@$(call add,SYSLINUX_CFG,memtest)
@$(call add,GRUB_CFG,memtest_bios)
else
use/memtest: ; @:
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