Changes between Version 168 and Version 169 of NanoBSD
- Timestamp:
- Jan 5, 2013, 7:11:17 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v168 v169 108 108 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. 109 109 110 B.4 Apply kernel patch for Davicom USB-LAN adapter 111 112 For use of a Davicom DM9601 USB network controler you have to patch usbdevs and the if_udav driver: 113 {{{ 114 $ patch -d /usr/src/sys/dev/usb -i $R/misc/patches/usbdevs.patch 115 $ patch -d /usr/src/sys/dev/usb/net -i $R/misc/patches/if_udav.c.patch 116 }}} 117 118 B.5. Build nanobsd (make sure to prepare some coffee;-) ) 110 B.4 Build nanobsd (make sure to prepare some coffee;-) ) 119 111 {{{ 120 112 $ sh /usr/src/tools/tools/nanobsd/nanobsd.sh -c $R/cfg/nanobsd.wleiden