Changes between Version 80 and Version 81 of NanoBSD
- Timestamp:
- Dec 1, 2009, 8:25:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v80 v81 64 64 B.3. Set your favorite root password to be used in the image 65 65 {{{ 66 $ setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 | & tr -cd '[a-zA-Z0-9]' | cut -c -15`; echo $CFG_ROOT_PASSWORD 66 $ setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 | & tr -cd '[a-zA-Z0-9]' | cut -c -15` 67 $ echo $CFG_ROOT_PASSWORD 67 68 }}} 68 69 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.