Hello everyone,

I don't know if this is the correct place to submit patches. If not, can somebody point me to the correct place?

The command fai-cd generates a Memtest86+ Grub boot option. However, when Grub2 is used, this menu entry has a typo. It lists "memtest86+" but should list "memtest86+.bin". I've attached a patch that fixes this issue.

With kind regards,

Jurrie
Index: fai-cd
===================================================================
--- fai-cd	(revision 6274)
+++ fai-cd	(working copy)
@@ -181,7 +181,7 @@
         cat >> $tmp/boot/grub/grub.cfg <<EOF
 
 menuentry "Memory test (memtest86+)" {
-    linux16 /boot/memtest86+
+    linux16 /boot/memtest86+.bin
 }
 EOF
     fi

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Antwort per Email an