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/sun3 | |
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/sun3')
-rw-r--r-- | distrib/notes/sun3/install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/notes/sun3/install b/distrib/notes/sun3/install index fdaf3a679c0..c983585866b 100644 --- a/distrib/notes/sun3/install +++ b/distrib/notes/sun3/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.18 2002/04/09 01:22:23 miod Exp $ +dnl $OpenBSD: install,v 1.19 2002/04/17 23:32:12 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -322,4 +322,5 @@ A few configuration files need to be edited: Now you must populate the the `/dev' directory for your client. For this, 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). |