Changes between Version 158 and Version 159 of NanoBSD
- Timestamp:
- Dec 9, 2011, 11:27:41 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v158 v159 161 161 a. '''New image''': Put full image on compact flash disk (attach a card reader/writer with a CF disk of minimum 1 GB) 162 162 {{{ 163 $ dd bs=64k if=/usr/obj/nanobsd.wleiden /_.disk.full of=/dev/da0163 $ dd bs=64k if=/usr/obj/nanobsd.wleiden.iris.trunk/_.disk.full of=/dev/da0 164 164 }}} 165 165 (assuming {{{/dev/da0}}} is your compact flash entry; this takes about 15 minutes, check progress by typing Ctrl-T; you may wish to check afterwards with fdisk whether there … … 168 168 a. '''Existing image''': Put partial image on slice (slice 2) (attach a card reader/writer with the CF disk containing the existing image) 169 169 {{{ 170 $ dd bs=64k if=/usr/obj/nanobsd.wleiden /_.disk.image of=/dev/da0s2170 $ dd bs=64k if=/usr/obj/nanobsd.wleiden.iris.trunk/_.disk.image of=/dev/da0s2 171 171 }}} 172 172 … … 175 175 For remotely updating an existing configuration use: 176 176 {{{ 177 dd if=/usr/obj/nanobsd.wleiden /_.disk.image bs=10k | ssh root@172.x.y.z /tools/updatep2177 dd if=/usr/obj/nanobsd.wleiden.iris.trunk/_.disk.image bs=10k | ssh root@172.x.y.z /tools/updatep2 178 178 }}} 179 179 … … 223 223 == F. Applying Updates == 224 224 For small changes there is a shortcut in the build (to save you some coffee ;-)). Pick the situation applicable 225 1. First lets pump it 's source to the latest version225 1. First lets pump its source to the latest version 226 226 {{{ 227 227 $ svn up /root/nanobsd