[Fai-commit] r6623 - trunk/lib

Thomas Lange lange at alioth.debian.org
Wed Jul 20 21:45:48 UTC 2011


Author: lange
Date: 2011-07-20 21:45:48 +0000 (Wed, 20 Jul 2011)
New Revision: 6623

Modified:
   trunk/lib/subroutines
Log:
remove unused code. Writing to /tmp/l seems to be for debugging


Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2011-07-20 21:07:11 UTC (rev 6622)
+++ trunk/lib/subroutines	2011-07-20 21:45:48 UTC (rev 6623)
@@ -698,14 +698,6 @@
     echo -n "Kernel parameters: "; cat /proc/cmdline
     for word in $(cat /proc/cmdline) ; do
 	case $word in
-	    FAI_CLASSES=*)
-                eval "$word"
-		for class in ${FAI_CLASSES//,/ }; do
-		    echo $class >>/tmp/l
-		done
-		unset FAI_CLASSES
-		;;
-
 	    [a-zA-Z]*=*)
 		eval "export $word"
 		;;




More information about the Fai-commit mailing list