- Timestamp:
- Aug 24, 2014, 10:41:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-10/nanobsd/cfg/nanobsd.wleiden
r12877 r12883 27 27 # a list of ports in the format like net/net-snmp 28 28 NANO_PACKAGE_DIR=$NANO_CONF_DIR/../pkg/All 29 NANO_PACKAGE_LIST="*" 30 29 31 30 32 # Wireless Leiden ports from $WL_PORTSDIR are copied OVER $PORTSDIR … … 275 277 } 276 278 277 # Directly stolen from /usr/src/tools/tools/nanobsd/nanobsd.sh, and make sure278 # to source /etc/profile in chroot to get PKG_* included, for alternate installs279 cust_pkg () (280 cp /etc/resolv.conf ${NANO_WORLDDIR}/etc281 env ASSUME_ALWAYS_YES=yes pkg --chroot ${NANO_WORLDDIR} install ${PACKAGE_LIST}282 )283 284 279 285 280 # Prune no needed directories of image … … 357 352 # XXX: Determine size before installing all find of additions to see how much 358 353 # base we are actually using ## du -h -d 0 359 customize_cmd cust_pkg 354 customize_cmd cust_pkgng 360 355 customize_cmd cust_install_files 361 356 customize_cmd cust_ntpd
Note:
See TracChangeset
for help on using the changeset viewer.