dmesg.init at [5062c9b6fc]
Logged in as anonymous

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


# vim:ft=make:

DMESG_FILE?=/var/run/dmesg/boot

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