summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-10-09 09:08:00 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-10-09 09:08:00 +0000
commit34ca4a55714f6599eb59e7691415ce563effcb1e (patch)
tree9d3c47344563b7b448277516045953b3580ea64d /etc
parentadd back net services (diff)
downloadbaselayout-vserver-34ca4a55714f6599eb59e7691415ce563effcb1e.tar.gz
baselayout-vserver-34ca4a55714f6599eb59e7691415ce563effcb1e.tar.bz2
baselayout-vserver-34ca4a55714f6599eb59e7691415ce563effcb1e.zip
fix net services
svn path=/baselayout-vserver/trunk/; revision=53
Diffstat (limited to 'etc')
-rw-r--r--etc/conf.d/rc30
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/conf.d/rc b/etc/conf.d/rc
index a4abb47..e04c0b0 100644
--- a/etc/conf.d/rc
+++ b/etc/conf.d/rc
@@ -1,10 +1,40 @@
# /etc/conf.d/rc: Global config file for the Gentoo RC System
+# This is the number of tty's used in most of the rc-scripts (like
+# consolefont, numlock, etc ...)
+
+RC_TTY_NUMBER=0
+
# Set to "yes" if you want the rc system to try and start services
# in parallel for a slight speed improvement.
RC_PARALLEL_STARTUP="no"
+# RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service.
+# The following values are allowed:
+# none - The 'net' service is always considered up.
+# no - This basically means that at least one net.* service besides net.lo
+# must be up. This can be used by notebook users that have a wifi and
+# a static nic, and only wants one up at any given time to have the
+# 'net' service seen as up.
+# lo - This is the same as the 'no' option, but net.lo is also counted.
+# This should be useful to people that do not care about any specific
+# interface being up at boot.
+# yes - For this ALL network interfaces MUST be up for the 'net' service to
+# be considered up.
+
+RC_NET_STRICT_CHECKING="none"
+
+# RC_AUTO_INTERFACE allows us to try and configure your interfaces
+# automatically. This includes:
+# - link /etc/{resolv,ntp,yp}.conf to /var/lib/net-scripts
+# - calculate a metric based on what interfaces are up and type
+# - apply interface state (resolv.conf, ntp.conf, etc)
+# - merge resolv.conf and ntp.conf from active interfaces based on metric
+# otherwise we don't do the above
+
+RC_AUTO_INTERFACE="no"
+
# Set to "yes" if you want to use gentoo init style
# in the util-vserver configuration