mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Ensure the local MANIFEST is always used when verifying remote
distribution sets. MFC after: immediately Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
35dfc644f5
commit
1da17fb7be
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue