2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-06-02 19:40:10 +00:00

Add DNS to DOMAINSEARCH, as ubuntu igores domain..

This commit is contained in:
Jarrod Johnson 2020-05-19 17:09:26 -04:00
parent 0a79307cc5
commit 9506817a00

View File

@ -45,6 +45,7 @@ elif [ "$ipv4m" = "static" ]; then
echo "IPV4DNS1='$dns'"
echo "HOSTNAME='$NODENAME'"
echo "DNSDOMAIN='$dnsdomain'"
echo "DOMAINSEARCH='$dnsdomain'"
} > "/run/net-$DEVICE.conf"
configure_networking
else