From 94661b1d22803a9a5c485ff5f89d5b867afa1fb7 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 10 Feb 2012 09:47:12 -0600 Subject: 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 X-Gentoo-Bug: 400921 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=400921 --- init.d/termencoding.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d') 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 } -- cgit v1.2.3