summaryrefslogtreecommitdiff
path: root/distrib/notes/mvme68k/install
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2004-02-09 13:32:53 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2004-02-09 13:32:53 +0000
commitcb5460a00f3c12ce8e84e06c7febb268dfd6d20e (patch)
treee1a919be3e27e044c127360125166cb6a7c8dd85 /distrib/notes/mvme68k/install
parentfa358f23df6803279e999958829fbfcfb25f05b7 (diff)
be accurate now that SunOS compat output does not exist in MAKEDEV; ok miod@
Diffstat (limited to 'distrib/notes/mvme68k/install')
-rw-r--r--distrib/notes/mvme68k/install13
1 files changed, 2 insertions, 11 deletions
diff --git a/distrib/notes/mvme68k/install b/distrib/notes/mvme68k/install
index 2a283daef35..819ed4b2e32 100644
--- a/distrib/notes/mvme68k/install
+++ b/distrib/notes/mvme68k/install
@@ -1,4 +1,4 @@
-dnl $OpenBSD: install,v 1.23 2004/01/03 22:40:18 miod Exp $
+dnl $OpenBSD: install,v 1.24 2004/02/09 13:32:47 todd Exp $
OpenBSDInstallPrelude
There are several ways to install OpenBSD onto a disk. The easiest way
@@ -341,13 +341,4 @@ A few configuration files need to be edited:
server:/export/root/client / nfs rw 0 0
server:/export/exec/MACHINE.OpenBSD /usr nfs rw 0 0
-Now you must populate the `/dev' directory for your client. If the server
-runs SunOS 4.x, you can simply change your working directory to `<root>/dev'
-and run the MAKEDEV script: `sh MAKEDEV all' (this might require the edition
-of MAKEDEV to change the PATH for it to work properly).
-
-On SunOS 5.x systems, MAKEDEV can also be used, but there'll be error
-messages about unknown user and groups. These errors are inconsequential
-for the purpose of installing OpenBSD. However, you may want to correct them
-if you plan to the diskless setup regularly. In that case, you may re-run
-MAKEDEV on your OpenBSD machine once it has booted.
+OpenBSDInstNFS