mkimage-profiles/features.in/grub/cfg.in/90memtest_bios.cfg

6 lines
118 B
INI
Raw Normal View History

2021-02-09 20:17:33 +03:00
if [ "$grub_platform" = "pc" ]; then
menuentry $"Memory Test" --id 'memtest' {
linux16 /boot/memtest.bin
}
2021-02-09 20:17:33 +03:00
fi