diff options
author | ryker <ryker@cvs.openbsd.org> | 1998-03-31 02:56:48 +0000 |
---|---|---|
committer | ryker <ryker@cvs.openbsd.org> | 1998-03-31 02:56:48 +0000 |
commit | 7866acce921c828c1c84f6688edeabab589cecf6 (patch) | |
tree | 13b6e41826157017d37b8d32c74abc1f9a4b844a /distrib | |
parent | a0bd87e924d990f8fa8cd53003c2ebf578a8afed (diff) |
Updates for 2.3.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/mac68k/contents | 35 | ||||
-rw-r--r-- | distrib/notes/mac68k/install | 6 | ||||
-rw-r--r-- | distrib/notes/mac68k/upgrade | 6 |
3 files changed, 24 insertions, 23 deletions
diff --git a/distrib/notes/mac68k/contents b/distrib/notes/mac68k/contents index 2574c8f19d7..b1569655a55 100644 --- a/distrib/notes/mac68k/contents +++ b/distrib/notes/mac68k/contents @@ -12,7 +12,8 @@ out as follows: *.tar.gz mac68k binary distribution sets; see below. - bsd-generic* mac68k kernel binary. You MUST install one. + bsd-generic* mac68k kernel binaries. + You MUST install one. utils/ The mac68k installation utilities for MacOS. @@ -22,9 +23,9 @@ distribution sets. The binary distribution sets can be found in the "mac68k" subdirectory of the OpenBSD 2.3 distribution tree, and are as follows: - bsd-generic.tar.gz The OpenBSD/mac68k 2.3 kernel binary. You MUST - install this file. It is the kernel that you need - to boot the system. + bsd-generic.tar.gz The OpenBSD/mac68k 2.3 kernel binary. + You MUST install this file. It is the kernel that you + need to boot the system. [ 1.4M uncompressed ] bsd-genericsbc.tar.gz The OpenBSD/mac68k kernel binary. This is @@ -32,12 +33,12 @@ and are as follows: it enables a different SCSI driver which may allow some otherwise incompatible SCSI disks to function with OpenBSD/mac68k. You must install either this - or bsd23.tar.gz. + or bsd-generic.tar.gz. [ 1.4M uncompressed ] - base23.tar.gz The OpenBSD/mac68k 2.3 base binary distribution. You - MUST install this distribution set. It contains the - base OpenBSD utilities that are necessary for the + base23.tar.gz The OpenBSD/mac68k 2.3 base binary distribution. + You MUST install this distribution set. It contains + the base OpenBSD utilities that are necessary for the system to run and be minimally functional. It includes shared library support, and excludes everything described below. @@ -65,8 +66,8 @@ and are as follows: CAREFULLY upgrade your configuration files by hand.) [ 93K gzipped, 490K uncompressed ] - game23.tar.gz This set includes the BSD games and their manual pages. - It's installation is optional. + game23.tar.gz This set includes the BSD games and their manual + pages. It's installation is optional. [ 2.7M gzipped, 6.7M uncompressed ] man23.tar.gz This set includes all of the manual pages for the @@ -76,8 +77,8 @@ and are as follows: this set is completely optional but is highly recommended. [ 2.4M gzipped, 9.1M uncompressed ] - misc23.tar.gz This set includes the system dictionaries (which are - rather large), the typesettable document set, and + misc23.tar.gz This set includes the system dictionaries (which + are rather large), the typesettable document set, and man pages for other architectures which happen to be installed from the source tree by default as well as many other sundry system files and programs. This set @@ -96,15 +97,15 @@ The directory '../2.3/mac68k/utils' contains a number of utilities for the MacOS to aid the installation and configuration of OpenBSD. The files in this directory are as follows: - Booter1.11.0.sea.hqx + Booter1.11.1.sea.hqx This MacOS program is used to load the OpenBSD kernel and start the operating system. In all cases, you will need to download this file. - Installer_1.1f.sea.hqx - This is the MacOS program used to install downloaded sets (such - as those from the bins directory) onto a BSD partition. It - is necessary in either the case of a fresh install or an + Installer_1.1g.sea.hqx + This is the MacOS program used to install downloaded sets + (such as those from the bins directory) onto a BSD partition. + It is necessary in either the case of a fresh install or an upgrade. Mkfs_1.45.sea.hqx diff --git a/distrib/notes/mac68k/install b/distrib/notes/mac68k/install index 6f8bd279fc4..a64c1e616d0 100644 --- a/distrib/notes/mac68k/install +++ b/distrib/notes/mac68k/install @@ -76,9 +76,9 @@ If you are installing onto a single root partition, proceed to the Installation of base files: Select the "Install" menu item from the "File" menu and install - base22.tar.gz, bsd22.tar.gz, comp22.tar.gz, and any other packages - you wish to install at this time (see the contents section for - information about what's in each package). The installer will + base23.tar.gz, bsd-generic.tar.gz, comp23.tar.gz, and any other + packages you wish to install at this time (see the contents section + for information about what's in each package). The installer will print out the filename of each file as it is installed and will take quite some time to install everything. diff --git a/distrib/notes/mac68k/upgrade b/distrib/notes/mac68k/upgrade index e60d357b436..bceb042f6d8 100644 --- a/distrib/notes/mac68k/upgrade +++ b/distrib/notes/mac68k/upgrade @@ -3,11 +3,11 @@ instructions on installing the system beginning with using the MacBSD Install Utility. All you need do is copy each of the distribution sets in over your current system from the MacOS. -However, you should not copy the etc22.tar.gz file into the system. +However, you should not copy the etc23.tar.gz file into the system. Instead, download it while running OpenBSD and put it in /tmp or some other -harmless place and unpack it with a command like 'tar zxvf etc22.tar.gz'. +harmless place and unpack it with a command like 'tar zxvf etc23.tar.gz'. You will then have an etc directory with current system configuration files in it. Use this to carefully upgrade your files in the running /etc and reboot the system. Also, it is highly recommended that when upgrading your kernel binary (/bsd) you backup the old, working kernel and extract -bsd22.tar.gz into / only from OpenBSD. +bsd-generic.tar.gz into / only from OpenBSD. |