summaryrefslogtreecommitdiff
path: root/init.d/consolefont.in
diff options
context:
space:
mode:
authorSebastian Thorarensen <indigo176@blinkenshell.org>2011-02-14 18:51:15 -0500
committerAnthony G. Basile <basile@opensource.dyc.edu>2011-02-14 18:54:35 -0500
commitbae0a693a9271b3ed0f723fdafc22efe5f07b70e (patch)
treec2e5151cac86953958f8327c83f8a6a8d0b0f377 /init.d/consolefont.in
parent35d38c3561fa5e16c6d2e00e033e48dc200ae42c (diff)
downloadopenrc-bae0a693a9271b3ed0f723fdafc22efe5f07b70e.tar.gz
openrc-bae0a693a9271b3ed0f723fdafc22efe5f07b70e.tar.bz2
openrc-bae0a693a9271b3ed0f723fdafc22efe5f07b70e.tar.xz
Set unicode mode immediately at boot without consolefont
X-Gentoo-Bug: 354793 X-Gentoo-Bug-URL: http://bugs.gentoo.org/354793 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'init.d/consolefont.in')
-rw-r--r--init.d/consolefont.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.d/consolefont.in b/init.d/consolefont.in
index d3acd75..75c2fd1 100644
--- a/init.d/consolefont.in
+++ b/init.d/consolefont.in
@@ -61,12 +61,6 @@ start()
done
cp "$font" "$RC_LIBEXECDIR"/console
echo "${font##*/}" >"$RC_LIBEXECDIR"/console/font
- if yesno ${unicode:-${UNICODE}}; then
- echo "" > "$RC_LIBEXECDIR"/console/unicode
- else
- rm -f "$RC_LIBEXECDIR"/console/unicode
- fi
-
fi
return $retval