summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>2000-11-03 10:21:29 +0000
committerHugh Graham <hugh@cvs.openbsd.org>2000-11-03 10:21:29 +0000
commit49c7cb4692d2152891d7c614521d11b9ad71b961 (patch)
tree6457f6e11d07d944832728d6dde4963699cfc304 /distrib/notes
parent57f7efb6e4de19dd94c405b27b538e2a2c277cac (diff)
Incorporate suggestions from Louis Bertrand.
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/vax/hardware2
-rw-r--r--distrib/notes/vax/install14
-rw-r--r--distrib/notes/vax/whatis7
3 files changed, 16 insertions, 7 deletions
diff --git a/distrib/notes/vax/hardware b/distrib/notes/vax/hardware
index f3f7cb7bd3c..53c330fe2a6 100644
--- a/distrib/notes/vax/hardware
+++ b/distrib/notes/vax/hardware
@@ -18,7 +18,7 @@ SCSI:
Serial ports:
- DZ*11 lines (also DZ*11 compatible lines on VAXstations)
-The lowest amount of memory tested is 6M; however, more is recommeded.
+The lowest amount of memory tested is 6M; however, more is recommended.
At the moment, the only supported console is a serial console.
Currently, your only storage options for using OpenBSD/MACHINE are SCSI
diff --git a/distrib/notes/vax/install b/distrib/notes/vax/install
index 5ac84ca74f4..2c00e968126 100644
--- a/distrib/notes/vax/install
+++ b/distrib/notes/vax/install
@@ -2,7 +2,7 @@ OpenBSDInstallPrelude
At the moment, the only way to install OpenBSD/vax is via diskless
booting over an Ethernet network. You will need both the "boot.mop"
-image and the "bsd" kernel to boot. You will also need a machine
+image and the "bsd.rd" kernel to boot. You will also need a machine
configured as a rarp, MOP, bootparam, and NFS server.
This document will give a few examples on how to set up each of these
@@ -13,9 +13,13 @@ bootparams(5), nfsd(8), mountd(8), and diskless(8). Also, Brian Chase
network; this was written for NetBSD/vax, but the procedure is virtually
identical for OpenBSD/vax, and the document covers the use of several
different platforms as servers.
+
The guide is available at:
http://world.std.com/~bdc/projects/vaxen/VAX-netboot-HOWTO
+If this is your first time installing over a network it is STRONGLY
+suggested you read this guide.
+
Configuring the Server:
---------------------
@@ -35,9 +39,11 @@ example:
Then start rarpd (or configure /etc/rc.conf to always start rarpd).
-Copy boot.mop into /tftpboot/mop/AABBCCDDEEFF.SYS, where "AABBCCDDEEFF"
+Copy boot.mop into /tftpboot/mop/1a2b3c4d5e6f.SYS, where "1a2b3c4d5e6f"
represents the six octets of your ethernet address. For example, the
filename for the machine described above would be "08002b247200.SYS".
+Note that all non alphanumeric characters must be stripped and the
+mac portion must be lower case, the extension upper.
Start mopd by typing "mopd -a".
rpc.bootparamd's configuration file is /etc/bootparams. The format for this
@@ -47,11 +53,11 @@ Also, make sure "portmap" is "YES"; you will need portmap running.
nfsd and mountd configuration are described in their respective manual pages.
Make a separate directory for your VAX's /, make sure it is exported via NFS,
-and place "miniroot.fs" there.
+and place "bsd.rd" there.
Typing "B <DEVICE>", where <DEVICE> is your VAX's ethernet device, at the
chevron prompt should then load the OpenBSD booter. A countdown should begin;
-type any key on the console and type "boot miniroot.fs".
+type any key on the console and type "boot bsd.rd".
OpenBSDBootMsgs
diff --git a/distrib/notes/vax/whatis b/distrib/notes/vax/whatis
index 16ffe56171a..e179052fce7 100644
--- a/distrib/notes/vax/whatis
+++ b/distrib/notes/vax/whatis
@@ -1,2 +1,5 @@
-OpenBSD OSREV is a relatively new port; there is still much support
-planned.
+OpenBSD/vax OSREV is a new port. OSREV represents its first release
+for this reason it is still quite "rough".
+
+Development is ongoing, and support for a greater variety of hardware
+as well as new features is in the works.