Diff
Logged in as anonymous

Differences From Artifact [373e27376b]:

To Artifact [9b6658ca02]:


1
2
3
4
5
6
7
# vim:ft=make:

DMESG_FILE?=/var/run/dmesg.boot

dmesg: mountlate
	: Writing dmesg.
	umask 022 ; dmesg -a >> ${DMESG_FILE}
<
<



|



1
2
3
4
5


DMESG_FILE?=/var/run/dmesg.boot

dmesg: mountlate
	echo "MRC:$@> Writing dmesg."
	umask 022 ; dmesg -a >> ${DMESG_FILE}