4a05d65ce8
Start NetworkManager on boot to autoconfigure network devices plugged into the USB port as well. Drop /etc/network/interfaces to allow NetworkManager manage all interfaces. [ci:skip-build] already built successfully in CI
5 lines
56 B
Bash
5 lines
56 B
Bash
#!/bin/sh
|
|
|
|
rc-update add networkmanager default
|
|
|
|
exit 0
|