V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m47s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m47s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -55,8 +55,8 @@ installation_network() {
|
||||
echo ExitCode: \$? >> ${var_logfile}
|
||||
"
|
||||
|
||||
echo "systemctl disable systemd-networkd NetworkManager" "${var_logfile}"
|
||||
echo "systemctl disable dhcpcd.service" "${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
|
||||
|
||||
Reference in New Issue
Block a user