Home
last modified time | relevance | path

Searched refs:VNAME (Results 1 – 4 of 4) sorted by relevance

/openbsd/distrib/miniroot/
H A Ddot.profile38 export VNAME=$(sysctl -n kern.osrelease)
39 export VERSION="${VNAME%.*}${VNAME#*.}"
41 export OBSD="OpenBSD/$ARCH $VNAME"
H A Dinstall.sub2020 INSTALL_URL=${INSTALL_URL%@(/$VNAME|/snapshots)}
3627 SETDIR="$VNAME/$ARCH"
3639 set -- $(scan_dmesg "/^OpenBSD $VNAME\([^ ]*\).*$/s//\1/p")
/openbsd/usr.sbin/fw_update/
H A Dfw_update.sh26 VNAME=${VNAME:-$(sysctl -n kern.osrelease)}
29 HTTP_FWDIR="$VNAME"
30 VTYPE=$( sed -n "/^OpenBSD $VNAME\([^ ]*\).*$/s//\1/p" \
/openbsd/usr.sbin/sysupgrade/
H A Dsysupgrade.sh238 VNAME="${_NEXTKERNV[0]}" fw_update -p ${FW_URL} || true