Changes between Version 119 and Version 120 of NanoBSD
- Timestamp:
- Feb 22, 2010, 12:21:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v119 v120 298 298 reboot 299 299 300 == FreeBSD 8.0==300 == What changed for FreeBSD 8.0 ? == 301 301 302 302 All modifications required for 8.0 are incorporated in the nodefactory version that can be found in svn: 303 303 http://svn.wirelessleiden.nl/svn/code/iris/trunk/nanobsd/ 304 304 305 Some modifications for freebsd-8.0 RELEASE: 306 * apply only patch for usbdevs; 307 * cardbus patch doesnot work 305 Some modifications for freebsd-8.0 RELEASE going from 7.2 to 8.0: 306 * use of rc.conf.local in stead of rc.node.local to be more in-line with standard FreeBSD config 307 * apply only patch for usbdevs and if_udav.c to make Davicom usb-lan adapter work; 308 * no cardbus patch 308 309 * modify kernel.wleiden configuration file, see http://svn.wirelessleiden.nl/svn/projects/proxy/2.0/nanobsd/nanobsd/cfg/kernel.wleiden 309 310 {{{ … … 316 317 # device sio 317 318 }}} 318 * modify ttys-nanobsd.patch file , see http://svn.wirelessleiden.nl/svn/projects/proxy/2.0/nanobsd/nanobsd/files/etc/ttys-nanobsd.patch319 * wireless interface configuration is quite different (configuration script has not been changed yet)320 you will need to modify rc.node.local somewhat like this:319 * modify ttys-nanobsd.patch file 320 * wireless interface configuration is quite different (configuration script was changed) 321 modify rc.conf.local somewhat like this: 321 322 {{{ 322 323 wlans_ath0="wlan0" … … 324 325 ifconfig_wlan0="inet 172.17.16.1/26" 325 326 }}} 327 note that interface has to be 'down' to create_args_wlan0! 326 328 * usb-lan convertor interface for Digitus adapter is now ue (not aue) 327 329
