termencoding should run after bootmisc

This change is necessary so that the unicode flag is not erased by
bootmisc.

X-Gentoo-Bug: 363611
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=363611
This commit is contained in:
Sebastian Thorarensen 2011-04-14 15:21:02 -05:00 committed by William Hubbs
parent 2d14b172fa
commit 75722dac4e

View File

@ -11,6 +11,7 @@ depend()
{
keyword -openvz -prefix -uml -vserver -xenu
need root
after bootmisc
}
start()