[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.1 and 1.2

version 1.1, 2006/06/30 21:01:17 version 1.2, 2006/06/30 23:30:06
Line 2 
Line 2 
 supports upgrading to a new version as well as just upgrading to a newer  supports upgrading to a new version as well as just upgrading to a newer
 version of the same release.  version of the same release.
   
 Eventually I will steal and modify mergeslave to make updating /etc easier.  The proper way use these scripts would be to do the following:
         http://www.xs4all.nl/~hanb/software/OpenBSD-binary-upgrade/          get_sets
           install_kernel
           reboot
           install_sets
           upgrade /etc.  I still need to test mergeslave to see how that works.
   
 The files in the collection you should use are as follows:  The files in the collection you should use are as follows:
   
Line 23 
Line 27 
         /etc after you have run this, as well as upgrading packages with          /etc after you have run this, as well as upgrading packages with
         pkg_add -ui then reboot.          pkg_add -ui then reboot.
   
   mergeslave
           This is a modified version of mergeslave.  You should only use
           it if upgrading between versions, not -stable upgrades.
           http://www.xs4all.nl/~hanb/software/OpenBSD-binary-upgrade/
   
 installed_sets  installed_sets
         This is a helper script that returns a list of the sets that are          This is a helper script that returns a list of the sets that are
         currently installed on the box you are running it on.          currently installed on the box you are running it on.
   
   
 $RedRiver$  $RedRiver: README.TXT,v 1.1 2006/06/30 20:01:17 andrew Exp $

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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