summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2004-03-21 22:19:58 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2004-03-21 22:19:58 +0000
commit7f90816e4b2a4564603d8e4816ec68af793137d9 (patch)
tree3821e70d427fae2adb0c1e9d468955cabfeaceb3 /sys/arch/i386
parent52681a2559e9b2d8766fd8de8e7f720933fe370e (diff)
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@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/pxeboot/pxeboot.813
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