diff options
-rw-r--r-- | distrib/notes/mvme68k/install | 5 | ||||
-rw-r--r-- | distrib/notes/mvme88k/install | 3 | ||||
-rw-r--r-- | distrib/notes/sparc/install | 5 | ||||
-rw-r--r-- | distrib/notes/sparc64/install | 5 | ||||
-rw-r--r-- | distrib/notes/sun3/install | 5 |
5 files changed, 14 insertions, 9 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 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 diff --git a/distrib/notes/sparc/install b/distrib/notes/sparc/install index a5f78fca2e3..45c18d79857 100644 --- a/distrib/notes/sparc/install +++ b/distrib/notes/sparc/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.51 2002/04/09 01:22:23 miod Exp $ +dnl $OpenBSD: install,v 1.52 2002/04/17 23:32:12 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -516,7 +516,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 diff --git a/distrib/notes/sparc64/install b/distrib/notes/sparc64/install index 73ee6935d6b..84604e1a7be 100644 --- a/distrib/notes/sparc64/install +++ b/distrib/notes/sparc64/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.23 2002/04/09 01:22:23 miod Exp $ +dnl $OpenBSD: install,v 1.24 2002/04/17 23:32:12 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -362,7 +362,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 Solaris (SunOS 5.x) systems, MAKEDEV can also be used, but there'll be error messages about unknown user and groups. These errors are 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). |