V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m50s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-28 20:46:19 +02:00
parent 07157c3cac
commit d9cbd5749d

View File

@@ -55,6 +55,9 @@ installation_network() {
echo ExitCode: \$? >> ${var_logfile} echo ExitCode: \$? >> ${var_logfile}
" "
echo "systemctl disable systemd-networkd NetworkManager" "${var_logfile}"
echo "systemctl disable dhcpcd.service" "${var_logfile}"
chroot_script "${TARGET}" " chroot_script "${TARGET}" "
systemctl disable systemd-networkd NetworkManager 2>/dev/null | tee -a ${var_logfile} || true systemctl disable systemd-networkd NetworkManager 2>/dev/null | tee -a ${var_logfile} || true
systemctl disable dhcpcd.service 2>/dev/null | tee -a ${var_logfile} || true systemctl disable dhcpcd.service 2>/dev/null | tee -a ${var_logfile} || true
@@ -240,6 +243,7 @@ EOF
fi fi
### Footer (always). ### Footer (always).
echo '' >> "${TARGET}/etc/dhcpcd.conf" echo '' >> "${TARGET}/etc/dhcpcd.conf"
echo '# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=conf' >> "${TARGET}/etc/dhcpcd.conf" echo '# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=conf' >> "${TARGET}/etc/dhcpcd.conf"