put in dhcpd for buildhw-x86-01 to get it to install

This commit is contained in:
Stephen Smoogen 2020-06-26 11:26:57 -04:00
parent 9664b31916
commit a50c0da919

View file

@ -1121,3 +1121,12 @@ host system-vmhost-mgmt {
fixed-address 10.3.160.199;
option host-name "vmhost-11-mgmt";
}
host buildhw-x86-01 {
hardware ethernet 14:9E:CF:61:9E:61;
fixed-address 10.3.169.31;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.169.254;
option subnet-mask 255.255.255.0;
}