Pass -a to dmesg(8).
PR: 26870 Submitted by: Tomonobu AKIMOTO <akimoto@xephion.ne.jp>
This commit is contained in:
parent
9b28a3dcc3
commit
84d86fba8d
@ -164,7 +164,7 @@ fi
|
||||
|
||||
# Show kernel log messages
|
||||
#
|
||||
if dmesg 2>/dev/null > ${TMP}; then
|
||||
if dmesg -a 2>/dev/null > ${TMP}; then
|
||||
if [ ! -f ${LOG}/dmesg.today ]; then
|
||||
[ $rc -lt 1 ] && rc=1
|
||||
separator
|
||||
|
Loading…
Reference in New Issue
Block a user