aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2007-11-10 13:26:39 +1100
committerAaron Griffin <aaronmgriffin@gmail.com>2007-12-11 23:26:53 -0600
commitb1d0ec7cb6e8cea9f2fd7b0c11a0b607467615bd (patch)
tree1082460e100cbb08aa545bf09aad22a46587ea45 /rc.conf
parentb8e558d5784c8054a91dcefd8495b739a664dbae (diff)
downloadinitscripts-b1d0ec7cb6e8cea9f2fd7b0c11a0b607467615bd.tar.xz
Removing netcfg from initscripts
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
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)
#
# -----------------------------------------------------------------------