dmesg.init at [8f80b79392]
Logged in as anonymous

File dmesg.init artifact 47bed01da7 part of check-in 8f80b79392


# vim:ft=make:

DMESG_FILE?=/var/run/dmesg.boot

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