We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d6b18 commit e8c2f4bCopy full SHA for e8c2f4b
zfsbootmenu/bin/ztrace
@@ -5,7 +5,7 @@ cleanup() {
5
}
6
7
# Unusable for now with busybox-provided dmesg/less
8
-if ! dmesg -T --time-format reltime -f user -l 7 >/dev/null 2>&1 ; then
+if ! dmesg --time-format reltime -f user -l 7 >/dev/null 2>&1 ; then
9
exit 0
10
fi
11
@@ -41,4 +41,4 @@ while read -r line ; do
41
c="${o}"
42
done
43
44
-done < <( dmesg -T --time-format reltime -f user -l 7 ) | less -R -S +G -M --use-color
+done < <( dmesg --time-format reltime -f user -l 7 ) | less -R -S +G -M --use-color
0 commit comments