diff options
author | Sebastian Thorarensen <indigo176@blinkenshell.org> | 2011-04-14 15:21:02 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-04-14 15:21:02 -0500 |
commit | 75722dac4ed11ea90f4eeda2095ed75293ec3586 (patch) | |
tree | b2545271901c32008bbaa5aa5a3ff4b48efbfe5e /init.d/termencoding.in | |
parent | 2d14b172fa377d9633f30cb7d6956469373ce6ae (diff) |
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
Diffstat (limited to 'init.d/termencoding.in')
-rw-r--r-- | init.d/termencoding.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/termencoding.in b/init.d/termencoding.in index 5bb417b9..e022e0d4 100644 --- a/init.d/termencoding.in +++ b/init.d/termencoding.in @@ -11,6 +11,7 @@ depend() { keyword -openvz -prefix -uml -vserver -xenu need root + after bootmisc } start() |