From 42a40149af3986c2dfc68504367f61f1ae6a4b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Mon, 3 Nov 2025 18:41:08 -0500 Subject: [PATCH] refactor: make it so the entrypoint doesn't overwrite `/etc/hostname` --- common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.sh b/common.sh index cf8d480..ad771ab 100644 --- a/common.sh +++ b/common.sh @@ -77,8 +77,8 @@ ${NFS_KRB_PWD} ${NFS_KRB_PWD} EOL -DOMAIN=$(echo "$NFS_KRB_REALM" | tr '[:upper:]' '[:lower:]') -echo "${DOMAIN}" > /etc/hostname +# DOMAIN=$(echo "$NFS_KRB_REALM" | tr '[:upper:]' '[:lower:]') +# echo "${DOMAIN}" > /etc/hostname # setup logging