summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-18 13:59:05 +0000
committerRoy Marples <roy@marples.name>2008-09-18 13:59:05 +0000
commit223015920cb1c947d3dd13f4f0336d9c5fc8e607 (patch)
tree45c8e50692a4ba6b60d7e7e87ac277e9a3db4363 /etc
parentaa02a5516af31db92db8db665c401f06c929637f (diff)
downloadopenrc-223015920cb1c947d3dd13f4f0336d9c5fc8e607.tar.gz
openrc-223015920cb1c947d3dd13f4f0336d9c5fc8e607.tar.bz2
openrc-223015920cb1c947d3dd13f4f0336d9c5fc8e607.tar.xz
Warn about parallel still locking the system.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index f0c5b77..c9a6cbe 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -4,6 +4,9 @@
# in parallel for a slight speed improvement. When running in parallel we
# prefix the service output with it's name as the output will get
# jumbled up.
+# WARNING: whilst we have improved parallel, it can still potentially lock
+# the boot process. Don't file bugs about this unless you can supply
+# patches that fix it without breaking other things!
rc_parallel="NO"
# Set rc_interactive to "YES" and you'll be able to press the I key during