Commit 22a57a86 authored by Anton Midyukov's avatar Anton Midyukov

grub: fix typo in 90memtest.cfg

parent 0c59e091
......@@ -4,7 +4,7 @@ if [ "$grub_platform" = "pc" ]; then
}
fi
if [ "$grub_platform" = "efi" ]; then
menuentry $"Memory Test (may not work with Secure Boot" --id 'memtest' {
menuentry $"Memory Test (may not work with Secure Boot)" --id 'memtest' {
linux /boot/memtest.efi
}
fi
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