diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-03 00:47:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-03 00:47:30 +0000 |
commit | a645bf0878823d986baedf6060f4c870328c5ee9 (patch) | |
tree | 72133ecb6e211d3cb68d6c7b7ae5d645757f4ce9 /distrib/notes/hp300 | |
parent | 67ce8b33484bfdf7657f4a9f9011a7f90b82a429 (diff) |
another update...
Diffstat (limited to 'distrib/notes/hp300')
-rw-r--r-- | distrib/notes/hp300/prep | 2 | ||||
-rw-r--r-- | distrib/notes/hp300/upgrade | 6 | ||||
-rw-r--r-- | distrib/notes/hp300/xfer | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/distrib/notes/hp300/prep b/distrib/notes/hp300/prep index 2159aa1f501..5922c99ff1e 100644 --- a/distrib/notes/hp300/prep +++ b/distrib/notes/hp300/prep @@ -49,7 +49,7 @@ In order to complete this process, you will need the following from the SYS_INST The standalone disklabel and miniroot installation tool - inst-11.fs.gz A gzipped miniroot filesystem image. This image + inst-20.fs.gz A gzipped miniroot filesystem image. This image must be un-gzipped before copying to disk. To boot SYS_INST via the network, you will need a system capable of handling diff --git a/distrib/notes/hp300/upgrade b/distrib/notes/hp300/upgrade index 87555a76ee4..180dedd2c0c 100644 --- a/distrib/notes/hp300/upgrade +++ b/distrib/notes/hp300/upgrade @@ -36,7 +36,7 @@ manually. To do this, follow the following procedure: between the OpenBSD 2.0 kernel and older route(8) binaries. - * Back up your pre-existing kernel and copy the 1.1 + * Back up your pre-existing kernel and copy the 2.0 kernel into your root partition. * Reboot with the 2.0 kernel into single-user mode. @@ -56,7 +56,7 @@ manually. To do this, follow the following procedure: sh /etc/netstart NOTE: the route(8) commands may fail due to potential - incompatibilities between route(8) and the OpenBSD 1.1 + incompatibilities between route(8) and the OpenBSD 2.0 kernel. Once you have enabled the network, mount the NFS filesystems. If you use amd(8), you may or may not have to mount these filesystems manually. Your mileage @@ -66,7 +66,7 @@ manually. To do this, follow the following procedure: the `base' binary set: cd / - tar -xzvpf /path/to/base11.tar.gz + tar -xzvpf /path/to/base20.tar.gz NOTE: the `--unlink' option is _very_ important! diff --git a/distrib/notes/hp300/xfer b/distrib/notes/hp300/xfer index 0f5ef6642e1..9113cb4d65b 100644 --- a/distrib/notes/hp300/xfer +++ b/distrib/notes/hp300/xfer @@ -27,7 +27,7 @@ To prepare for installing via a tape: way to do this is with the dd(1) command. Make sure you use a `no-rewind-on-close' tape device. For example: - for file in base11.tar.gz etc11.tar.gz; do + for file in base20.tar.gz etc20.tar.gz; do dd if=${file} of=/dev/nrst0 bs=20b done @@ -77,4 +77,4 @@ To prepare for installing via FTP: IP Address: 205.149.163.23 Login: anonymous Password: <your e-mail address> - Server path: /pub/OpenBSD/OpenBSD-1.1/hp300/binary + Server path: /pub/OpenBSD/2.0/hp300/binary |