dmesg.log: show relative time instead of timestamp

This commit is contained in:
Calin Crisan 2019-03-18 23:56:51 +02:00
parent 6064dc4242
commit a70281169f

View File

@ -15,7 +15,7 @@ case "$1" in
${PROG} ${PROG}
test $? == 0 && msg_done || msg_fail test $? == 0 && msg_done || msg_fail
echo "---- booting ${OS_NAME} ${OS_VERSION} ----" >> ${DMESG_LOG} echo "---- booting ${OS_NAME} ${OS_VERSION} ----" >> ${DMESG_LOG}
${PROG_D} -T -w >> ${DMESG_LOG} & ${PROG_D} -w >> ${DMESG_LOG} &
;; ;;
stop) stop)