diff options
Diffstat (limited to 'distrib/notes/amiga')
-rw-r--r-- | distrib/notes/amiga/install | 2 | ||||
-rw-r--r-- | distrib/notes/amiga/prep | 4 | ||||
-rw-r--r-- | distrib/notes/amiga/upgrade | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/distrib/notes/amiga/install b/distrib/notes/amiga/install index 464c158c99e..0c4063776d2 100644 --- a/distrib/notes/amiga/install +++ b/distrib/notes/amiga/install @@ -270,7 +270,7 @@ begin again from scratch. You will also have to identify the type of file system residing in the partition identified. Currently you can install from partitions that has been formatted as - Berkely fast file system (ffs) or AmigaDOS FFS (ados). + Berkeley fast file system (ffs) or AmigaDOS FFS (ados). You will also have to provide the relative path to the directory on the file system where the distribution sets diff --git a/distrib/notes/amiga/prep b/distrib/notes/amiga/prep index e6b44638a6d..7018961d264 100644 --- a/distrib/notes/amiga/prep +++ b/distrib/notes/amiga/prep @@ -105,7 +105,7 @@ Choosing installation root filesystem type: Transferring the miniroot filesystem: The OpenBSD/amiga installation or upgrade can use a "miniroot" - fileystem which is installed on the partition used by OpenBSD + filesystem which is installed on the partition used by OpenBSD for swapping. Once the hard disk has been prepared for OpenBSD, the miniroot @@ -131,7 +131,7 @@ Transferring the miniroot filesystem: To transfer the miniroot using an older BSD, you should be booted up in single user state on the current system, or use the - "shutdown now" command to shutdown to single-uyser state. Then + "shutdown now" command to shutdown to single-user state. Then copy the miniroot using dd: dd if=miniroot22.fs of=/dev/rsdXb where /dev/rsdXb should be the device path of the swap partition diff --git a/distrib/notes/amiga/upgrade b/distrib/notes/amiga/upgrade index a9cd7215144..2cc92f4efe7 100644 --- a/distrib/notes/amiga/upgrade +++ b/distrib/notes/amiga/upgrade @@ -6,7 +6,7 @@ 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 miniroot22.fs onto the swap partition of the OpenBSD hard disk. -If you are using the ramdsik installation, the bsd.rd kernel is enough. +If you are using the ramdisk installation, the bsd.rd kernel is enough. 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 |