SVN: rc-scripts/trunk/rc.d/rc.sysinit

arekm arekm at pld-linux.org
Wed Jan 9 09:48:49 CET 2013


Author: arekm
Date: Wed Jan  9 09:48:49 2013
New Revision: 12613

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
Store raw dmesg format, so few dmesg features can be used (like -T) when reading from this file.

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Wed Jan  9 09:48:49 2013
@@ -1000,7 +1000,7 @@
 
 	# Now that we have all of our basic modules loaded and the kernel going,
 	# let's dump the syslog ring somewhere so we can find it later
-	dmesg > /var/log/dmesg
+	dmesg --raw > /var/log/dmesg
 	i=5
 	while [ $i -ge 0 ]; do
 		if [ -f /var/log/dmesg.$i ]; then


More information about the pld-cvs-commit mailing list