diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-08-20 13:29:36 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-08-20 13:30:01 +0200 |
commit | 67106550f8a0255ae57a8a35a8ad62e47df07caf (patch) | |
tree | 15c1487b3f9568c250f024054a479b05679de885 /config | |
parent | 1227a80b24c943438757e933bd568ceddd00479b (diff) | |
download | netctl-67106550f8a0255ae57a8a35a8ad62e47df07caf.tar.gz netctl-67106550f8a0255ae57a8a35a8ad62e47df07caf.tar.xz |
Support more options in /etc/conf.d/netcfg (FS#25588)
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/netcfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/netcfg b/config/netcfg index 055a87d..b0610eb 100644 --- a/config/netcfg +++ b/config/netcfg @@ -1,3 +1,13 @@ +# Enable these netcfg profiles at boot-up. +# - set to 'menu' to present a menu during boot-up (dialog package required) +# - prefix an entry with a ! to disable it +# Network profiles are found in /etc/network.d +# +#NETWORKS=(menu) + +## Define to the name of your wires interface for net-auto-wired +WIRED_INTERFACE="eth0" + ## Define to the name of your wireless interface for net-auto-wireless WIRELESS_INTERFACE="wlan0" |