Changes between Version 16 and Version 17 of FreeBSD11_Guide
- Timestamp:
- Dec 19, 2016, 10:21:21 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD11_Guide
v16 v17 189 189 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. 190 190 191 === B.4 Build nanobsd (make sure to prepare some coffee;-) ; use screen) === 191 === B.4 Build nanobsd aka make sure to prepare some coffee ;-) === 192 193 Tip: This step will take a long time to complete, use screen in remote setup to avoid failures due to disconnections 192 194 193 195 build# sh /usr/src/tools/tools/nanobsd/nanobsd.sh -c $R/cfg/nanobsd.wleiden