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

/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dauto310 BSDINSTALL_FETCHDEST="$BSDINSTALL_CHROOT/usr/freebsd-dist"
311 mkdir -p "$BSDINSTALL_FETCHDEST" || error "Could not create directory $BSDINSTALL_FETCHDEST"
317 mount_nullfs -o union "$BSDINSTALL_FETCHDEST" "$BSDINSTALL_DISTDIR"
320 export BSDINSTALL_DISTDIR="$BSDINSTALL_FETCHDEST"
364 BSDINSTALL_FETCHDEST="$BSDINSTALL_CHROOT/usr/freebsd-dist"
365 mkdir -p "$BSDINSTALL_FETCHDEST" || error "Could not create directory $BSDINSTALL_FETCHDEST"
369 mount_nullfs -o union "$BSDINSTALL_FETCHDEST" "$BSDINSTALL_DISTDIR"
370 export BSDINSTALL_DISTDIR="$BSDINSTALL_FETCHDEST"
[all...]

Completed in 52 milliseconds