aboutsummaryrefslogtreecommitdiffstats
path: root/community/networkmanager/networkmanager-wifi.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/networkmanager/networkmanager-wifi.post-install')
-rw-r--r--community/networkmanager/networkmanager-wifi.post-install14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/networkmanager/networkmanager-wifi.post-install b/community/networkmanager/networkmanager-wifi.post-install
new file mode 100644
index 00000000000..dad1236c9bd
--- /dev/null
+++ b/community/networkmanager/networkmanager-wifi.post-install
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+cat >&2 <<EOF
+*
+* To control WiFi devices, install either 'wpa_supplicant' or 'iwd' package,
+* enable and start the corresponding service (rc-update add <name>;
+* rc-service <name> start), and restart networkmanager.
+*
+* If you chose iwd, you have to also add 'wifi.backend=iwd' into section
+* '[device]' in /etc/NetworkManager/NetworkManager.conf.
+*
+EOF
+
+exit 0