V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m50s
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:
@@ -55,6 +55,9 @@ installation_network() {
|
||||
echo ExitCode: \$? >> ${var_logfile}
|
||||
"
|
||||
|
||||
echo "systemctl disable systemd-networkd NetworkManager" "${var_logfile}"
|
||||
echo "systemctl disable dhcpcd.service" "${var_logfile}"
|
||||
|
||||
chroot_script "${TARGET}" "
|
||||
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
|
||||
@@ -240,6 +243,7 @@ EOF
|
||||
|
||||
fi
|
||||
|
||||
|
||||
### Footer (always).
|
||||
echo '' >> "${TARGET}/etc/dhcpcd.conf"
|
||||
echo '# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=conf' >> "${TARGET}/etc/dhcpcd.conf"
|
||||
|
||||
Reference in New Issue
Block a user