Skip to content

Commit

Permalink
remove fetching kernel.txz
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Wawrzyński <adam.wawrzynski@3mdeb.com>
  • Loading branch information
adamwawrzynski3mdeb committed Jul 23, 2018
1 parent 4997cdb commit f70e72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installerconfig
Expand Up @@ -58,7 +58,7 @@ f_dprintf "Began Installation at %s" "$( date )"
rm -rf $BSDINSTALL_TMPETC
mkdir $BSDINSTALL_TMPETC

export DISTRIBUTIONS="base.txz kernel.txz"
export DISTRIBUTIONS="base.txz"
if [ -f $BSDINSTALL_DISTDIR/MANIFEST ]; then
DISTMENU=`awk -F'\t' '!/^(kernel|base)/{print $4,$5,$6}' $BSDINSTALL_DISTDIR/MANIFEST`
fi
Expand Down

0 comments on commit f70e72c

Please sign in to comment.