1 |
wellsi |
1.1 |
diff -ruN initscripts-9.03.40.old/rc.d/rc.sysinit initscripts-9.03.40/rc.d/rc.sysinit |
2 |
|
|
--- initscripts-9.03.40.old/rc.d/rc.sysinit 2014-03-16 22:45:36.000000000 -0700 |
3 |
|
|
+++ initscripts-9.03.40/rc.d/rc.sysinit 2014-03-16 22:47:16.000000000 -0700 |
4 |
|
|
@@ -657,7 +657,7 @@ |
5 |
|
|
# Now that we have all of our basic modules loaded and the kernel going, |
6 |
|
|
# let's dump the syslog ring somewhere so we can find it later |
7 |
|
|
[ -f /var/log/dmesg ] && mv -f /var/log/dmesg /var/log/dmesg.old |
8 |
|
|
-dmesg -s 131072 > /var/log/dmesg |
9 |
|
|
+dmesg -n 1 -s 131072 > /var/log/dmesg |
10 |
|
|
|
11 |
|
|
# create the crash indicator flag to warn on crashes, offer fsck with timeout |
12 |
|
|
touch /.autofsck &> /dev/null |