mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-07 04:30:55 +02:00
Remove legacy online installer entrypoints, collapse migrations for 4.0, and move setup responsibilities into target-side system, hardware, and user commands.
7 lines
279 B
Bash
7 lines
279 B
Bash
# NetworkManager enablement is centralized in enable-services.sh.
|
|
systemctl disable iwd.service 2>/dev/null || true
|
|
|
|
# Prevent systemd-networkd-wait-online timeout on boot
|
|
systemctl disable systemd-networkd-wait-online.service
|
|
systemctl mask systemd-networkd-wait-online.service
|