Changes between Version 158 and Version 159 of NanoBSD


Ignore:
Timestamp:
Dec 9, 2011, 11:27:41 PM (13 years ago)
Author:
ronald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v158 v159  
    161161    a. '''New image''': Put full image on compact flash disk (attach a card reader/writer with a CF disk of minimum 1 GB)
    162162    {{{
    163     $ dd bs=64k if=/usr/obj/nanobsd.wleiden/_.disk.full of=/dev/da0
     163    $ dd bs=64k if=/usr/obj/nanobsd.wleiden.iris.trunk/_.disk.full of=/dev/da0
    164164    }}}
    165165    (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
     
    168168    a. '''Existing image''': Put partial image on slice (slice 2) (attach a card reader/writer with the CF disk containing the existing image)
    169169    {{{
    170     $ dd bs=64k if=/usr/obj/nanobsd.wleiden/_.disk.image of=/dev/da0s2
     170    $ dd bs=64k if=/usr/obj/nanobsd.wleiden.iris.trunk/_.disk.image of=/dev/da0s2
    171171    }}}
    172172
     
    175175    For remotely updating an existing configuration use:
    176176    {{{
    177     dd if=/usr/obj/nanobsd.wleiden/_.disk.image bs=10k | ssh root@172.x.y.z /tools/updatep2
     177    dd if=/usr/obj/nanobsd.wleiden.iris.trunk/_.disk.image bs=10k | ssh root@172.x.y.z /tools/updatep2
    178178    }}}
    179179 
     
    223223== F. Applying Updates ==
    224224 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 version
     225 1. First lets pump its source to the latest version
    226226 {{{
    227227 $ svn up /root/nanobsd