MFC SVN revisions 280234-280235:

r280234: Fix the handbook install option in bsdinstall (allanjude)
r280235: Fixup to previous (allanjude)
This commit is contained in:
dteske 2015-06-01 01:31:50 +00:00
parent 7cf02110b8
commit 274e0fc8a5

View File

@ -154,10 +154,13 @@ f_quietly cp -f $BSDINSTALL_TMPETC/resolv.conf $BSDINSTALL_CHROOT/etc/
#
# Install each of the selected packages
#
docsets=""
for lang in $selected; do
f_package_add $lang-freebsd-doc || return $FAILURE
docsets="$docsets $lang-freebsd-doc"
done
ASSUME_ALWAYS_YES=YES chroot $BSDINSTALL_CHROOT pkg install $docsets || return $FAILURE
################################################################################
# END
################################################################################