[SCM] Debian Live manual branch, master, updated. 908d7ce365faf810468ac96eee491243fb718a2d

Daniel Baumann daniel at debian.org
Tue Nov 11 17:58:35 UTC 2008


The following commit has been merged in the master branch:
commit 908d7ce365faf810468ac96eee491243fb718a2d
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Nov 11 18:58:25 2008 +0100

    Correcting invalid syntax in live-environment.xml.

diff --git a/chapters/live-environment.xml b/chapters/live-environment.xml
index e197db5..c54de38 100644
--- a/chapters/live-environment.xml
+++ b/chapters/live-environment.xml
@@ -33,14 +33,14 @@
 
 <section id="language">
 <title>Language</title>
-<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.:
+<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\>
+	&lt;name&gt;se&lt;name&gt;
 </screen>
 
 To get the locale files for swedish generated and a swedish keyboard layout in X use:

-- 
Debian Live manual



More information about the debian-live-changes mailing list