Skip to content

Commit 2c3230a

Browse files
committed
Disable the networkd-wait-online that hangs boot
1 parent 986a502 commit 2c3230a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install_ethoscope_debian.sh

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ echo $'[Match]\nName=eth0\n\n[Network]\nDHCP=yes\n\n[DHCPv4]\nRouteMetric=10\n'
6464
echo $'[Match]\nName=wlan0\n\n\n[Network]\nDHCP=yes\n\n[DHCPv4]\nRouteMetric=20\n' > /etc/systemd/network/25-wireless.network
6565

6666
systemctl enable systemd-networkd systemd-resolved
67+
systemctl disable systemd-networkd-wait-online #this needs to be disabled because it hangs at boot. investigate.
6768
systemctl disable NetworkManager ModemManager
6869

6970
wpa_passphrase ETHOSCOPE_WIFI ETHOSCOPE_1234 > /etc/wpa_supplicant/wpa_supplicant-wlan0.conf

0 commit comments

Comments
 (0)