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/mvme88k/install | |
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/mvme88k/install')
-rw-r--r-- | distrib/notes/mvme88k/install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/notes/mvme88k/install b/distrib/notes/mvme88k/install index 7a0cd1d7653..86ced32a0a6 100644 --- a/distrib/notes/mvme88k/install +++ b/distrib/notes/mvme88k/install @@ -92,7 +92,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 |