diff options
author | 2004-03-21 22:19:57 +0000 | |
---|---|---|
committer | 2004-03-21 22:19:57 +0000 | |
commit | 0fe562d5fdaeac6d5161edce6d1f29e10c8de90f (patch) | |
tree | 2599e42c6d23acb2ebdd238d5c2e9021193aaa19 | |
parent | sync (diff) | |
download | wireguard-openbsd-0fe562d5fdaeac6d5161edce6d1f29e10c8de90f.tar.xz wireguard-openbsd-0fe562d5fdaeac6d5161edce6d1f29e10c8de90f.zip |
Remove example for ISC dhcpd. The vendor-class-identifier option is not
useful anyway, since amd64 machines use the same value as i386.
requested by deraadt@
-rw-r--r-- | sys/arch/i386/stand/pxeboot/pxeboot.8 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/i386/stand/pxeboot/pxeboot.8 b/sys/arch/i386/stand/pxeboot/pxeboot.8 index d277a675c13..d799d108c48 100644 --- a/sys/arch/i386/stand/pxeboot/pxeboot.8 +++ b/sys/arch/i386/stand/pxeboot/pxeboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pxeboot.8,v 1.2 2004/03/19 14:37:10 tom Exp $ +.\" $OpenBSD: pxeboot.8,v 1.3 2004/03/21 22:19:57 tom Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -135,17 +135,6 @@ subnet 10.0.0.0 netmask 255.255.255.0 { } .Ed .Pp -More recent versions of the ISC DHCP server can specify different -boot programs for different architectures. -For example: -.Bd -literal -offset indent -class "pxe-clients-i386" { - match if substring(option vendor-class-identifier, 0, 20) - = "PXEClient:Arch:00000"; - filename "pxeboot"; -} -.Ed -.Pp See .Xr dhcpd 8 and |