View | Details | Raw Unified | Return to bug 250928 | Differences between
and this patch

Collapse All | Expand All

(-)usr.sbin/bsdinstall/scripts/script (+11 lines)
Lines 114-119 Link Here
114
	bsdinstall mount
114
	bsdinstall mount
115
fi
115
fi
116
116
117
# Fetch distributions
118
for set in $DISTRIBUTIONS; do
119
	f_dprintf "Checking if $set must be fetched"
120
	# Should any of the sets be missing, we fetch the distributions set
121
	if [ ! -f "$BSDINSTALL_DISTDIR/$set" ]; then
122
		test -d "$BSDINSTALL_DISTDIR" || mkdir -p $BSDINSTALL_DISTDIR
123
		f_dprintf "$set not found. Starting distfetch..."
124
		bsdinstall distfetch
125
	fi
126
done
127
117
# Unpack distributions
128
# Unpack distributions
118
bsdinstall checksum
129
bsdinstall checksum
119
for set in $DISTRIBUTIONS; do
130
for set in $DISTRIBUTIONS; do

Return to bug 250928