]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Store raw dmesg format, so few dmesg features can be used (like -T) when reading...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 9 Jan 2013 08:48:49 +0000 (08:48 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 9 Jan 2013 08:48:49 +0000 (08:48 +0000)
svn-id: @12613

rc.d/rc.sysinit

index 6b33113b31937309ca7cfc52b1db67928a41fadc..9fe142bc48c570c2a8a9a9aafede079dabc7a5b9 100755 (executable)
@@ -1000,7 +1000,7 @@ if ! is_yes "$VSERVER"; then
 
        # 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
This page took 0.545252 seconds and 4 git commands to generate.