Diff
Logged in as anonymous

Differences From Artifact [1a55dca860]:

To Artifact [47bed01da7]:


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
6
7
# vim:ft=make:

DMESG_FILE?=/var/run/dmesg.boot

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