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

/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Djail88 FETCH_DISTRIBUTIONS=""
91 FETCH_DISTRIBUTIONS="$FETCH_DISTRIBUTIONS $dist"
94 FETCH_DISTRIBUTIONS=`echo $FETCH_DISTRIBUTIONS` # Trim white space
96 if [ -n "$FETCH_DISTRIBUTIONS" -a -z "$BSDINSTALL_DISTSITE" ]; then
105 if [ ! -z "$FETCH_DISTRIBUTIONS" ]; then
H A Dauto134 FETCH_DISTRIBUTIONS=""
137 FETCH_DISTRIBUTIONS="$FETCH_DISTRIBUTIONS $dist"
143 FETCH_DISTRIBUTIONS=`echo $FETCH_DISTRIBUTIONS` # Trim white space
145 if [ -n "$FETCH_DISTRIBUTIONS" -a -n "$BSDINSTALL_CONFIGCURRENT" ]; then
151 if [ -n "$FETCH_DISTRIBUTIONS" ]; then
305 if [ ! -z "$FETCH_DISTRIBUTIONS" ]; then
313 export DISTRIBUTIONS="$FETCH_DISTRIBUTIONS"
319 export DISTRIBUTIONS="$FETCH_DISTRIBUTIONS"
[all...]

Completed in 99 milliseconds