diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-05-07 22:03:10 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-05-07 22:03:10 +0000 |
commit | 6f2f923758c66818b4531cbfed939bb56ba63eab (patch) | |
tree | cd8b4536fee650e0d9a6ebac52bee0f6be1ef107 | |
parent | ce35c995d53ab79357f429d0e07eb9f5d2c77a41 (diff) |
Suggest use of boot.net instead of the SunOS loader; suggested by jlockard@math.lsa.umich.edu.
-rw-r--r-- | share/man/man8/diskless.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 9d833179892..98f3105c8ed 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.7 1996/12/10 18:37:53 deraadt Exp $ +.\" $OpenBSD: diskless.8,v 1.8 1999/05/07 22:03:09 jason Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -192,8 +192,8 @@ manual page for more information. .It 4. If booting a Sun or Motorola client, install a copy of the appropriate diskless boot loader (such as -.Pa boot.sun4.sunos.4.1.1 -from the SunOS media) in the +.Pa boot.net +from the root directory of the OpenBSD sparc tree) in the .Pa /tftpboot directory. Make a link such that the boot program is @@ -202,7 +202,7 @@ in HEX, a dot, and the architecture name (all upper case). For example: .Bd -literal -offset indent -compact # cd /tftpboot -# ln -s boot.sun4.sunos.4.1.1 C0C5600C.SUN4 +# ln -s boot.net C0C5600C.SUN4 .Ed .Pp For a Sun3 machine, the name would be just C0C5600C |