Changes between Version 64 and Version 65 of NanoBSD


Ignore:
Timestamp:
Aug 12, 2009, 7:32:04 PM (16 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v64 v65  
    114114 $ svn up /root/nanobsd
    115115 }}}
     116 2. Set your favorite root password to be used in the image
     117 {{{
     118 $ 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
     119 }}}
     120 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.
     121 3. Next step depends on the kind of changes:
    116122    a. Only changes in kernel options - `kernel.wleiden` altered - ETA 0:45
    117123    {{{
     
    141147 [wiki:TestMatrix]
    142148
     149== Hardware ==
     150 * Soekris 4521, bios version 1.31b, 1.32, 1.33
     151 * Alix 2D3, only use latest bios: 0.99h
     152
    143153
    144154= Hints =