aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-06-01 21:53:21 +0200
committerTom Gundersen <teg@jklm.no>2011-06-01 22:28:07 +0200
commite1f69e92b15cc3dec68effba86ee0f48fe4ee55e (patch)
treed0c2a944d4186775693199eea73a87c097ead94c /rc.conf
parent9f54e01053f1db170fc5c7528e15a0d3a82dd09d (diff)
downloadinitscripts-e1f69e92b15cc3dec68effba86ee0f48fe4ee55e.tar.xz
fixup: network: deprecate net-tools
Commit a3314c7697 deleted a bit too much of the comments from rc.conf. This patch restores the comments/example used by netcfg, and clarifies the comments a bit. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/rc.conf b/rc.conf
index 534112f..26cd695 100644
--- a/rc.conf
+++ b/rc.conf
@@ -92,6 +92,18 @@ gateway=
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
+# Enable these netcfg profiles at boot-up. These are useful if you happen to
+# need more advanced network features than the simple network service
+# supports, such as 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.d
+#
+# This requires the netcfg package
+#
+#NETWORKS=(main)
+
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------