[Fai-commit] r4805 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Thu Nov 29 17:33:09 UTC 2007


Author: lange
Date: 2007-11-29 17:33:09 +0000 (Thu, 29 Nov 2007)
New Revision: 4805

Modified:
   trunk/lib/subroutines-linux
Log:
do not print hostname


Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2007-11-29 17:25:26 UTC (rev 4804)
+++ trunk/lib/subroutines-linux	2007-11-29 17:33:09 UTC (rev 4805)
@@ -35,7 +35,7 @@
     local word
 
     echo -n "Kernel currently running: "
-    uname -rsnmo
+    uname -rsmo
     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