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