summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authorsvnmir <svnmir@FreeBSD.org>2015-08-04 13:40:26 +0000
committersvnmir <svnmir@FreeBSD.org>2015-08-04 13:40:26 +0000
commitc5e8194f33abf05314599d63c1e00d01aa354f47 (patch)
treed300551a8d33164568294340455656c11150eacc /usr.sbin/bsdinstall
parentabef15cd813ec731ce02f90e20feb9e29ed750e9 (diff)
downloadFreeBSD-src-c5e8194f33abf05314599d63c1e00d01aa354f47.zip
FreeBSD-src-c5e8194f33abf05314599d63c1e00d01aa354f47.tar.gz
Ensure the local MANIFEST is always used when verifying remote
distribution sets. MFC after: immediately Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/bsdinstall')
-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 891419a..166823d 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -284,7 +284,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