diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2004-02-09 13:32:53 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2004-02-09 13:32:53 +0000 |
commit | cb5460a00f3c12ce8e84e06c7febb268dfd6d20e (patch) | |
tree | e1a919be3e27e044c127360125166cb6a7c8dd85 /distrib/notes/sparc64 | |
parent | fa358f23df6803279e999958829fbfcfb25f05b7 (diff) |
be accurate now that SunOS compat output does not exist in MAKEDEV; ok miod@
Diffstat (limited to 'distrib/notes/sparc64')
-rw-r--r-- | distrib/notes/sparc64/install | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/distrib/notes/sparc64/install b/distrib/notes/sparc64/install index e2e9d40a9bd..e0d2845fe00 100644 --- a/distrib/notes/sparc64/install +++ b/distrib/notes/sparc64/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.31 2003/10/01 09:58:14 miod Exp $ +dnl $OpenBSD: install,v 1.32 2004/02/09 13:32:52 todd Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -346,14 +346,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 Solaris (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 |