diff options
Diffstat (limited to 'distrib/notes/amiga/upgrade')
-rw-r--r-- | distrib/notes/amiga/upgrade | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/distrib/notes/amiga/upgrade b/distrib/notes/amiga/upgrade index e4afcfaff8b..f5ff2f5301e 100644 --- a/distrib/notes/amiga/upgrade +++ b/distrib/notes/amiga/upgrade @@ -1,4 +1,4 @@ -The upgrade to NetBSD 1.1 is a binary upgrade; it would be prohibitive +The upgrade to OpenBSD 1.1 is a binary upgrade; it would be prohibitive to make users upgrade by compiling and installing the 1.1 sources, and it would be very difficult to even compile a set of instructions that allowed them to do so. Because of the various changes to the system, @@ -6,9 +6,9 @@ the largest being the 64-bit file size support and shared libraries, it is impractical to upgrade by recompiling from the sources and installing. -To do the upgrade, you must have the NetBSD kernel on AmigaDOS and +To do the upgrade, you must have the OpenBSD kernel on AmigaDOS and you must transfer the upgrade filesystem upgr-11.fs onto the swap -partition of the NetBSD hard disk. You must also have at least the +partition of the OpenBSD hard disk. You must also have at least the "base11" 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 @@ -20,25 +20,25 @@ root and /usr partitions, you should have enough space. Since upgrading involves replacing the kernel, and most of the system binaries, it has the potential to cause data loss. You are strongly advised to BACK UP ANY IMPORTANT DATA ON YOUR DISK, whether on the -NetBSD partition or on another operating system's partition, before +OpenBSD partition or on another operating system's partition, before beginning the upgrade process. To upgrade your system, follow the following instructions: Transfer the upgrade miniroot filesystem onto the hard disk - partition used by NetBSD for swapping, as described in the - "Preparing your System for NetBSD Installation" section above. + partition used by OpenBSD for swapping, as described in the + "Preparing your System for OpenBSD Installation" section above. - Now boot up NetBSD using the 1.1 kernel using the loadbsd + Now boot up OpenBSD using the 1.1 kernel using the loadbsd command: - loadbsd -b netbsd + loadbsd -b bsd You should see the screen clear and some information about your system as the kernel configures the hardware. Note which hard disk device is configured that contains your root and swap partition. When prompted for the root device, type - 'sd0*' (replacing 0 with the disk number that NetBSD used for + 'sd0*' (replacing 0 with the disk number that OpenBSD used for your root/swap device). The '*' character indicates that the root filesystem is contained on the swap partition. When you reach the prompt asking you for a shell name, just @@ -73,12 +73,12 @@ To upgrade your system, follow the following instructions: under /mnt. (In other words, your root partition will be mounted on /mnt, your /usr partition on /mnt/usr, etc.) - If you don't already have the NetBSD distribution sets on your + If you don't already have the OpenBSD distribution sets on your disk, look in the installation section for information on how to transfer them to your disk. Once the distribution sets are transferred to your disk, - continue here. (Obviously, if the NetBSD distribution sets + continue here. (Obviously, if the OpenBSD distribution sets are already on your disk, because you've transferred them before starting the upgrade process, you don't need to transfer them again now!) @@ -110,13 +110,13 @@ To upgrade your system, follow the following instructions: up the installation, by remaking some system databases. When it is complete, you should use "halt" to halt the system. - You will probably also want to copy the release "netbsd" kernel + You will probably also want to copy the release "bsd" kernel image to your root at some point. -Your system has now been upgraded to NetBSD 1.1. +Your system has now been upgraded to OpenBSD 1.1. After a new kernel has been copied to your hard disk, your - machine is a complete NetBSD 1.1 system. However, that + machine is a complete OpenBSD 1.1 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. @@ -150,8 +150,8 @@ After a new kernel has been copied to your hard disk, your page.) Finally, you will want to delete old binaries that were part - of the version of NetBSD that you upgraded from and have since - been removed from the NetBSD distribution. You might also + of the version of OpenBSD that you upgraded from and have since + been removed from the OpenBSD distribution. You might also want to recompile any locally-built binaries, to take advantage of the shared libraries. (Note that any new binaries that you build will be dynamically linked, and |