aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-06-30 23:57:54 +0000
committerJudd Vinet <judd@archlinux.org>2005-06-30 23:57:54 +0000
commit863e8311cfc2ec7dc98fdb43abaa8499dd3414a4 (patch)
treed60ee22af2dd5ab6b2618af6bc172ecc0c0f56c7 /rc.conf
parent47ca58301f0bf0680baf59465202c4209b1ac112 (diff)
downloadinitscripts-863e8311cfc2ec7dc98fdb43abaa8499dd3414a4.tar.xz
added new netcfg stuff for roaming network profiles
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/rc.conf b/rc.conf
index 9063a91..a66e0ee 100644
--- a/rc.conf
+++ b/rc.conf
@@ -53,6 +53,16 @@ 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)
+# (prefix with a ! to disable)
+#
+# Network profiles are found in /etc/network-profiles
+#
+#NET_PROFILES=(main)
+
+#
# Daemons to start at boot-up (in this order)
# (prefix a daemon with a ! to disable it)
# (prefix a daemon with a @ to start it up in the background)