1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Uncomment 'hostname' in dhcpcd.conf (Closes: #1089598)
Author: Martin-Éric Racine <martin-eric.racine@iki.fi>
Forwarded: not-needed
Last-Update: 2025-01-24
Debian really wants DDNS to work out of the box, so let's uncomment
'hostname' in /etc/dhcpcd.conf until this has been fixed upstream.
--- dhcpcd-10.1.0.orig/src/dhcpcd.conf
+++ dhcpcd-10.1.0/src/dhcpcd.conf
@@ -5,7 +5,7 @@
#controlgroup wheel
# Inform the DHCP server of our hostname for DDNS.
-#hostname
+hostname
# Use the hardware address of the interface for the Client ID.
#clientid
|