=================================================================== RCS file: /cvs/openbsd/fw_update/fw_install.sh,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- openbsd/fw_update/fw_install.sh 2021/12/18 20:19:02 1.83 +++ openbsd/fw_update/fw_install.sh 2021/12/18 20:40:36 1.84 @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: fw_install.sh,v 1.83 2021/12/18 20:19:02 afresh1 Exp $ +# $OpenBSD: fw_install.sh,v 1.84 2021/12/18 20:40:36 afresh1 Exp $ # # Copyright (c) 2021 Andrew Hewus Fresh # @@ -86,7 +86,8 @@ # When we're not in the installer, the dmesg.boot can # contain multiple boots, so only look in the last one - sed -n 'H;/^OpenBSD/h;${g;p;}' /var/run/dmesg.boot | { \ + sed -n 'H;/^OpenBSD/h;${g;p;}' /var/run/dmesg.boot | + grep -e "^[a-z][a-z]*[0-9]" -e " not configured " | { \ _m=0 set -A _dmesgtail while read -r _line; do