09d751fcc0
memtest is not part of syslinux. Also replace tabs to spacebar.
6 lines
118 B
INI
6 lines
118 B
INI
if [ "$grub_platform" = "pc" ]; then
|
|
menuentry $"Memory Test" --id 'memtest' {
|
|
linux16 /boot/memtest.bin
|
|
}
|
|
fi
|