diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-06-19 21:46:47 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-06-19 21:46:47 +0200 |
commit | 5ac9b45fe392a70c7325aac65ff02f572cdf1cff (patch) | |
tree | faba08a0b514d1668acfb6995d9887a7eda62886 /config | |
parent | 43926c44661a9f8499b3fb9775e1cfdd4aef2bdf (diff) | |
download | netctl-5ac9b45fe392a70c7325aac65ff02f572cdf1cff.tar.gz netctl-5ac9b45fe392a70c7325aac65ff02f572cdf1cff.tar.xz |
Add /etc/conf.d/netcfg for net-auto-wireless configuration.
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/netcfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/netcfg b/config/netcfg new file mode 100644 index 0000000..055a87d --- /dev/null +++ b/config/netcfg @@ -0,0 +1,6 @@ +## Define to the name of your wireless interface for net-auto-wireless +WIRELESS_INTERFACE="wlan0" + +## List of profiles that can be started by net-auto-wireless +## defaults to the list of all wireless profiles +#AUTO_PROFILES="profile1 profile2" |