diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-19 08:13:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-19 08:13:17 +0000 |
commit | b18af26e25daedd36878d46a79c4fd6b5aac32cb (patch) | |
tree | cdd4234ce746b9008adb990a67a0401fc707ef91 /share | |
parent | bcf7dcbfd61b094c36599b2e303a35e1402d8699 (diff) |
point people to INSTALL.<arch> docs for details of net/diskless booting;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/diskless.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 74776f4c162..74723c1cfaf 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.43 2006/05/18 18:47:40 otto Exp $ +.\" $OpenBSD: diskless.8,v 1.44 2006/05/19 08:13:16 jmc Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -135,6 +135,12 @@ If the kernel is configured for swap on NFS, it uses the same mechanism as for root, but uses the NFS getattr function to determine the size of the swap area. .El +.Pp +The +.No INSTALL. Ns Aq Ar arch +notes that come with each distribution +also give details on the specifics of net/diskless booting +for each architecture. .Sh EXAMPLES Before a client can boot over the network, its server must be configured correctly. |