Files
basementhud/overlay/etc/dhcp/dhclient.conf
Dustin C. Hatch d6139d4884
All checks were successful
basementhud/pipeline/head This commit looks good
Switch from NetworkManager to dhclient
NetworkManager is a memory hog.  We don't need it to do anything except
renew the DHCP lease when it's time, so let's switch to a more
lightweight alternative.  Unfortunately, Fedora does not include any
systemd units for `dhclient`, so we have to provide our own.
2022-04-05 17:58:19 -05:00

11 lines
449 B
Plaintext

option classless-static-routes code 121 = array of unsigned integer 8;
send dhcp-client-identifier = hardware;
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
root-path, interface-mtu, classless-static-routes,
netbios-name-servers, netbios-scope, ntp-servers,
dhcp6.domain-search, dhcp6.fqdn,
dhcp6.name-servers, dhcp6.sntp-servers;