diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1997-10-01 23:14:46 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1997-10-01 23:14:46 +0000 |
commit | 825cc1ac3c9cd77130baeaf1d2bfb11283a29415 (patch) | |
tree | 60d1a361fd01c75057374978e1492ddc0c428285 /distrib/notes/amiga/upgrade | |
parent | 5ff6f4ca5f015294d03bb6f7b14e24348978f416 (diff) |
21 -> 22
Diffstat (limited to 'distrib/notes/amiga/upgrade')
-rw-r--r-- | distrib/notes/amiga/upgrade | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/distrib/notes/amiga/upgrade b/distrib/notes/amiga/upgrade index 4cdf3f858f1..a9cd7215144 100644 --- a/distrib/notes/amiga/upgrade +++ b/distrib/notes/amiga/upgrade @@ -1,13 +1,13 @@ -The upgrade to OpenBSD 2.1 is a binary upgrade; it would be prohibitive -to make users upgrade by compiling and installing the 2.1 sources, and +The upgrade to OpenBSD 2.2 is a binary upgrade; it would be prohibitive +to make users upgrade by compiling and installing the 2.2 sources, and it would be very difficult to even compile a set of instructions that allowed them to do so. To do the upgrade, and if you are using the miniroot installation, you must have the OpenBSD kernel on AmigaDOS and you must transfer the root -filesystem miniroot21.fs onto the swap partition of the OpenBSD hard disk. +filesystem miniroot22.fs onto the swap partition of the OpenBSD hard disk. If you are using the ramdsik installation, the bsd.rd kernel is enough. -You must also have at least the "base21" binary distribution set available, +You must also have at least the "base22" binary distribution set available, so that you can upgrade with it, using one of the upgrade methods described above. Finally, you must have sufficient disk space available to install the new binaries. Since the old binaries are being overwritten in place, @@ -32,7 +32,7 @@ To upgrade your system, follow the following instructions: partition used by OpenBSD for swapping, as described in the "Preparing your System for OpenBSD Installation" section above. - Now boot up OpenBSD using the 2.1 kernel using the loadbsd + Now boot up OpenBSD using the 2.2 kernel using the loadbsd command: loadbsd -b bsd @@ -48,7 +48,7 @@ To upgrade your system, follow the following instructions: Ramdisk installation: - Now boot up OpenBSD using the 2.1 kernel using the loadbsd + Now boot up OpenBSD using the 2.2 kernel using the loadbsd command: loadbsd bsd.rd @@ -95,14 +95,14 @@ To upgrade your system, follow the following instructions: After the software has been transferred to the machine (or mounted, in the case of upgrading via NFS). -Your system has now been upgraded to OpenBSD 2.1. +Your system has now been upgraded to OpenBSD 2.2. - After all this, your machine is a complete OpenBSD 2.1 system. + After all this, your machine is a complete OpenBSD 2.2 system. However, that doesn't mean that you're finished with the upgrade process. There are several things that you should do, or might have to do, to insure that the system works properly. - First, you will probably want to get the etc21.tar.gz distribution, + First, you will probably want to get the etc22.tar.gz distribution, extract it, and compare its contents with those in your /etc/ directory. You will probably want to replace some of your system configuration files, or incorporate some of the changes |