Changes between Version 81 and Version 82 of FreeBSD10_Guide
- Timestamp:
- Sep 24, 2014, 2:35:57 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD10_Guide
v81 v82 153 153 Note: you can skip this step if you are satisfied with the default password set in step A.3 above. 154 154 155 build# setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 |\ 156 tr -cd '[a-zA-Z0-9]' | cut -c -15` 155 build# setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 | tr -cd '[a-zA-Z0-9]' | cut -c -15` 157 156 build# echo $CFG_ROOT_PASSWORD 158 157