Pass -a to dmesg(8).

PR:		26870
Submitted by:	Tomonobu AKIMOTO <akimoto@xephion.ne.jp>
This commit is contained in:
Dima Dorfman 2001-06-14 04:30:46 +00:00
parent 9b28a3dcc3
commit 84d86fba8d

View File

@ -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