aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
# -----------------------------------------------------------------------