diff options
Diffstat (limited to 'config/netcfg')
-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" |