Changes between Version 64 and Version 65 of NanoBSD
- Timestamp:
- Aug 12, 2009, 7:32:04 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v64 v65 114 114 $ svn up /root/nanobsd 115 115 }}} 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: 116 122 a. Only changes in kernel options - `kernel.wleiden` altered - ETA 0:45 117 123 {{{ … … 141 147 [wiki:TestMatrix] 142 148 149 == Hardware == 150 * Soekris 4521, bios version 1.31b, 1.32, 1.33 151 * Alix 2D3, only use latest bios: 0.99h 152 143 153 144 154 = Hints =
