Changes between Version 101 and Version 102 of NanoBSD


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

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v101 v102  
    8686 }}}
    8787 
    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 
     90NOTE: you can skip this step if you are satisfied with the default password set in step A.4 above.
     91
    8992 {{{
    9093 $ setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 | & tr -cd '[a-zA-Z0-9]' | cut -c -15`