Browse Source

minor changes

- in 10i18n - do stty -iutf8 on non-utf8 consoles, for consistency with
  iutf8 on utf8 ones
- vim modeline in xml file

Signed-off-by: Michal Soltys <soltys@ziu.info>
master
Michal Soltys 14 years ago committed by Harald Hoyer
parent
commit
5259da1043
  1. 1
      dracut.kernel.7.xml
  2. 1
      modules.d/10i18n/console_init

1
dracut.kernel.7.xml

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- This document was created with Syntext Serna Free. --><!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" []>
<!-- vim: set ts=8 sts=2 sw=2 et: -->
<refentry id="dracutkernel7">
<refentryinfo>
<title>dracut.kernel</title>

1
modules.d/10i18n/console_init

@ -22,6 +22,7 @@ set_terminal() { @@ -22,6 +22,7 @@ set_terminal() {
stty -F ${dev} iutf8
else
printf '\033%%@' >&7
stty -F ${dev} -iutf8
fi
}


Loading…
Cancel
Save