'pkg(8) add' has no internal restriction on number of packages.
Submitted by: tj MFC after: 1 week
This commit is contained in:
parent
9e498dc116
commit
38dfde4b7b
@ -809,10 +809,9 @@ cust_pkgng () (
|
||||
'env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg info | /usr/bin/wc -l'`
|
||||
|
||||
# Attempt to install more packages
|
||||
# ...but no more than 200 at a time due to (XXX still the case?) pkg_add's internal
|
||||
# limitations.
|
||||
chroot ${NANO_WORLDDIR} sh -c \
|
||||
'ls Pkg/*txz | xargs -n 200 env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg add ' || true
|
||||
'ls Pkg/*txz | xargs env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg add ' || true
|
||||
|
||||
# See what that got us
|
||||
now=`chroot ${NANO_WORLDDIR} sh -c \
|
||||
|
Loading…
Reference in New Issue
Block a user