Changes between Version 101 and Version 102 of NanoBSD
- Timestamp:
- Jan 15, 2010, 9:57:35 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v101 v102 86 86 }}} 87 87 88 B.3. Set your favorite root password to be used in the image (NOTE: you can skip this step if you are satisfied with the default password set in step A.5 above). 88 B.3. Set your favorite root password to be used in the image 89 90 NOTE: you can skip this step if you are satisfied with the default password set in step A.4 above. 91 89 92 {{{ 90 93 $ setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 | & tr -cd '[a-zA-Z0-9]' | cut -c -15`