Home
last modified time | relevance | path

Searched refs:FETCH_DISTRIBUTIONS (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bsdinstall/scripts/
H A Dfetchmissingdists39 FETCH_DISTRIBUTIONS=""
43 FETCH_DISTRIBUTIONS="$FETCH_DISTRIBUTIONS $dist"
49 FETCH_DISTRIBUTIONS=`echo $FETCH_DISTRIBUTIONS` # Trim white space
51 if [ -z "$FETCH_DISTRIBUTIONS" ]; then
78 FETCH_DISTRIBUTIONS="MANIFEST $FETCH_DISTRIBUTIONS"
92 export DISTRIBUTIONS="$FETCH_DISTRIBUTIONS"
H A Djail107 FETCH_DISTRIBUTIONS=""
110 FETCH_DISTRIBUTIONS="$FETCH_DISTRIBUTIONS $dist"
113 FETCH_DISTRIBUTIONS=`echo $FETCH_DISTRIBUTIONS` # Trim white space
115 if [ -n "$FETCH_DISTRIBUTIONS" -a -z "$BSDINSTALL_DISTSITE" ]; then
124 if [ ! -z "$FETCH_DISTRIBUTIONS" ]; then
H A Dauto178 FETCH_DISTRIBUTIONS="$FETCH_DISTRIBUTIONS $dist"
182 if [ -n "$FETCH_DISTRIBUTIONS" -a -n "$BSDINSTALL_CONFIGCURRENT" ]; then
342 if [ -n "$FETCH_DISTRIBUTIONS" ]; then