diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-17 23:32:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-17 23:32:13 +0000 |
commit | 7bc62683b217ae48e11df50f14c39728b723a832 (patch) | |
tree | 87d89b8fae8655d8698e06693ff037b3d912827d /distrib/notes/mvme68k | |
parent | eb1cf6a077880d73ae3acb0e70104ed561fe739e (diff) |
Our m4 generated MAKEDEV will eventually be less SunOS-friendly than they
used to are, if at all; so warn people setting up diskless systems under
SunOS or other operating systems that they might need to edit MAKEDEV for
it to run properly on the host system.
Diffstat (limited to 'distrib/notes/mvme68k')
-rw-r--r-- | distrib/notes/mvme68k/install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/notes/mvme68k/install b/distrib/notes/mvme68k/install index 7bbb9dec437..650f1a00f1f 100644 --- a/distrib/notes/mvme68k/install +++ b/distrib/notes/mvme68k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.15 2002/04/09 01:22:23 miod Exp $ +dnl $OpenBSD: install,v 1.16 2002/04/17 23:32:09 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -223,7 +223,8 @@ A few configuration files need to be edited: Now you must populate the the `/dev' directory for your client. If you server runs SunOS 4.x, you can simply change your working directory to `<root>/dev' -and run the MAKEDEV script: `sh MAKEDEV all'. +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 |