Changeset 10384 in hybrid for branches/releng-9.0/nanobsd


Ignore:
Timestamp:
Apr 7, 2012, 4:14:29 PM (13 years ago)
Author:
rick
Message:
  • Add screen and sudo as usefull utilities.
  • Make the pkg db install only on persistant space.
  • Merge image-build.sh from proxy.
Location:
branches/releng-9.0/nanobsd
Files:
4 added
2 edited

Legend:

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

    r10272 r10384  
    3232# Dirty quirk to allow comments in part below
    3333PACKAGE_LIST=`cat <<EOF | sed 's/#.*$//g'
     34$PORTSDIR/benchmarks/iperf
     35$PORTSDIR/devel/py-yaml
    3436$PORTSDIR/dns/dnsmasq
    35 $PORTSDIR/www/thttpd
    3637$PORTSDIR/editors/vim-lite
     38$PORTSDIR/ftp/curl
    3739$PORTSDIR/lang/python
    3840$PORTSDIR/net-mgmt/net-snmp
    39 $PORTSDIR/benchmarks/iperf
    4041$PORTSDIR/net/pen
    41 $PORTSDIR/devel/py-yaml
     42$PORTSDIR/net/sixxs-aiccu
     43$PORTSDIR/security/nmap
     44$PORTSDIR/security/openvpn
     45$PORTSDIR/security/sudo
     46$PORTSDIR/sysutils/screen
    4247$PORTSDIR/sysutils/ucspi-tcp
     48$PORTSDIR/www/thttpd
    4349$PORTSDIR/www/tinyproxy
    44 $PORTSDIR/editors/vim-lite
    45 $PORTSDIR/security/nmap
    46 $PORTSDIR/ftp/curl
    47 $PORTSDIR/security/openvpn
    48 $PORTSDIR/net/sixxs-aiccu
    4950
    5051
     
    337338customize_cmd cust_apply_nanobsd_patches
    338339
     340# Standard overwrite
     341if [ -r "$NANO_CONF_DIR/nanobsd.local" ]; then
     342 . $NANO_CONF_DIR/nanobsd.local
     343fi
    339344
    340345# Extra config if existing is not suffient
  • branches/releng-9.0/nanobsd/tools/image-build.sh

    r10383 r10384  
    44
    55BASEDIR=`dirname $0`
    6 CFG="${BASEDIR}/../cfg/nanobsd.wleiden"
    7 NANOBSD='/usr/src/tools/tools/nanobsd/nanobsd.sh'
     6. ${BASEDIR}/package-build.inc.sh
    87
    9 . ${BASEDIR}/package-build.inc.sh
     8NANOBSD="$NANO_SRC/tools/tools/nanobsd/nanobsd.sh"
    109
    1110FORCE_KERNEL=0
     
    3635
    3736# Find object directory
    38 eval `grep '^NANO_NAME=' ${CFG}`
    3937OBJDIR="/usr/obj/nanobsd.${NANO_NAME}"
    4038
     
    6260
    6361# Provide verbose output by default
    64 COMMAND="${NANOBSD}  ${NANOBSD_FLAGS} -c ${CFG} -v ${NANOBSD_EXTRA}"
     62COMMAND="${NANOBSD} ${NANOBSD_FLAGS} -c ${NANO_CFG_FILE} -v ${NANOBSD_EXTRA}"
    6563f_time ${COMMAND}
    6664RETVAL=$?
Note: See TracChangeset for help on using the changeset viewer.