]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
minor changes
authorMichal Soltys <soltys@ziu.info>
Tue, 18 Oct 2011 18:33:19 +0000 (20:33 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 20 Oct 2011 11:06:52 +0000 (13:06 +0200)
- 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>
dracut.kernel.7.xml
modules.d/10i18n/console_init

index 2ba05704c8218b5bd619799f44c40c27a142c30e..7cd7b81d72ca3c0efcc0c1f43f2a1fb2e4c5b5dc 100644 (file)
@@ -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>
index 110cb0af156d81ba3bae532cab03206d6c4a512b..b46046bd529a5a5cd0ef574e922e2eb1215adc53 100755 (executable)
@@ -22,6 +22,7 @@ set_terminal() {
         stty -F ${dev} iutf8
     else
         printf '\033%%@' >&7
+        stty -F ${dev} -iutf8
     fi
 }