configs/releng: add and enable ModemManager
ModemManager's mmcli is the simplest way to connect with WWAN modems. Mention mmcli in MOTD. Implements #110.
This commit is contained in:
parent
2c9eabd53f
commit
d86f8606dc
@ -2,7 +2,8 @@ To install [38;2;23;147;209mArch Linux[0m follow the installation guide:
|
||||
https://wiki.archlinux.org/index.php/Installation_guide
|
||||
|
||||
For Wi-Fi, authenticate to the wireless network using the [35miwctl[0m utility.
|
||||
Ethernet and Wi-Fi connections using DHCP should work automatically.
|
||||
For mobile broadband (WWAN) modems, connect with the [35mmmcli[0m utility.
|
||||
Ethernet, WLAN and WWAN interfaces using DHCP should work automatically.
|
||||
|
||||
After connecting to the internet, the installation guide can be accessed
|
||||
via the convenience script [35mInstallation_guide[0m.
|
||||
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/ModemManager.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/ModemManager.service
|
@ -57,6 +57,7 @@ memtest86+
|
||||
mkinitcpio
|
||||
mkinitcpio-archiso
|
||||
mkinitcpio-nfs-utils
|
||||
modemmanager
|
||||
mtools
|
||||
nano
|
||||
nbd
|
||||
|
Loading…
Reference in New Issue
Block a user