48ee9b67a2
This adds a new 'UI' that includes networking support (network manager), firewall (by way of postmarketos-base-ui), and anything else that will give a basic, working image without any graphical UI. The intention is for bpo to build this instead of the 'none' UI. 'none' UI will continue to be around for mainlining and testing purposes.
3 lines
48 B
Bash
3 lines
48 B
Bash
#!/bin/sh
|
|
|
|
rc-update add networkmanager default
|