dmesg.init at [3e8f3b3326]
Logged in as anonymous

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


# vim:ft=make:

DMESG_FILE?=/var/run/dmesg.boot

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