Author: arekm
Date: Thu Aug  7 22:36:11 2008
New Revision: 9859

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
dump 524288 of dmesg data

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:36:11 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 131072 > /var/log/dmesg
+       dmesg -s 524288 > /var/log/dmesg
        i=5
        while [ $i -ge 0 ]; do
                if [ -f /var/log/dmesg.$i ]; then
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to