diff options
author | William Hubbs <williamh@gentoo.org> | 2012-02-10 09:47:12 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-02-10 09:47:12 -0600 |
commit | 94661b1d22803a9a5c485ff5f89d5b867afa1fb7 (patch) | |
tree | 12022ee6c1381bbda7fb43f2f91f78ecc515df81 /init.d/termencoding.in | |
parent | b9cc5898828b710d9d4a2bf8988fd6ba78ba72e4 (diff) |
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
Diffstat (limited to 'init.d/termencoding.in')
-rw-r--r-- | init.d/termencoding.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/termencoding.in b/init.d/termencoding.in index af4ed15a..c8ea167d 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 } |