diff --git a/scripts/0010_dhcp_supersede.sh b/scripts/0010_dhcp_supersede.sh index 8cb2a2a..341997d 100644 --- a/scripts/0010_dhcp_supersede.sh +++ b/scripts/0010_dhcp_supersede.sh @@ -32,9 +32,16 @@ EOF cat << 'EOF' >> "${VAR_HANDLER_BUILD_DIR}"/config/includes.chroot/etc/dhcpcd.conf +### Global defaults for all interfaces +option fqdn.fqdn +option host_name +option domain_name +option domain_search +fqdn 2 + # Enforce static DNS and prevent dhcpcd from writing resolv.conf nooption domain_name_servers -nohook resolv.conf +nohook resolv.conf rdnssd # Static resolvers (IPv4). static domain_name_servers=135.181.207.105 89.58.62.53 138.199.237.109