Changes between Version 31 and Version 32 of FreeBSD11_Guide


Ignore:
Timestamp:
Apr 10, 2018, 6:50:53 PM (6 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD11_Guide

    v31 v32  
    173173(list updated nov 6, 2015)
    174174}}}
    175 
    176 === B.3. Set your favorite root password to be used in the image ===
    177 
    178  Note: you can skip this step if you are satisfied with the default password set in step A.3 above.
    179 
    180 build# setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 | tr -cd '[a-zA-Z0-9]' | cut -c -15`
    181 build# echo $CFG_ROOT_PASSWORD
    182 
    183 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.
    184175
    185176=== B.4  Build nanobsd  aka make sure to prepare some coffee ;-) ===