summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-08-04 13:41:37 +0000
committergjb <gjb@FreeBSD.org>2015-08-04 13:41:37 +0000
commit1a0e1b3909f2d3a118b0106e05f1486afdbeb19f (patch)
treeb0dee366c240ba609d841fddb940b5d3e7c53a73 /usr.sbin
parentc182d42ed4df040bfece046116d5e6ff1dc534d2 (diff)
downloadFreeBSD-src-1a0e1b3909f2d3a118b0106e05f1486afdbeb19f.zip
FreeBSD-src-1a0e1b3909f2d3a118b0106e05f1486afdbeb19f.tar.gz
MFC r286285:
Ensure the local MANIFEST is always used when verifying remote distribution sets. Approved by: re (glebius, insta-MFC) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin')
-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 62b9bd0..57d7944 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
OpenPOWER on IntegriCloud