Annotation of openbsd/update_openbsd/README.TXT, Revision 1.9
1.8 andrew 1: This is a shell script to make upgrading OpenBSD easier. It supports
2: upgrading to a new version as well as just upgrading to a newer version of the
3: same release.
4:
5: Generally, just run update_openbsd. However, you probably want to create a
6: config file to set the mirror you would like to use (ftp or http) as well.
7: See update_openbsdrc.example
8:
9: If you are moving between versions it will install the new kernel and ask you
10: to reboot. After you reboot, you will need to run it again.
11:
12: If you are installing a release of the same version, it will install the
13: latest kernel, extract available sets, and then run sysmerge or attempt to run
14: mergemaster and finally update installed packages.
1.1 andrew 15:
1.8 andrew 16: Also included is a copy of release.sh
1.4 andrew 17: This is the OpenBSD - Release Building Shell Script
18: from FenderQ.com - Internet Security Solutions
19: http://www.fenderq.com/release.sh
1.1 andrew 20:
1.4 andrew 21: Slightly modified to make it do what I want.
22:
1.8 andrew 23: I run release.sh like this:
24: $ sudo release.sh update full-release
1.4 andrew 25:
1.9 ! andrew 26: $AFresh1: README.TXT,v 1.8 2008/08/12 22:18:18 andrew Exp $
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>