Changes between Version 80 and Version 81 of NanoBSD


Ignore:
Timestamp:
Dec 1, 2009, 8:25:10 PM (15 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v80 v81  
    6464 B.3. Set your favorite root password to be used in the image
    6565 {{{
    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
    6768 }}}
    6869 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.