From 9506817a00eaef227d4e6b956d3a6754c4f6a8a5 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 19 May 2020 17:09:26 -0400 Subject: [PATCH] Add DNS to DOMAINSEARCH, as ubuntu igores domain.. --- .../initramfs/custom-installation/hooks/casper-bottom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/ubuntu20.04/initramfs/custom-installation/hooks/casper-bottom.sh b/confluent_osdeploy/ubuntu20.04/initramfs/custom-installation/hooks/casper-bottom.sh index 06249661..8ee4c1bb 100755 --- a/confluent_osdeploy/ubuntu20.04/initramfs/custom-installation/hooks/casper-bottom.sh +++ b/confluent_osdeploy/ubuntu20.04/initramfs/custom-installation/hooks/casper-bottom.sh @@ -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