[Fai-commit] r4626 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Wed Oct 17 09:08:58 UTC 2007


Author: lange
Date: 2007-10-17 09:08:57 +0000 (Wed, 17 Oct 2007)
New Revision: 4626

Modified:
   trunk/lib/subroutines-linux
Log:
print kernel version currently running


Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2007-10-16 20:51:42 UTC (rev 4625)
+++ trunk/lib/subroutines-linux	2007-10-17 09:08:57 UTC (rev 4626)
@@ -34,6 +34,8 @@
     # parse kernel parameters and define variables
     local word
 
+    echo -n "Kernel currently running: "
+    uname -a
     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