Searched refs:BSDINSTALL_FETCHDEST (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/usr.sbin/bsdinstall/scripts/
H A Dauto304 BSDINSTALL_FETCHDEST="$BSDINSTALL_CHROOT/usr/freebsd-dist"
305 mkdir -p "$BSDINSTALL_FETCHDEST" || error "Could not create directory $BSDINSTALL_FETCHDEST"
311 mount_nullfs -o union "$BSDINSTALL_FETCHDEST" "$BSDINSTALL_DISTDIR"
314 export BSDINSTALL_DISTDIR="$BSDINSTALL_FETCHDEST"
390 if [ ! -z "$BSDINSTALL_FETCHDEST" ]; then
391 [ "$BSDINSTALL_FETCHDEST" != "$BSDINSTALL_DISTDIR" ] && \
393 rm -rf "$BSDINSTALL_FETCHDEST"

Completed in 43 milliseconds