diff options
author | 1996-10-07 20:59:25 +0000 | |
---|---|---|
committer | 1996-10-07 20:59:25 +0000 | |
commit | 9a4d591ddb6d1520cc870e158cd6b2c45af7ccf9 (patch) | |
tree | 01473aad18b1c2bc12f6a6a52a6250ba79a76709 | |
parent | a teeny bit more care (diff) | |
download | wireguard-openbsd-9a4d591ddb6d1520cc870e158cd6b2c45af7ccf9.tar.xz wireguard-openbsd-9a4d591ddb6d1520cc870e158cd6b2c45af7ccf9.zip |
warn about bootparamd server weaknesses
-rw-r--r-- | share/man/man8/diskless.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 532882b7da4..aec5da8f8d8 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.5 1996/08/31 12:57:36 pefo Exp $ +.\" $OpenBSD: diskless.8,v 1.6 1996/10/07 20:59:25 deraadt Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -227,6 +227,10 @@ Add myclient to the bootparams database myclient root=server:/export/myclient/root \\ swap=server:/export/myclient/swap .Ed +Note that some bootparam servers are somewhat sensitive. Some require +fully qualified hostnames or partially qualified hostnames (which can +be solved by having both fully and partially qualified entries). Other +servers are case sensitive. .Pp .It 6. Build the swap file for myclient: |