mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make installations work when no optional components are selected.
This commit is contained in:
parent
93ed70f9b4
commit
f7bd63a707
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ EXTRA_DISTS=$(echo $DISTMENU | xargs dialog --backtitle "FreeBSD Installer" \
|
|||
--checklist "Choose optional system components to install:" \
|
||||
0 0 0 \
|
||||
2>&1 1>&3)
|
||||
DISTRIBUTIONS="base.txz kernel.txz"
|
||||
export DISTRIBUTIONS="base.txz kernel.txz"
|
||||
for dist in $EXTRA_DISTS; do
|
||||
export DISTRIBUTIONS="$DISTRIBUTIONS $dist.txz"
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue