[Fai-commit] r6005 - in branches/stable/3.4: bin debian
Michael Prokop
mika at alioth.debian.org
Tue Aug 17 12:56:00 UTC 2010
Author: mika
Date: 2010-08-17 12:55:57 +0000 (Tue, 17 Aug 2010)
New Revision: 6005
Modified:
branches/stable/3.4/bin/fai-cd
branches/stable/3.4/debian/changelog
Log:
remove test which is already done before
Signed-off-by: Michael Prokop <mika at grml.org>
Modified: branches/stable/3.4/bin/fai-cd
===================================================================
--- branches/stable/3.4/bin/fai-cd 2010-08-17 12:55:52 UTC (rev 6004)
+++ branches/stable/3.4/bin/fai-cd 2010-08-17 12:55:57 UTC (rev 6005)
@@ -420,10 +420,8 @@
create_grub1_image
elif [ "$grub_version" -eq 2 ]; then
create_grub2_image
-else
- echo "grub_version $grub_version not supported, creating grub2 boot image"
- create_grub2_image
fi
+
provide_memtest_boot_option
if [ $bootonly -eq 1 ]; then
Modified: branches/stable/3.4/debian/changelog
===================================================================
--- branches/stable/3.4/debian/changelog 2010-08-17 12:55:52 UTC (rev 6004)
+++ branches/stable/3.4/debian/changelog 2010-08-17 12:55:57 UTC (rev 6005)
@@ -57,6 +57,7 @@
fai-class, install_packages, ainsl, fai-mirror, fai-chboot:
remove version information, remove e-mail address for bugs
* fai-cd: add grub2 support (thanks to Sebastian Hetze for the patch)
+ remove test which is already done before
[ Michael Tautschnig ]
* control: Move setup-storage to its own package (fai-setup-storage). Thanks
More information about the Fai-commit
mailing list