summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-02-10 09:47:12 -0600
committerWilliam Hubbs <williamh@gentoo.org>2012-02-10 09:47:12 -0600
commit94661b1d22803a9a5c485ff5f89d5b867afa1fb7 (patch)
tree12022ee6c1381bbda7fb43f2f91f78ecc515df81
parentb9cc5898828b710d9d4a2bf8988fd6ba78ba72e4 (diff)
downloadopenrc-94661b1d22803a9a5c485ff5f89d5b867afa1fb7.tar.gz
openrc-94661b1d22803a9a5c485ff5f89d5b867afa1fb7.tar.bz2
openrc-94661b1d22803a9a5c485ff5f89d5b867afa1fb7.tar.xz
termencoding: change "need root" to "use root"
This allows root to be removed from the boot runlevel which is needed sometimes when the root fs is mounted read-only. Reported-By: Maxim Kammerer <mk@dee.su> X-Gentoo-Bug: 400921 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=400921
-rw-r--r--init.d/termencoding.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/termencoding.in b/init.d/termencoding.in
index af4ed15..c8ea167 100644
--- a/init.d/termencoding.in
+++ b/init.d/termencoding.in
@@ -10,7 +10,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}}
depend()
{
keyword -openvz -prefix -uml -vserver -xenu
- need root
+ use root
after bootmisc
}