dmesg.init at [716b0393df]
Logged in as anonymous

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


# vim:ft=make:

DMESG_FILE?=/var/run/dmesg.boot

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