V8.13.294.2025.10.28
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m2s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user