aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2008-02-27 00:11:42 +0000
committerKen Moffat <ken@linuxfromscratch.org>2008-02-27 00:11:42 +0000
commit10c9f9c2e58bb7f1bf92559313b84e917771f5a8 (patch)
tree4fc5dffd8db3e5608b6b6bc5e17e5a1b00fb882a
parentf9dcd750acf26db36d01f8d784aa47b104d70759 (diff)
Correct the name of ru-ms keymap in the example (ru_ms is wrong even for 1.12).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8493 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter07/console.xml2
-rw-r--r--general.ent4
3 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b87a69314..2e8d24b47 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>2008-02-26</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Corrected typo in name of ru-ms keymap.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2008-02-24</para>
<itemizedlist>
<listitem>
diff --git a/chapter07/console.xml b/chapter07/console.xml
index 4b06d592f..54056a2aa 100644
--- a/chapter07/console.xml
+++ b/chapter07/console.xml
@@ -191,7 +191,7 @@ EOF</userinput></screen>
<literal># Begin /etc/sysconfig/console
UNICODE="1"
-KEYMAP="ru_ms"
+KEYMAP="ru-ms"
LEGACY_CHARSET="koi8-r"
FONT="LatArCyrHeb-16"
diff --git a/general.ent b/general.ent
index de35353eb..499612042 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20080224">
-<!ENTITY releasedate "February 24, 2008">
+<!ENTITY version "SVN-20080226">
+<!ENTITY releasedate "February 26, 2008">
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->