summaryrefslogtreecommitdiffstats
path: root/config/netcfg
blob: 9bee6686a4f903e1ff1ffda2c4f6ef0964362cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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)

## Specify the name of your wired interface for net-auto-wired
WIRED_INTERFACE="eth0"

## Specify 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"