[BACK]Return to fw_install.sh CVS log [TXT][DIR] Up to [local] / openbsd / fw_update

Diff for /openbsd/fw_update/fw_install.sh between version 1.83 and 1.84

version 1.83, 2021/12/18 20:19:02 version 1.84, 2021/12/18 20:40:36
Line 86 
Line 86 
   
         # When we're not in the installer, the dmesg.boot can          # When we're not in the installer, the dmesg.boot can
         # contain multiple boots, so only look in the last one          # 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                  _m=0
                 set -A _dmesgtail                  set -A _dmesgtail
                 while read -r _line; do                  while read -r _line; do

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>