summaryrefslogtreecommitdiffstats
path: root/config/netcfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/netcfg')
-rw-r--r--config/netcfg16
1 files changed, 0 insertions, 16 deletions
diff --git a/config/netcfg b/config/netcfg
deleted file mode 100644
index 59ee57c..0000000
--- a/config/netcfg
+++ /dev/null
@@ -1,16 +0,0 @@
-# Enable these netcfg profiles at boot time.
-# - prefix an entry with a '@' to background its startup
-# - set to 'last' to restore the profiles running at the last shutdown
-# - set to 'menu' to present a menu (requires the dialog package)
-# Network profiles are found in /etc/network.d
-NETWORKS=(last)
-
-# 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"
-
-# Array of profiles that may be started by net-auto-wireless.
-# When not specified, all wireless profiles are considered.
-#AUTO_PROFILES=("profile1" "profile2")