dmesg.init at [ebafd89015]
Logged in as anonymous

File dmesg.init artifact 373e27376b part of check-in ebafd89015


# vim:ft=make:

DMESG_FILE?=/var/run/dmesg.boot

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