Changes between Version 100 and Version 101 of NanoBSD


Ignore:
Timestamp:
Jan 15, 2010, 9:55:34 AM (15 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v100 v101  
    8686 }}}
    8787 
    88  B.3. Set your favorite root password to be used in the image
     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).
    8989 {{{
    9090 $ setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 | & tr -cd '[a-zA-Z0-9]' | cut -c -15`