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/prep | |
parent | 5ff6f4ca5f015294d03bb6f7b14e24348978f416 (diff) |
21 -> 22
Diffstat (limited to 'distrib/notes/amiga/prep')
-rw-r--r-- | distrib/notes/amiga/prep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/amiga/prep b/distrib/notes/amiga/prep index bf0b9712eb9..e6b44638a6d 100644 --- a/distrib/notes/amiga/prep +++ b/distrib/notes/amiga/prep @@ -109,7 +109,7 @@ Transferring the miniroot filesystem: for swapping. Once the hard disk has been prepared for OpenBSD, the miniroot - filesystem (miniroot21.fs) is transferred to the swap partition + filesystem (miniroot22.fs) is transferred to the swap partition configured during the hard disk prep (or the existing swap partition in the case of an upgrade). The xstreamtodev utility provided in the "amiga/utilities" directory can be used on @@ -122,7 +122,7 @@ Transferring the miniroot filesystem: swap partition. On AmigaDOS, the command: - xstreamtodev --input=miniroot21.fs --rdb-name=<swap partition> + xstreamtodev --input=miniroot22.fs --rdb-name=<swap partition> where <swap partition> is the name you gave to the OpenBSD partition to be used for swapping. If xstreamtodev is unable to determine the SCSI driver device name or the unit number of the @@ -133,7 +133,7 @@ Transferring the miniroot filesystem: up in single user state on the current system, or use the "shutdown now" command to shutdown to single-uyser state. Then copy the miniroot using dd: - dd if=miniroot21.fs of=/dev/rsdXb + dd if=miniroot22.fs of=/dev/rsdXb where /dev/rsdXb should be the device path of the swap partition your system is configured to use. Once the file is copied, reboot back to AmigaDOS to boot the new OpenBSD kernel. NOTE: |