]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
sosreport.sh: use -o short-monotonic for the journal output
authorHarald Hoyer <harald@redhat.com>
Fri, 15 Mar 2013 09:41:41 +0000 (10:41 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 15 Mar 2013 09:41:41 +0000 (10:41 +0100)
modules.d/99base/sosreport.sh

index 2aded6b0981764b0a1cfd76f6e00b90d27d888b7..0b4ccdca2db3ebb9c4d6bc4d51bdcf888f01cd01 100755 (executable)
@@ -41,7 +41,7 @@ command -v dmsetup >/dev/null 2>/dev/null && dmsetup ls --tree
 cat /proc/mdstat
 
 if command -v journalctl >/dev/null 2>/dev/null; then
-    journalctl -ab --no-pager
+    journalctl -ab --no-pager -o short-monotonic
 else
     dmesg
     [ -f /run/initramfs/init.log ] && cat /run/initramfs/init.log