and dhcpd doesnt like the syntax from the manual. lovely

This commit is contained in:
Stephen Smoogen 2014-08-14 00:00:47 +00:00
parent 0d8757ee0e
commit 99638f4f80

View file

@ -164,22 +164,14 @@ subnet 10.5.124.128 netmask 255.255.255.128 {
option routers 10.5.124.254;
range 10.5.124.240 10.5.124.249;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.5.126.41;
if option arch = 00:07 {
filename "EFI/shim.efi";
} else {
filename "pxelinux.0";
}
}
next-server 10.5.126.41;
host retrace03 {
hardware ethernet ec:f4:bb:c0:38:a0;
fixed-address 10.5.124.230;
option host-name "retrace03.qa.fedoraproject.org";
next-server 10.5.126.41;
filename "EFI/shim.efi";
}