[Fai-commit] r4998 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Fri Jun 20 14:28:28 UTC 2008


Author: lange
Date: 2008-06-20 14:28:27 +0000 (Fri, 20 Jun 2008)
New Revision: 4998

Modified:
   trunk/lib/subroutines-linux
Log:
set $printk if not already defined


Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2008-06-20 10:48:26 UTC (rev 4997)
+++ trunk/lib/subroutines-linux	2008-06-20 14:28:27 UTC (rev 4998)
@@ -65,7 +65,7 @@
         . $bootlog
         unset T170 T171 T172 ROOT_PATH BOOTFILE
 
-	printk=6
+	printk=${printk:-6}
 	echo $printk > /proc/sys/kernel/printk
 	klogd -f $LOGDIR/kernel.log
 	echo "*.* $LOGDIR/syslog.log" > /etc/syslog.conf




More information about the Fai-commit mailing list