Changes between Version 56 and Version 57 of NanoBSD


Ignore:
Timestamp:
Jul 15, 2009, 8:39:33 AM (15 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v56 v57  
    7373 $ 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
    7474 }}}
    75  (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
     75 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.
    7676 1. Build nanobsd (make sure to prepare some coffee;-) )
    7777 {{{
     
    8383 $ /root/nanobsd/tools/config-image.sh
    8484 }}}
    85     a. New image: Put full image on flash disk
     85    a. New image: Put full image on flash disk (minimum 1 GB)
    8686    {{{
    8787    $ dd bs=64k if=/usr/obj/nanobsd.wleiden/_.disk.full of=/dev/da0
    8888    }}}
    89     (assuming {{{/dev/da0}}} is your compact flash entry)
     89    (assuming {{{/dev/da0}}} is your compact flash entry; this takes about 15 minutes)
    9090    a. Existing image: Put partial image on slice (slice 2)
    9191    {{{