From 67106550f8a0255ae57a8a35a8ad62e47df07caf Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sat, 20 Aug 2011 13:29:36 +0200 Subject: Support more options in /etc/conf.d/netcfg (FS#25588) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- config/netcfg | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/netcfg') 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" -- cgit v1.2.3-24-g4f1b