dmesg.init at [bf6ae1479b]
Logged in as anonymous

File dmesg.init artifact 1a55dca860 part of check-in bf6ae1479b


# vim:ft=make:

DMESG_FILE?=/var/run/dmesg/boot

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