[SCM] live-manual branch, debian, updated. debian/20100501-1-9-gc45aa9f

Nick Niktaris niktaris at knoppel.org
Mon May 24 18:08:51 UTC 2010


The following commit has been merged in the debian branch:
commit c45aa9f81825a7a805b57938eb47355032493651
Author: Nick Niktaris <niktaris at knoppel.org>
Date:   Mon May 24 21:01:58 2010 +0300

    Fixing wrong filename of internalization.xml.

diff --git a/xml/chapters/customization.xml b/xml/chapters/customization.xml
index 0a04b52..dc14f40 100644
--- a/xml/chapters/customization.xml
+++ b/xml/chapters/customization.xml
@@ -8,7 +8,7 @@
 
 <xi:include href="customization/packages.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
 <xi:include href="customization/contents.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
-<xi:include href="customization/internalization.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
+<xi:include href="customization/internationalization.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
 <xi:include href="customization/bootup.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
 <xi:include href="customization/binary.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
 <xi:include href="customization/backports.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
diff --git a/xml/chapters/customization/internalization.xml b/xml/chapters/customization/internalization.xml
deleted file mode 100644
index 5271edb..0000000
--- a/xml/chapters/customization/internalization.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
-    "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
-  <!ENTITY % commondata SYSTEM "../../entities/common.ent" > %commondata;
-]>
-<sect1 id="internalization">
-<title>Customising Locale And Language</title>
-<para>This chapter discusses customisation for language specific parameters.</para>
-
-<sect2 id="locale">
-<title>Default locale and keyboard</title>
-
-<para>
-The default locale when building a live cd is "locale=en_US.UTF-8". 
-To set the locale for the UK (locale=en_GB.UTF-8)
-<screen>
-$ lh_config --bootappend-live "locale=en_GB.UTF-8"
-</screen>
-The entry for a British keyboard would be 
-<screen>
-$ lh_config --bootappend-live "keyb=uk"
-</screen>
-To configure both the locale and the keyboard for the UK the entry would be 
-<screen>
-$ lh_config --bootappend-live "locale=en_GB.UTF-8 keyb=uk"
-</screen>
-or
-<screen>
-$ lh_config --bootappend-live "locale=uk"
-</screen>
-</para>
-<note>
- You can find a list of options in the manpage for live-initramfs. Only UTF8 locales are supported by live-initramfs.
-</note>
-</sect2>
-<sect2 id="default_language">
-<title>l10n Packages</title>
-
-<para>
-lh build can automatically check for each package, for which it's know that there are -l10n packages available and install them. To add Swedish packages the entry would be 
-<screen>
-$ lh_config --language "se"
-</screen>
-This will also change the default syslinux language if
-<screen>
-  config/templates/syslinux/se
-</screen>
-is available. Check syslinux configuration FIXME
-</para>
-
-</sect2>
-
-</sect1>
\ No newline at end of file

-- 
live-manual



More information about the debian-live-changes mailing list