summaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-09 11:51:15 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-09 11:51:15 -0300
commit27de5884859102fd18273cf7b743fa8c685f519f (patch)
tree61cc374a2657be82559174e4fd5e21bc970ea204 /rc.conf
parentdeac4d500c42135f40ea1f9777ed82fced8ccbf8 (diff)
parent663f5e917994b674d4fbe184ff262f94da11256e (diff)
Merge branch 'master' of https://projects.archlinux.org/git/initscripts
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf16
1 files changed, 12 insertions, 4 deletions
diff --git a/rc.conf b/rc.conf
index 18effe9..a322c2d 100644
--- a/rc.conf
+++ b/rc.conf
@@ -17,7 +17,6 @@
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
-# VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
#
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
@@ -27,20 +26,17 @@ KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
-VERBOSE="3"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
-# MOD_AUTOLOAD: Deprecated. Always leave at "yes".
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
# Replace every !module by an entry as on the following line in a file in
# /etc/modprobe.d:
# blacklist module
# See "man modprobe.conf" for details.
#
-MOD_AUTOLOAD="yes"
MODULES=()
# Udev settle timeout (default to 30)
@@ -92,6 +88,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
# -----------------------------------------------------------------------