Lines Matching refs:DEST
84 DEST=$2
86 if ! [ -d "$DEST" ]; then
87 echo "$DEST: not a directory"
110 # Lookup device mounted on DEST
114 if [ "$2" = "on" ] && [ "$3" = "$DEST" ]; then
126 echo "Cannot find \"$DEST\" in mount table"
133 vecho "Secondary boot program: $DEST/$targ"
135 $DOIT cp -p -f "${MDEC}/${BOOTPROG}" "$DEST/$targ"
143 vecho "Network boot program: $DEST/$boot.${machine}.netbsd"
144 $DOIT cp -p -f "${MDEC}/$netboot" "$DEST/$boot.${machine}.netbsd"