From: Harald Hoyer Date: Fri, 15 Mar 2013 09:41:41 +0000 (+0100) Subject: sosreport.sh: use -o short-monotonic for the journal output X-Git-Tag: 027~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e9bfdde14e64b959f5ae24aa8e6d91e56d09ec6;p=thirdparty%2Fdracut.git sosreport.sh: use -o short-monotonic for the journal output --- diff --git a/modules.d/99base/sosreport.sh b/modules.d/99base/sosreport.sh index 2aded6b09..0b4ccdca2 100755 --- a/modules.d/99base/sosreport.sh +++ b/modules.d/99base/sosreport.sh @@ -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