dmesg.init at [c7728de200]
Logged in as anonymous

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


# vim:ft=make:

DMESG_FILE?=/var/run/dmesg.boot

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