MFC SVN revisions 280234-280235:
r280234: Fix the handbook install option in bsdinstall (allanjude) r280235: Fixup to previous (allanjude)
This commit is contained in:
parent
7cf02110b8
commit
274e0fc8a5
@ -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
|
||||
################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user