diff --git a/features.in/net-eth/rootfs/image-scripts.d/50-net-eth b/features.in/net-eth/rootfs/image-scripts.d/50-net-eth index 427b1f28..48a05eaa 100755 --- a/features.in/net-eth/rootfs/image-scripts.d/50-net-eth +++ b/features.in/net-eth/rootfs/image-scripts.d/50-net-eth @@ -64,6 +64,12 @@ write_systemd_iface() { echo echo "[Network]" echo "DHCP=yes" + echo + echo "[DHCP]" + echo "UseMTU=yes" + echo "UseDomains=yes" + echo "UseNTP=yes" + echo ;; static) echo "[Match]"