[Fai-commit] r4804 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Thu Nov 29 17:25:27 UTC 2007


Author: lange
Date: 2007-11-29 17:25:26 +0000 (Thu, 29 Nov 2007)
New Revision: 4804

Modified:
   trunk/lib/subroutines-linux
Log:
do not print compile time of kernel


Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2007-11-29 17:19:39 UTC (rev 4803)
+++ trunk/lib/subroutines-linux	2007-11-29 17:25:26 UTC (rev 4804)
@@ -35,7 +35,7 @@
     local word
 
     echo -n "Kernel currently running: "
-    uname -a
+    uname -rsnmo
     echo -n "Kernel parameters: "; cat /proc/cmdline
     for word in $(cat /proc/cmdline) ; do
 	case $word in




More information about the Fai-commit mailing list