feature: Swapping to use nmcli (#1015)

The reason is that we get better errors and that we get signal strength.
Reworking all the commands to use nmcli instead.
Feat: Wifi List Available
Feat: strength sort for available
fix: Backend to match the frontend asking
feat: New get with all information
chore: Make backend changing country not for NonWire

Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>

Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
J M
2022-01-10 12:38:49 -07:00
committed by Aiden McClelland
parent 689b449d7a
commit 1086ce13d2
12 changed files with 795 additions and 412 deletions

View File

@@ -26,7 +26,8 @@ apt-get install -y \
ecryptfs-utils \
cifs-utils \
samba-common-bin \
ntp
ntp \
network-manager
apt-get autoremove -y
apt-get upgrade -y
@@ -60,5 +61,6 @@ EOF
passwd -l ubuntu
echo 'overlayroot="tmpfs":swap=1,recurse=0' > /etc/overlayroot.local.conf
systemctl disable initialization.service
sudo systemctl restart NetworkManager
sync
reboot