From f57c0e04db157bbd82e011c46e240c10d92734a3 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 20 Mar 2025 13:33:51 -0400 Subject: misc updates --- scripts/common/30-dns | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/common/30-dns') diff --git a/scripts/common/30-dns b/scripts/common/30-dns index e2d5ad6..1df12ef 100644 --- a/scripts/common/30-dns +++ b/scripts/common/30-dns @@ -3,6 +3,9 @@ # For IDM servers, the resolver is localhost. In that case, we delay copying # this file until the IDM stack is fully up and running. if [ "$BOXCONF_HOSTCLASS" = idm_server ]; then + if [ "${idm_bootstrap:-}" = true ]; then + printf 'nameserver %s\n' "$bootstrap_resolvers" > /etc/resolv.conf + fi return fi -- cgit v1.2.3