Changeset 12883 in hybrid for branches


Ignore:
Timestamp:
Aug 24, 2014, 10:41:07 PM (10 years ago)
Author:
rick
Message:

Note to myself: Stop trying to re-invent the wheel and start reading the scripts. Somebody probaly hit the same issue before :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-10/nanobsd/cfg/nanobsd.wleiden

    r12877 r12883  
    2727# a list of ports in the format like net/net-snmp
    2828NANO_PACKAGE_DIR=$NANO_CONF_DIR/../pkg/All
     29NANO_PACKAGE_LIST="*"
     30
    2931
    3032# Wireless Leiden ports from $WL_PORTSDIR are copied OVER $PORTSDIR
     
    275277}
    276278
    277 # Directly stolen from /usr/src/tools/tools/nanobsd/nanobsd.sh, and make sure
    278 # to source /etc/profile in chroot to get PKG_* included, for alternate installs
    279 cust_pkg () (
    280         cp /etc/resolv.conf ${NANO_WORLDDIR}/etc
    281         env ASSUME_ALWAYS_YES=yes pkg --chroot ${NANO_WORLDDIR} install ${PACKAGE_LIST}
    282 )
    283 
    284279
    285280# Prune no needed directories of image
     
    357352# XXX: Determine size before installing all find of additions to see how much
    358353# base we are actually using ## du -h -d 0
    359 customize_cmd cust_pkg
     354customize_cmd cust_pkgng
    360355customize_cmd cust_install_files
    361356customize_cmd cust_ntpd
Note: See TracChangeset for help on using the changeset viewer.