Changes between Version 81 and Version 82 of NanoBSD
- Timestamp:
- Dec 4, 2009, 1:12:06 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v81 v82 164 164 165 165 == E. All done! Load the machine == 166 Place the new CF disk in the machine and boot it up (existing nodes: just reboot), you should be good to go! 166 Place the new CF disk in the machine and boot it up (existing nodes: just reboot), you should be good to go! Especially first time booting can take a long time, depending also on hardware. In a Soekris4521 this takes about ten minutes. You can follow the boot process using e.g. minicom or tip, via a serial connection (communication parameters: 9600 8N1). 167 167 168 168 Note. For subsequent nodes you can skip the build and go directly for step C, or take a look at development if you have to rebuild the image (after small changes). … … 201 201 202 202 == Light based packages suggestions == 203 * dnsmasq instead of isc-dhcp30-server and bind203 * dnsmasq has been implemented instead of isc-dhcp30-server and bind 204 204 * thttpd instead of apache 205 205 … … 209 209 == Background == 210 210 * Packages needed are to be found in source:/nanobsd/tools/package-build.sh 211 i.e. 212 {{{ 213 $PORTSDIR/dns/dnsmasq 214 $PORTSDIR/www/py-cherrypy 215 $PORTSDIR/www/tinyproxy 216 $PORTSDIR/editors/vim-lite 217 $PORTSDIR/net-mgmt/net-snmp 218 $PORTSDIR/net-mgmt/nrpe2 219 $PORTSDIR/benchmarks/iperf 220 $PORTSDIR/net/pen 221 $PORTSDIR/net/rsync 222 # Wireless Leiden ports at $WL_PORTSDIR 223 $WL_PORTSDIR/net/lvrouted 224 $WL_PORTSDIR/net/transproxy 225 }}} 211 226 212 227 == Testing Images ==