aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/rc.conf b/rc.conf
index 43a597e..39564f6 100644
--- a/rc.conf
+++ b/rc.conf
@@ -68,15 +68,17 @@ INTERFACES=(eth0)
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
-#
+#
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - 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-profiles
+# Network profiles are found in /etc/network.d
+#
+# This now requires the netcfg package
#
-#NET_PROFILES=(main)
+#NETWORKS=(main)
#
# -----------------------------------------------------------------------