Annotation For dmesg.init
Logged in as anonymous

Lines of dmesg.init from check-in 8f80b79392 that are changed by the sequence of edits moving toward check-in 3e8f3b3326:

                         1: # vim:ft=make:
                         2: 
                         3: DMESG_FILE?=/var/run/dmesg.boot
                         4: 
                         5: dmesg: mountlate
                         6: 	: Writing dmesg.
8f80b79392 2019-10-20    7: 	umask 022 ; dmesg -a > ${DMESG_FILE}