V8.13.294.2025.10.28
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m2s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-28 12:33:33 +01:00
parent 7c3c3654dc
commit 2b5fbde43f
7 changed files with 55 additions and 21 deletions

View File

@@ -12,7 +12,6 @@
set -Ceuo pipefail
printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ 🧪 '%s' starting ... \e[0m\n" "${0}"
# sleep 1
cat << 'EOF' >| "${HANDLER_BUILD_DIR}"/config/includes.chroot/etc/custom-resolv.conf
# dns01.eddns.eu:
@@ -36,7 +35,7 @@ cat << 'EOF' >| "${HANDLER_BUILD_DIR}"/config/includes.binary/hooks/live-bottom/
# SPDX-Security-Contact: security@coresecret.eu
### No bash in the installer environment, only BusyBox.
### Live-Boot: override resolv.conf after network is up
### Live-Boot: override resolv.conf after the network is up
if [ -f /etc/custom-resolv.conf ]; then
cp /etc/custom-resolv.conf /etc/resolv.conf