=================================================================== RCS file: /cvs/openbsd/fw_update/fw_install.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openbsd/fw_update/fw_install.sh 2021/09/30 04:06:56 1.1 +++ openbsd/fw_update/fw_install.sh 2021/10/05 01:39:05 1.2 @@ -30,7 +30,7 @@ while read d m; do [ "$last" = "$d" ] && continue [ "$m" ] || m="^$d[0-9][0-9]* at " - [ "$( scan_dmesg "/$m/ { p; q; }" )" ] || continue + grep -q "$m" /var/run/dmesg.boot || continue echo $d last=$d done