[BACK]Return to README.TXT CVS log [TXT][DIR] Up to [local] / openbsd / update_openbsd

Diff for /openbsd/update_openbsd/README.TXT between version 1.4 and 1.5

version 1.4, 2006/10/13 19:12:23 version 1.5, 2006/10/31 23:13:59
Line 3 
Line 3 
 version of the same release.  version of the same release.
   
 Now, you can just use "install".  If you are moving between versions it  Now, you can just use "install".  If you are moving between versions it
 will install the new kernel and run mergeslave.  You then need to  will install the new kernel.  You then need to reboot, and run it again
 reboot, and run it again.  This will mean you are running it on the same  and it will run mergeslave after extracting available sets.  This will
 version kernel as the available sets and it will install a new kernel  mean you are running it on the same version kernel as the available sets
 (just in case it needs to be updated) and then extract the available sets.  and it will install a new kernel (just in case it needs to be updated)
   and then extract the available sets.
   
 The proper way use these scripts manually would be to do the following:  The proper way use these scripts manually would be to do the following:
         get_sets          get_sets
Line 16 
Line 17 
         upgrade /etc.  I still need to test mergeslave to see how that works.          upgrade /etc.  I still need to test mergeslave to see how that works.
         reboot          reboot
   
   The files in the collection are as follows:
   
 The files in the collection you should use are as follows:  install
           This calls get_sets if there are no sets, then call
           install_kernel, then, if the version of the kernel we are booted
           off is the same as the sets, it installs the sets, and if it was
           an upgrade between versions (there was an etcXX.tgz from the
           previous version downloaded) install mergeslave, then it will
           tell you to reboot.
   
 get_sets  get_sets
         This downloads the latest kernels and sets from mp3s.hewus.com.          This downloads the latest kernels and sets from mp3s.hewus.com.
         It uses installed_sets to only download the kernels and sets          It uses installed_sets to only download the kernels and sets
         that are currently installed on the box you are running it on.          that are currently installed on the box you are running it on.
   
 install  
         This calls get_sets if there are no sets, then call install_kernel,  
         then, if the version of the kernel we are booted off is the same as  
         the sets, it installs the sets.  
   
 install_kernel  install_kernel
         Copies the new kernels from the file set above.  Should only be          Copies the new kernels from the file set above.  Should only be
         run AFTER running get_sets.  You should reboot after running          run AFTER running get_sets.  You should reboot after running
Line 59 
Line 62 
         I run it like this:          I run it like this:
         $ sudo release.sh clean update system release clean          $ sudo release.sh clean update system release clean
   
 $RedRiver: README.TXT,v 1.3 2006/10/11 17:51:54 andrew Exp $  $RedRiver: README.TXT,v 1.4 2006/10/13 18:12:23 andrew Exp $

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>