[Fai-commit] r6432 - branches/stable/3.4/bin
Michael Prokop
mika at alioth.debian.org
Fri Apr 15 18:10:35 UTC 2011
Author: mika
Date: 2011-04-15 18:10:34 +0000 (Fri, 15 Apr 2011)
New Revision: 6432
Modified:
branches/stable/3.4/bin/fai-cd
Log:
fix wrong file name for memtest boot option
Closes: #620798
(cherry picked from commit f01a6edb4ab73f5f3ab818f3f14109b5122ef14f)
Modified: branches/stable/3.4/bin/fai-cd
===================================================================
--- branches/stable/3.4/bin/fai-cd 2011-04-15 18:10:24 UTC (rev 6431)
+++ branches/stable/3.4/bin/fai-cd 2011-04-15 18:10:34 UTC (rev 6432)
@@ -181,7 +181,7 @@
cat >> $tmp/boot/grub/grub.cfg <<EOF
menuentry "Memory test (memtest86+)" {
- linux16 /boot/memtest86+
+ linux16 /boot/memtest86+.bin
}
EOF
fi
More information about the Fai-commit
mailing list