mkimage-profiles/features.in/grub/cfg.in/90memtest_bios.cfg
Anton Midyukov 09d751fcc0 grub, syslinux, memtest: replace memtest to boot/
memtest is not part of syslinux.
Also replace tabs to spacebar.
2021-04-22 18:43:58 +07:00

6 lines
118 B
INI

if [ "$grub_platform" = "pc" ]; then
menuentry $"Memory Test" --id 'memtest' {
linux16 /boot/memtest.bin
}
fi