[Fai-commit] r5874 - in trunk: bin debian

Thomas Lange lange at alioth.debian.org
Tue Jul 27 02:28:58 UTC 2010


Author: lange
Date: 2010-07-27 02:28:58 +0000 (Tue, 27 Jul 2010)
New Revision: 5874

Modified:
   trunk/bin/fai-cd
   trunk/debian/changelog
Log:
  remove test which is already done before

Modified: trunk/bin/fai-cd
===================================================================
--- trunk/bin/fai-cd	2010-07-27 02:15:16 UTC (rev 5873)
+++ trunk/bin/fai-cd	2010-07-27 02:28:58 UTC (rev 5874)
@@ -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: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-07-27 02:15:16 UTC (rev 5873)
+++ trunk/debian/changelog	2010-07-27 02:28:58 UTC (rev 5874)
@@ -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