[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.9 and 1.10

version 1.9, 2010/02/10 20:57:07 version 1.10, 2014/02/01 18:39:06
Line 1 
Line 1 
 This is a shell script to make upgrading OpenBSD easier.  It supports  This is a shell script to make upgrading OpenBSD easier.  It supports
 upgrading to a new version as well as just upgrading to a newer version of the  upgrading to a new version as well as just upgrading to a newer version of the
 same release.  same release.  I use it to easily update between snapshots.
   
 Generally, just run update_openbsd.  However, you probably want to create a  Generally, you just need to run update_openbsd.  However, you probably want to
 config file to set the mirror you would like to use (ftp or http) as well.  create a config file to set the mirror you would like to use (ftp or http) as
 See update_openbsdrc.example  well.  See update_openbsdrc.example
   
 If you are moving between versions it will install the new kernel and ask you  If you do not set a MIRROR in update_openbsdrc or exported in your environment,
 to reboot.  After you reboot, you will need to run it again.  you will need to have the sets available in another way.  By default it looks
   for them in a "version" directory, for example if you are running OpenBSD 5.4,
   it will look for a 5.5, then a 5.4 directory relative to the current directory.
   You can also set RELEASEDIR to point to the path that contains the sets, again
   either in update_openbsdrc or exported into the current environment.
   
 If you are installing a release of the same version, it will install the  The script will initially download the new sets if you don't have them,
 latest kernel, extract available sets, and then run sysmerge or attempt to run  then extract them and install new kernels.
 mergemaster and finally update installed packages.  
   
   If you are moving between kernels after installing sets and the new kernel and
   it will ask you to reboot.  After you reboot, you will need to run
   update_openbsd again.
   
   If running with the same boot kernel as the update, often on the second run, it
   will run sysmerge and finally update installed packages.
   
 Also included is a copy of release.sh  Also included is a copy of release.sh
         This is the OpenBSD - Release Building Shell Script          This is the OpenBSD - Release Building Shell Script
         from FenderQ.com - Internet Security Solutions          from FenderQ.com - Internet Security Solutions
Line 23 
Line 33 
         I run release.sh like this:          I run release.sh like this:
         $ sudo release.sh update full-release          $ sudo release.sh update full-release
   
 $AFresh1: README.TXT,v 1.8 2008/08/12 22:18:18 andrew Exp $  $AFresh1: README.TXT,v 1.9 2010/02/10 20:57:07 andrew Exp $

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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