[SCM] live-manual branch, debian, updated. debian/2.0_a12-1-5-ge46a8a8

Ben Armstrong synrg at debian.org
Tue Dec 7 00:30:44 UTC 2010


The following commit has been merged in the debian branch:
commit e46a8a8de5653fe2cacb4adffe7ec8113a039121
Author: Ben Armstrong <synrg at debian.org>
Date:   Mon Dec 6 20:20:43 2010 -0400

    Removing i18n chapter, now made redundant by section in runtime chapter.

diff --git a/manual/de/user_customization-internationalization.ssi b/manual/de/user_customization-internationalization.ssi
deleted file mode 100644
index 0288819..0000000
--- a/manual/de/user_customization-internationalization.ssi
+++ /dev/null
@@ -1,49 +0,0 @@
-:B~ Customizing locale and language
-
-1~customizing-locale-and-language Customizing locale and language
-
-2~ Default locale and keyboard
-
-The default locale when building a Live system is "locales=en_US.UTF-8", to
-set the locale for e.g. Switzerland, you can use "locales=de_CH.UTF-8".
-
-code{
-
-$ lb config --bootappend-live "locales=de_CH.UTF-8"
-
-}code
-
-The entry for a Swiss-German keyboard would be:
-
-code{
-
-$ lb config --bootappend-live "keyboard-layouts=ch"
-
-}code
-
-Combined, the keyboard and locale configured for Switzerland would be:
-
-code{
-
-$ lb config --bootappend-live ="locales=de_CH.UTF-8 keyboard-layouts=ch"
-
-}code
-
-Note: You can find a list of options in the manpage for
-live-config. Currently, only UTF-8 locales are supported.
-
-2~ l10n Packages
-
-An experimental feature of live-build is to automatically check for each
-package for which it is know that there are -l10n packages available and
-install them. To add German packages the entry would be
-
-code{
-
-$ lb config --language "de"
-
-}code
-
-This will also change the default syslinux language if translations are
-available or local translations have been put into
-#{config/templates/syslinux/de}#.
diff --git a/manual/en/user_customization-internationalization.ssi b/manual/en/user_customization-internationalization.ssi
deleted file mode 100644
index 7afca4b..0000000
--- a/manual/en/user_customization-internationalization.ssi
+++ /dev/null
@@ -1,43 +0,0 @@
-:B~ Customizing locale and language
-
-1~customizing-locale-and-language Customizing locale and language
-
-2~ Default locale and keyboard
-
-The default locale when building a Live system is "locales=en_US.UTF-8", to set the locale for e.g. Switzerland, you can use "locales=de_CH.UTF-8".
-
-code{
-
-$ lb config --bootappend-live "locales=de_CH.UTF-8"
-
-}code
-
-The entry for a Swiss-German keyboard would be:
-
-code{
-
-$ lb config --bootappend-live "keyboard-layouts=ch"
-
-}code
-
-Combined, the keyboard and locale configured for Switzerland would be:
-
-code{
-
-$ lb config --bootappend-live ="locales=de_CH.UTF-8 keyboard-layouts=ch"
-
-}code
-
-Note: You can find a list of options in the manpage for live-config. Currently, only UTF-8 locales are supported.
-
-2~ l10n Packages
-
-An experimental feature of live-build is to automatically check for each package for which it is know that there are -l10n packages available and install them. To add German packages the entry would be
-
-code{
-
-$ lb config --language "de"
-
-}code
-
-This will also change the default syslinux language if translations are available or local translations have been put into #{config/templates/syslinux/de}#.
diff --git a/manual/fr/user_customization-internationalization.ssi b/manual/fr/user_customization-internationalization.ssi
deleted file mode 100644
index 0288819..0000000
--- a/manual/fr/user_customization-internationalization.ssi
+++ /dev/null
@@ -1,49 +0,0 @@
-:B~ Customizing locale and language
-
-1~customizing-locale-and-language Customizing locale and language
-
-2~ Default locale and keyboard
-
-The default locale when building a Live system is "locales=en_US.UTF-8", to
-set the locale for e.g. Switzerland, you can use "locales=de_CH.UTF-8".
-
-code{
-
-$ lb config --bootappend-live "locales=de_CH.UTF-8"
-
-}code
-
-The entry for a Swiss-German keyboard would be:
-
-code{
-
-$ lb config --bootappend-live "keyboard-layouts=ch"
-
-}code
-
-Combined, the keyboard and locale configured for Switzerland would be:
-
-code{
-
-$ lb config --bootappend-live ="locales=de_CH.UTF-8 keyboard-layouts=ch"
-
-}code
-
-Note: You can find a list of options in the manpage for
-live-config. Currently, only UTF-8 locales are supported.
-
-2~ l10n Packages
-
-An experimental feature of live-build is to automatically check for each
-package for which it is know that there are -l10n packages available and
-install them. To add German packages the entry would be
-
-code{
-
-$ lb config --language "de"
-
-}code
-
-This will also change the default syslinux language if translations are
-available or local translations have been put into
-#{config/templates/syslinux/de}#.
diff --git a/manual/po4a.cfg b/manual/po4a.cfg
index 12960cc..96fbe7f 100644
--- a/manual/po4a.cfg
+++ b/manual/po4a.cfg
@@ -12,7 +12,6 @@
 [type: text] en/user_customization-binary.ssi $lang:$lang/user_customization-binary.ssi
 [type: text] en/user_customization-contents.ssi $lang:$lang/user_customization-contents.ssi
 [type: text] en/user_customization-installer.ssi $lang:$lang/user_customization-installer.ssi
