Changes between Version 78 and Version 79 of NanoBSD
- Timestamp:
- Dec 1, 2009, 8:17:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v78 v79 28 28 $ csup -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile 29 29 }}} 30 31 30 32 A.3 fetch ports 31 33 {{{ … … 66 68 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. 67 69 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;-) ) 69 79 {{{ 70 80 $ sh /usr/src/tools/tools/nanobsd/nanobsd.sh -c /root/nanobsd/cfg/nanobsd.wleiden