Changes between Version 119 and Version 120 of NanoBSD


Ignore:
Timestamp:
Feb 22, 2010, 12:21:46 PM (16 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v119 v120  
    298298reboot
    299299
    300 == FreeBSD 8.0 ==
     300== What changed for FreeBSD 8.0 ? ==
    301301
    302302All modifications required for 8.0 are incorporated in the nodefactory version that can be found in svn:
    303303http://svn.wirelessleiden.nl/svn/code/iris/trunk/nanobsd/
    304304
    305 Some modifications for freebsd-8.0 RELEASE:
    306  * apply only patch for usbdevs;
    307  * cardbus patch doesnot work
     305Some 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
    308309 * modify kernel.wleiden configuration file, see http://svn.wirelessleiden.nl/svn/projects/proxy/2.0/nanobsd/nanobsd/cfg/kernel.wleiden
    309310   {{{
     
    316317    # device      sio
    317318   }}}
    318  * modify ttys-nanobsd.patch file, see http://svn.wirelessleiden.nl/svn/projects/proxy/2.0/nanobsd/nanobsd/files/etc/ttys-nanobsd.patch
    319  * 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:
    321322   {{{
    322323    wlans_ath0="wlan0"
     
    324325    ifconfig_wlan0="inet 172.17.16.1/26"
    325326   }}}
     327   note that interface has to be 'down' to create_args_wlan0!
    326328 * usb-lan convertor interface for Digitus adapter is now ue (not aue)
    327329