summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-07 06:57:09 +0000
committerBill Nottingham <notting@redhat.com>2001-08-07 06:57:09 +0000
commit2daa66fee0b1471dbd2e9c8a97b2776fec892ad5 (patch)
treef475f7134c959a41ba187629e42ec5c28fe2e9b5
parent2ab3e3874f5e7eaf57d3f6fea8d7abf10b9fcf34 (diff)
downloadinitscripts-2daa66fee0b1471dbd2e9c8a97b2776fec892ad5.tar.gz
initscripts-2daa66fee0b1471dbd2e9c8a97b2776fec892ad5.tar.xz
initscripts-2daa66fee0b1471dbd2e9c8a97b2776fec892ad5.zip
use a bigger buffer size argument to dmesg when dumping the log (#44024)
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 393aa79f..b1849544 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -688,7 +688,7 @@ fi
# 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 -s 131072 > /var/log/dmesg
sleep 1
kill -TERM `/sbin/pidof getkey` >/dev/null 2>&1
} &