-[type: text] en/user_customization-internationalization.ssi $lang:$lang/user_customization-internationalization.ssi
 [type: text] en/user_customization-overview.ssi $lang:$lang/user_customization-overview.ssi
 [type: text] en/user_customization-packages.ssi $lang:$lang/user_customization-packages.ssi
 [type: text] en/user_customization-runtime.ssi $lang:$lang/user_customization-runtime.ssi
diff --git a/manual/pt_BR/user_customization-internationalization.ssi b/manual/pt_BR/user_customization-internationalization.ssi
deleted file mode 100644
index 0288819..0000000
--- a/manual/pt_BR/user_customization-internationalization.ssi
+++ /dev/null
@@ -1,49 +0,0 @@
-:B~ Customizing locale and language
-
-1~customizing-locale-and-language Customizing locale and language
-
-2~ Default locale and keyboard
-
-The default locale when building a Live system is "locales=en_US.UTF-8", to
-set the locale for e.g. Switzerland, you can use "locales=de_CH.UTF-8".
-
-code{
-
-$ lb config --bootappend-live "locales=de_CH.UTF-8"
-
-}code
-
-The entry for a Swiss-German keyboard would be:
-
-code{
-
-$ lb config --bootappend-live "keyboard-layouts=ch"
-
-}code
-
-Combined, the keyboard and locale configured for Switzerland would be:
-
-code{
-
-$ lb config --bootappend-live ="locales=de_CH.UTF-8 keyboard-layouts=ch"
-
-}code
-
-Note: You can find a list of options in the manpage for
-live-config. Currently, only UTF-8 locales are supported.
-
-2~ l10n Packages
-
-An experimental feature of live-build is to automatically check for each
-package for which it is know that there are -l10n packages available and
-install them. To add German packages the entry would be
-
-code{
-
-$ lb config --language "de"
-
-}code
-
-This will also change the default syslinux language if translations are
-available or local translations have been put into
-#{config/templates/syslinux/de}#.
diff --git a/manual/ro/user_customization-internationalization.ssi b/manual/ro/user_customization-internationalization.ssi
deleted file mode 100644
index 0288819..0000000
--- a/manual/ro/user_customization-internationalization.ssi
+++ /dev/null
@@ -1,49 +0,0 @@
-:B~ Customizing locale and language
-
-1~customizing-locale-and-language Customizing locale and language
-
-2~ Default locale and keyboard
-
-The default locale when building a Live system is "locales=en_US.UTF-8", to
-set the locale for e.g. Switzerland, you can use "locales=de_CH.UTF-8".
-
-code{
-
-$ lb config --bootappend-live "locales=de_CH.UTF-8"
-
-}code
-
-The entry for a Swiss-German keyboard would be:
-
-code{
-
-$ lb config --bootappend-live "keyboard-layouts=ch"
-
-}code
-
-Combined, the keyboard and locale configured for Switzerland would be:
-
-code{
-
-$ lb config --bootappend-live ="locales=de_CH.UTF-8 keyboard-layouts=ch"
-
-}code
-
-Note: You can find a list of options in the manpage for
-live-config. Currently, only UTF-8 locales are supported.
-
-2~ l10n Packages
-
-An experimental feature of live-build is to automatically check for each
-package for which it is know that there are -l10n packages available and
-install them. To add German packages the entry would be
-
-code{
-
-$ lb config --language "de"
-
-}code
-
-This will also change the default syslinux language if translations are
-available or local translations have been put into
-#{config/templates/syslinux/de}#.

-- 
live-manual



More information about the debian-live-changes mailing list