diff --git a/packages/bsp/common/usr/lib/armbian/armbian-firstlogin b/packages/bsp/common/usr/lib/armbian/armbian-firstlogin index cd01f25c4a..9a7143cc5e 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-firstlogin +++ b/packages/bsp/common/usr/lib/armbian/armbian-firstlogin @@ -668,19 +668,6 @@ if [[ -f /root/.not_logged_in_yet && -n $(tty) ]]; then # on network-online.target working correctly otherwise they will likely fail on boot # Same goes for systemd-networkd stack # https://github.com/armbian/build/issues/7896 - if - systemctl is-enabled --quiet NetworkManager && - systemctl is-enabled --quiet systemd-networkd - then - echo "Both NetworkManager and systemd-networkd services are enabled." - echo "This is known to cause problems with network startup." - echo "systemd-networkd will be disabled..." - sleep 30 # Give the user time to see the message - systemctl stop systemd-networkd - systemctl disable systemd-networkd - echo "systemd-networkd has been disabled." - fi - if systemctl is-enabled --quiet NetworkManager && ! systemctl is-enabled --quiet NetworkManager-wait-online