aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-08-04 13:42:44 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-08-04 13:42:44 +0000
commitf28c7f02dc938fe1a1fa9043716c62bbf628f5c0 (patch)
tree6b2574cdba2ca55cb32d7153334a8111fe63228f
parentc1930470faeafaaebd50eea76b2a6ddaee8cc3c5 (diff)
downloadsrc-f28c7f02dc938fe1a1fa9043716c62bbf628f5c0.tar.gz
src-f28c7f02dc938fe1a1fa9043716c62bbf628f5c0.zip
MFS r286286:
MFC r286285: Ensure the local MANIFEST is always used when verifying remote distribution sets. Approved by: re (glebius) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/releng/10.2/; revision=286287
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index 62b9bd06ab99..57d7944b6af7 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -258,7 +258,7 @@ if [ ! -z "$FETCH_DISTRIBUTIONS" ]; then
DISTDIR_IS_UNIONFS=1
mount_nullfs -o union "$BSDINSTALL_FETCHDEST" "$BSDINSTALL_DISTDIR"
else
- export DISTRIBUTIONS="MANIFEST $ALL_DISTRIBUTIONS"
+ export DISTRIBUTIONS="$ALL_DISTRIBUTIONS"
export BSDINSTALL_DISTDIR="$BSDINSTALL_FETCHDEST"
fi