Changes between Version 78 and Version 79 of NanoBSD


Ignore:
Timestamp:
Dec 1, 2009, 8:17:22 PM (15 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v78 v79  
    2828 $ csup  -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile
    2929 }}}
     30
     31 
    3032 A.3 fetch ports
    3133 {{{
     
    6668 If you like a simple password, substitute the {{{ `dd if=/dev/random bs=10k count=10 | & tr -cd '[a-zA-Z0-9]' | cut -c -15` }}} with your password.
    6769
    68  B.4. Build nanobsd (make sure to prepare some coffee;-) )
     70 B.4 Apply kernel patch for pcmcia LAN cards
     71
     72 If you want to be able to use pcmcia LAN cards like the Xircom you have to apply the patch to the cardbus driver before compiling the kernel:
     73 (((
     74 cd /usr/src/sys/dev/cardbus
     75 patch < /root/nanobsd/misc/patch.diary
     76 }}}
     77
     78 B.5. Build nanobsd (make sure to prepare some coffee;-) )
    6979 {{{
    7080 $ sh /usr/src/tools/tools/nanobsd/nanobsd.sh -c /root/nanobsd/cfg/nanobsd.wleiden