[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.32 and 1.33

version 1.32, 2021/11/19 03:00:54 version 1.33, 2021/11/19 03:13:11
Line 63 
Line 63 
         do_as _file "$@"          do_as _file "$@"
 }  }
   
 VNAME=$(sysctl -n kern.osrelease)  VNAME=${VNAME:-$(sysctl -n kern.osrelease)}
 VERSION="${VNAME%.*}${VNAME#*.}"  VERSION=${VERSION:"${VNAME%.*}${VNAME#*.}"}
 FWDIR="$VNAME"  FWDIR=${FWDIR:-$VNAME}
 MODE=${MODE:-install}  MODE=${MODE:-install}
   
 # TODO: We need the firmware for the system we just installed  # TODO: We need the firmware for the system we just installed

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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