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

arekm arekm at pld-linux.org
Thu Aug 7 22:39:30 CEST 2008


Author: arekm
Date: Thu Aug  7 22:39:30 2008
New Revision: 9860

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
Actually don't use -s option since dmesg uses klogctl() to retrieve real ring buffer size.

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Thu Aug  7 22:39:30 2008
@@ -981,7 +981,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 -s 524288 > /var/log/dmesg
+	dmesg > /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