[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Patch] [manual] configuring Language --bootappend-live locale and keyb



Patch attached.

Just to ensure that I did the right thing here.

First, I edited chapters/live-environment.xml, then:

$ git-add chapters/live-environment.xml
$ git-format-patch origin

Which produced the file I've attached.

Kind regards,

-- 
Hans Ekbrand (http://sociologi.cjb.net) <hans@sociologi.cjb.net>
A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?
From 27127684f1e2c661379160a7614b229cb3ae1de2 Mon Sep 17 00:00:00 2001
From: Hans Ekbrand <hans@samir.(none)>
Date: Tue, 4 Nov 2008 23:27:48 +0100
Subject: [PATCH] added info on --bootappend-live, locale and keyb

---
 chapters/live-environment.xml |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/chapters/live-environment.xml b/chapters/live-environment.xml
index 65f8a29..e197db5 100644
--- a/chapters/live-environment.xml
+++ b/chapters/live-environment.xml
@@ -33,7 +33,30 @@
 
 <section id="language">
 <title>Language</title>
-<para>FIXME</para>
+<para>When the live system boots there are three process which concerns language: the locale generation, setting the keyboard layout for the console and setting the keyboard layout for X. To define the locale that should be generated, use the <computeroutput>locale<computeroutput> parameter to the <computeroutput>--bootappend-live<computeroutput> option of <filename>lh_config</filename>, e.g.:
+
+<screen>lh_config --bootappend-live "locale=sv_SE.utf8"</screen>
+
+Both the console and X keyboard configuration depends on the <computeroutput>keyb</computeroutput> parameter of the <computeroutput>--bootappend-live</computeroutput>option. Valid options for X keyboard layouts can be found in <filename>/etc/X11/xkb/base.xml</filename>. To find the value (the two characters) corresponding to a language try searching for the english name of the nation where the language is spoken, e.g:
+
+<screen>$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name
+        \<name\>se\<\/name\>
+</screen>
+
+To get the locale files for swedish generated and a swedish keyboard layout in X use:
+
+<screen>lh_config --bootappend-live "locale=sv_SE.utf8 keyb=se"</screen>
+
+</para>
+<para>
+A list of the valid values of the keyboards for the console can be figured with the following command:
+<screen>for i in `find /usr/share/keymaps/ -iname "*kmap.gz"`; do basename $i | head -c -9; echo; done | sort | less </screen>
+
+To make the console keyboard use a swedish layout use
+
+<screen>lh_config --bootappend-live "locale=sv_SE.utf8 keyb=se-latin1"</screen>
+
+</para>
 </section>
 
 <section id="persistence">
-- 
1.5.6.5

Attachment: signature.asc
Description: Digital signature


Reply to: