[SCM] live-manual branch, debian, updated. debian/2.0_a11-1-19-g28b9b4f

Ben Armstrong synrg at debian.org
Fri Dec 3 00:09:38 UTC 2010


The following commit has been merged in the debian branch:
commit 28b9b4f884dd84c465287bd4d6c8c07b4c2a291b
Author: Ben Armstrong <synrg at debian.org>
Date:   Thu Dec 2 20:09:01 2010 -0400

    Clarify selecting exact .deb file to install after build.

diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
index bce7d6d..ca631af 100644
--- a/manual/de/live-manual.ssm
+++ b/manual/de/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-12-01
+ :published: 2010-12-02
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/ro/user_customization-runtime.ssi b/manual/de/user_customization-runtime.new.ssi
similarity index 80%
copy from manual/ro/user_customization-runtime.ssi
copy to manual/de/user_customization-runtime.new.ssi
index 857ef66..e2c32ec 100644
--- a/manual/ro/user_customization-runtime.ssi
+++ b/manual/de/user_customization-runtime.new.ssi
@@ -1,13 +1,18 @@
-B~ Customization at Runtime
+:B~ Customizing run time behaviours
 
-All configuration that is done during runtime is done by live-config. Here
+1~customizing-run-time-behaviours Customizing run time behaviours
+
+All configuration that is done during run time is done by live-config. Here
 are some most common options of live-config that users are interested in. A
 full list of all possibilities can be found in the manpage of live-config.
 
-1~ User
+2~ Customizing the live user
 
-One important consideration is that the live user is created by live-boot
-during bootup, it is not created by live-build when building the image.
+One important consideration is that the live user is created by live-boot at
+boot time, not by live-build at build time. This not only influences where
+materials relating to the live user are introduced in your build, as
+discussed in {Live/chroot local includes}#live-chroot-local-includes, but
+also any groups and permissions associated with the live user.
 
 You can specify additional groups that the live user will belong to by
 preseeding the #{passwd/user-default-groups}# debconf value. For example, to
@@ -21,7 +26,7 @@ plugdev netdev powerdev fuse
 
 }code
 
-1~ Language
+2~customizing-locale-and-language Customizing locale and language
 
 When the live system boots, language is involved in three steps:
 
@@ -31,7 +36,58 @@ _* setting the keyboard layout for the console
 
 _* setting the keyboard layout for X
 
-To define the locale that should be generated, use the #{locale}# parameter
+3~ 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.
+
+3~ l10n Packages
+
+% FIXME: not a run time configuration! Belongs in packages chapter. (See
+--tasks discussion.)
+
+An experimental feature of live-build is to automatically check for each
+package for which it is known 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}#.
+
+3~ Language
+
+To define the locale that should be generated, use the #{locales}# parameter
 into the #{--bootappend-live}# option of #{lb config}#, e.g.:
 
 code{
diff --git a/manual/en/.user_customization-runtime.new.ssi.swp b/manual/en/.user_customization-runtime.new.ssi.swp
new file mode 100644
index 0000000..6e58afa
Binary files /dev/null and b/manual/en/.user_customization-runtime.new.ssi.swp differ
diff --git a/manual/en/live-manual.ssm b/manual/en/live-manual.ssm
index 02a2d8d..31e6439 100644
--- a/manual/en/live-manual.ssm
+++ b/manual/en/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-12-01
+ :published: 2010-12-02
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/en/user_customization-runtime.ssi b/manual/en/user_customization-runtime.new.ssi
similarity index 77%
copy from manual/en/user_customization-runtime.ssi
copy to manual/en/user_customization-runtime.new.ssi
index c7c1b30..2dd013e 100644
--- a/manual/en/user_customization-runtime.ssi
+++ b/manual/en/user_customization-runtime.new.ssi
@@ -1,10 +1,12 @@
-B~ Customization at Runtime
+:B~ Customizing run time behaviours
 
-All configuration that is done during runtime is done by live-config. Here are some most common options of live-config that users are interested in. A full list of all possibilities can be found in the manpage of live-config.
+1~customizing-run-time-behaviours Customizing run time behaviours
 
-1~ User
+All configuration that is done during run time is done by live-config. Here are some most common options of live-config that users are interested in. A full list of all possibilities can be found in the manpage of live-config.
 
-One important consideration is that the live user is created by live-boot during bootup, it is not created by live-build when building the image.
+2~ Customizing the live user
+
+One important consideration is that the live user is created by live-boot at boot time, not by live-build at build time. This not only influences where materials relating to the live user are introduced in your build, as discussed in {Live/chroot local includes}#live-chroot-local-includes, but also any groups and permissions associated with the live user.
 
 You can specify additional groups that the live user will belong to by preseeding the #{passwd/user-default-groups}# debconf value. For example, to add the live user to the #{fuse}# group, add the following to a file in the #{config/chroot_local-preseed}# directory:
 
@@ -14,7 +16,7 @@ debconf passwd/user-default-groups string audio cdrom dialout floppy video plugd
 
 }code
 
-1~ Language
+2~customizing-locale-and-language Customizing locale and language
 
 When the live system boots, language is involved in three steps:
 
@@ -24,7 +26,51 @@ _* setting the keyboard layout for the console
 
 _* setting the keyboard layout for X
 
-To define the locale that should be generated, use the #{locale}# parameter into the #{--bootappend-live}# option of #{lb config}#, e.g.:
+3~ 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.
+
+3~ l10n Packages
+
+% FIXME: not a run time configuration! Belongs in packages chapter. (See --tasks discussion.)
+
+An experimental feature of live-build is to automatically check for each package for which it is known 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}#.
+
+3~ Language
+
+To define the locale that should be generated, use the #{locales}# parameter into the #{--bootappend-live}# option of #{lb config}#, e.g.:
 
 code{
 
diff --git a/manual/fr/live-manual.ssm b/manual/fr/live-manual.ssm
index 4a2fc10..f4ff8cf 100644
--- a/manual/fr/live-manual.ssm
+++ b/manual/fr/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-12-01
+ :published: 2010-12-02
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/ro/user_customization-runtime.ssi b/manual/fr/user_customization-runtime.new.ssi
similarity index 80%
copy from manual/ro/user_customization-runtime.ssi
copy to manual/fr/user_customization-runtime.new.ssi
index 857ef66..e2c32ec 100644
--- a/manual/ro/user_customization-runtime.ssi
+++ b/manual/fr/user_customization-runtime.new.ssi
@@ -1,13 +1,18 @@
-B~ Customization at Runtime
+:B~ Customizing run time behaviours
 
-All configuration that is done during runtime is done by live-config. Here
+1~customizing-run-time-behaviours Customizing run time behaviours
+
+All configuration that is done during run time is done by live-config. Here
 are some most common options of live-config that users are interested in. A
 full list of all possibilities can be found in the manpage of live-config.
 
-1~ User
+2~ Customizing the live user
 
-One important consideration is that the live user is created by live-boot
-during bootup, it is not created by live-build when building the image.
+One important consideration is that the live user is created by live-boot at
+boot time, not by live-build at build time. This not only influences where
+materials relating to the live user are introduced in your build, as
+discussed in {Live/chroot local includes}#live-chroot-local-includes, but
+also any groups and permissions associated with the live user.
 
 You can specify additional groups that the live user will belong to by
 preseeding the #{passwd/user-default-groups}# debconf value. For example, to
@@ -21,7 +26,7 @@ plugdev netdev powerdev fuse
 
 }code
 
-1~ Language
+2~customizing-locale-and-language Customizing locale and language
 
 When the live system boots, language is involved in three steps:
 
@@ -31,7 +36,58 @@ _* setting the keyboard layout for the console
 
 _* setting the keyboard layout for X
 
-To define the locale that should be generated, use the #{locale}# parameter
+3~ 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.
+
+3~ l10n Packages
+
+% FIXME: not a run time configuration! Belongs in packages chapter. (See
+--tasks discussion.)
+
+An experimental feature of live-build is to automatically check for each
+package for which it is known 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}#.
+
+3~ Language
+
+To define the locale that should be generated, use the #{locales}# parameter
 into the #{--bootappend-live}# option of #{lb config}#, e.g.:
 
 code{
diff --git a/manual/po/de/live-manual.ssm.po b/manual/po/de/live-manual.ssm.po
index ba135dc..d71745b 100644
--- a/manual/po/de/live-manual.ssm.po
+++ b/manual/po/de/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-12-01 05:55-0400\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: 2010-10-03 20:30+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-12-01\n"
+" :published: 2010-12-02\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/de/user_customization-runtime.ssi.po b/manual/po/de/user_customization-runtime.new.ssi.po
similarity index 59%
copy from manual/po/de/user_customization-runtime.ssi.po
copy to manual/po/de/user_customization-runtime.new.ssi.po
index d8117d4..31d2fe6 100644
--- a/manual/po/de/user_customization-runtime.ssi.po
+++ b/manual/po/de/user_customization-runtime.new.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 11:40+0100\n"
-"PO-Revision-Date: 2010-11-30 11:40+0100\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
+"PO-Revision-Date: 2010-12-02 20:07-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=ASCII\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
@@ -46,36 +46,53 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
 #: en/user_customization-internationalization.ssi:38
-#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:31
-#: en/user_customization-packages.ssi:44 en/user_customization-packages.ssi:58
-#: en/user_customization-packages.ssi:72 en/user_customization-packages.ssi:90
-#: en/user_customization-packages.ssi:120
-#: en/user_customization-packages.ssi:133
-#: en/user_customization-packages.ssi:143
-#: en/user_customization-packages.ssi:153
-#: en/user_customization-packages.ssi:163
-#: en/user_customization-packages.ssi:177
-#: en/user_customization-packages.ssi:193
-#: en/user_customization-packages.ssi:261
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:283 en/user_customization-runtime.ssi:12
-#: en/user_customization-runtime.ssi:30 en/user_customization-runtime.ssi:40
-#: en/user_customization-runtime.ssi:48 en/user_customization-runtime.ssi:56
-#: en/user_customization-runtime.ssi:64 en/user_customization-runtime.ssi:84
-#: en/user_customization-runtime.ssi:92 en/user_customization-runtime.ssi:101
-#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
-#: en/user_examples.ssi:54 en/user_examples.ssi:64 en/user_examples.ssi:80
-#: en/user_examples.ssi:90 en/user_examples.ssi:107 en/user_examples.ssi:117
-#: en/user_examples.ssi:131 en/user_examples.ssi:139 en/user_examples.ssi:154
-#: en/user_examples.ssi:162 en/user_examples.ssi:188 en/user_examples.ssi:209
-#: en/user_examples.ssi:217 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:108
-#: en/user_installation.ssi:126 en/user_installation.ssi:144
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:14 en/user_customization-packages.ssi:22
+#: en/user_customization-packages.ssi:40 en/user_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:66 en/user_customization-packages.ssi:80
+#: en/user_customization-packages.ssi:94
+#: en/user_customization-packages.ssi:112
+#: en/user_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:155
+#: en/user_customization-packages.ssi:165
+#: en/user_customization-packages.ssi:175
+#: en/user_customization-packages.ssi:185
+#: en/user_customization-packages.ssi:199
+#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:281
+#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:321
+#: en/user_customization-runtime.new.ssi:14
+#: en/user_customization-runtime.new.ssi:34
+#: en/user_customization-runtime.new.ssi:42
+#: en/user_customization-runtime.new.ssi:50
+#: en/user_customization-runtime.new.ssi:64
+#: en/user_customization-runtime.new.ssi:76
+#: en/user_customization-runtime.new.ssi:86
+#: en/user_customization-runtime.new.ssi:94
+#: en/user_customization-runtime.new.ssi:102
+#: en/user_customization-runtime.new.ssi:110
+#: en/user_customization-runtime.new.ssi:130
+#: en/user_customization-runtime.new.ssi:138
+#: en/user_customization-runtime.new.ssi:147
+#: en/user_customization-runtime.ssi:12 en/user_customization-runtime.ssi:30
+#: en/user_customization-runtime.ssi:40 en/user_customization-runtime.ssi:48
+#: en/user_customization-runtime.ssi:56 en/user_customization-runtime.ssi:64
+#: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:92
+#: en/user_customization-runtime.ssi:101 en/user_examples.ssi:14
+#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
+#: en/user_examples.ssi:64 en/user_examples.ssi:80 en/user_examples.ssi:90
+#: en/user_examples.ssi:107 en/user_examples.ssi:117 en/user_examples.ssi:131
+#: en/user_examples.ssi:139 en/user_examples.ssi:154 en/user_examples.ssi:162
+#: en/user_examples.ssi:188 en/user_examples.ssi:209 en/user_examples.ssi:217
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:108 en/user_installation.ssi:126
+#: en/user_installation.ssi:141 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_managing_a_configuration.ssi:47
+#: en/user_managing_a_configuration.ssi:56 en/user_overview.ssi:36
 #: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr ""
@@ -110,66 +127,154 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
 #: en/user_customization-internationalization.ssi:42
-#: en/user_customization-packages.ssi:23 en/user_customization-packages.ssi:36
-#: en/user_customization-packages.ssi:48 en/user_customization-packages.ssi:62
-#: en/user_customization-packages.ssi:76 en/user_customization-packages.ssi:94
-#: en/user_customization-packages.ssi:125
-#: en/user_customization-packages.ssi:139
-#: en/user_customization-packages.ssi:149
-#: en/user_customization-packages.ssi:159
-#: en/user_customization-packages.ssi:169
+#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:26
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:58
+#: en/user_customization-packages.ssi:70 en/user_customization-packages.ssi:84
+#: en/user_customization-packages.ssi:98
+#: en/user_customization-packages.ssi:116
+#: en/user_customization-packages.ssi:147
+#: en/user_customization-packages.ssi:161
+#: en/user_customization-packages.ssi:171
 #: en/user_customization-packages.ssi:181
-#: en/user_customization-packages.ssi:197
-#: en/user_customization-packages.ssi:265
-#: en/user_customization-packages.ssi:277
-#: en/user_customization-packages.ssi:287 en/user_customization-runtime.ssi:16
-#: en/user_customization-runtime.ssi:34 en/user_customization-runtime.ssi:44
-#: en/user_customization-runtime.ssi:52 en/user_customization-runtime.ssi:60
-#: en/user_customization-runtime.ssi:68 en/user_customization-runtime.ssi:88
-#: en/user_customization-runtime.ssi:97 en/user_customization-runtime.ssi:106
-#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
-#: en/user_examples.ssi:58 en/user_examples.ssi:68 en/user_examples.ssi:86
-#: en/user_examples.ssi:101 en/user_examples.ssi:111 en/user_examples.ssi:123
-#: en/user_examples.ssi:135 en/user_examples.ssi:150 en/user_examples.ssi:158
-#: en/user_examples.ssi:166 en/user_examples.ssi:197 en/user_examples.ssi:213
-#: en/user_examples.ssi:221 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:112
-#: en/user_installation.ssi:131 en/user_installation.ssi:147
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:191
+#: en/user_customization-packages.ssi:203
+#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:285
+#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:334
+#: en/user_customization-runtime.new.ssi:18
+#: en/user_customization-runtime.new.ssi:38
+#: en/user_customization-runtime.new.ssi:46
+#: en/user_customization-runtime.new.ssi:54
+#: en/user_customization-runtime.new.ssi:68
+#: en/user_customization-runtime.new.ssi:80
+#: en/user_customization-runtime.new.ssi:90
+#: en/user_customization-runtime.new.ssi:98
+#: en/user_customization-runtime.new.ssi:106
+#: en/user_customization-runtime.new.ssi:114
+#: en/user_customization-runtime.new.ssi:134
+#: en/user_customization-runtime.new.ssi:143
+#: en/user_customization-runtime.new.ssi:152
+#: en/user_customization-runtime.ssi:16 en/user_customization-runtime.ssi:34
+#: en/user_customization-runtime.ssi:44 en/user_customization-runtime.ssi:52
+#: en/user_customization-runtime.ssi:60 en/user_customization-runtime.ssi:68
+#: en/user_customization-runtime.ssi:88 en/user_customization-runtime.ssi:97
+#: en/user_customization-runtime.ssi:106 en/user_examples.ssi:20
+#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:58
+#: en/user_examples.ssi:68 en/user_examples.ssi:86 en/user_examples.ssi:101
+#: en/user_examples.ssi:111 en/user_examples.ssi:123 en/user_examples.ssi:135
+#: en/user_examples.ssi:150 en/user_examples.ssi:158 en/user_examples.ssi:166
+#: en/user_examples.ssi:197 en/user_examples.ssi:213 en/user_examples.ssi:221
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:112 en/user_installation.ssi:131
+#: en/user_installation.ssi:144 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_managing_a_configuration.ssi:52
+#: en/user_managing_a_configuration.ssi:60 en/user_overview.ssi:74
 #: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:2
-msgid "B~ Customization at Runtime"
+#: en/user_customization-internationalization.ssi:8
+#: en/user_customization-runtime.new.ssi:32
+msgid ""
+"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\"."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:12
+#: en/user_customization-runtime.new.ssi:36
+msgid "$ lb config --bootappend-live \"locales=de_CH.UTF-8\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:16
+#: en/user_customization-runtime.new.ssi:40
+msgid "The entry for a Swiss-German keyboard would be:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:20
+#: en/user_customization-runtime.new.ssi:44
+msgid "$ lb config --bootappend-live \"keyboard-layouts=ch\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:24
+#: en/user_customization-runtime.new.ssi:48
+msgid "Combined, the keyboard and locale configured for Switzerland would be:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:4
+#: en/user_customization-internationalization.ssi:28
+#: en/user_customization-runtime.new.ssi:52
 msgid ""
-"All configuration that is done during runtime is done by live-config. Here "
+"$ lb config --bootappend-live =\"locales=de_CH.UTF-8 keyboard-layouts=ch\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:32
+#: en/user_customization-runtime.new.ssi:56
+msgid ""
+"Note: You can find a list of options in the manpage for live-config. "
+"Currently, only UTF-8 locales are supported."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:40
+#: en/user_customization-runtime.new.ssi:66
+msgid "$ lb config --language \"de\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:43
+#: en/user_customization-runtime.new.ssi:70
+msgid ""
+"This will also change the default syslinux language if translations are "
+"available or local translations have been put into #{config/templates/"
+"syslinux/de}#."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:2
+msgid ":B~ Customizing run time behaviours"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:4
+msgid "1~customizing-run-time-behaviours Customizing run time behaviours"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:6
+msgid ""
+"All configuration that is done during run time is done by live-config. Here "
 "are some most common options of live-config that users are interested in. A "
 "full list of all possibilities can be found in the manpage of live-config."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:6
-msgid "1~ User"
+#: en/user_customization-runtime.new.ssi:8
+msgid "2~ Customizing the live user"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:8
+#: en/user_customization-runtime.new.ssi:10
 msgid ""
-"One important consideration is that the live user is created by live-boot "
-"during bootup, it is not created by live-build when building the image."
+"One important consideration is that the live user is created by live-boot at "
+"boot time, not by live-build at build time. This not only influences where "
+"materials relating to the live user are introduced in your build, as "
+"discussed in {Live/chroot local includes}#live-chroot-local-includes, but "
+"also any groups and permissions associated with the live user."
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:12
 #: en/user_customization-runtime.ssi:10
 msgid ""
 "You can specify additional groups that the live user will belong to by "
@@ -179,6 +284,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:16
 #: en/user_customization-runtime.ssi:14
 msgid ""
 "debconf passwd/user-default-groups string audio cdrom dialout floppy video "
@@ -186,43 +292,79 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:18
-msgid "1~ Language"
+#: en/user_customization-runtime.new.ssi:20
+msgid "2~customizing-locale-and-language Customizing locale and language"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:22
 #: en/user_customization-runtime.ssi:20
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:24
 #: en/user_customization-runtime.ssi:22
 msgid "_* the locale generation"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:26
 #: en/user_customization-runtime.ssi:24
 msgid "_* setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:28
 #: en/user_customization-runtime.ssi:26
 msgid "_* setting the keyboard layout for X"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:28
+#: en/user_customization-runtime.new.ssi:30
+msgid "3~ Default locale and keyboard"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:58
+msgid "3~ l10n Packages"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:60
+msgid ""
+"% FIXME: not a run time configuration! Belongs in packages chapter. (See --"
+"tasks discussion.)"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:62
+msgid ""
+"An experimental feature of live-build is to automatically check for each "
+"package for which it is known that there are #{*-l10n}# packages available "
+"and install them. To add German packages the entry would be"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:72
+msgid "3~ Language"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:74
 msgid ""
-"To define the locale that should be generated, use the #{locale}# parameter "
+"To define the locale that should be generated, use the #{locales}# parameter "
 "into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:78
 #: en/user_customization-runtime.ssi:32
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:82
 #: en/user_customization-runtime.ssi:36
 msgid ""
 "This parameter can also be used in kernel command line. You can specify a "
@@ -230,6 +372,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:84
 #: en/user_customization-runtime.ssi:38
 msgid ""
 "Both the console and X keyboard configuration depends on the #{keyb}# "
@@ -241,22 +384,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:88
 #: en/user_customization-runtime.ssi:42
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name <name>se</name>"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:92
 #: en/user_customization-runtime.ssi:46
 msgid ""
 "To get the locale files for German and Swiss German keyboard layout in X use:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:96
 #: en/user_customization-runtime.ssi:50
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8 keyboard-layouts=ch\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:100
 #: en/user_customization-runtime.ssi:54
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
@@ -264,6 +411,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:104
 #: en/user_customization-runtime.ssi:58
 msgid ""
 "for i in $(find /usr/share/keymaps/ -iname \"*kmap.gz\"); do basename $i | "
@@ -271,6 +419,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:108
 #: en/user_customization-runtime.ssi:62
 msgid ""
 "Alternatively, you can use the #{console-setup}# package, a tool to let you "
@@ -283,6 +432,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:112
 #: en/user_customization-runtime.ssi:66
 msgid ""
 "lb config --bootappend-live \"locales=fr_FR.UTF-8 keyboard-layouts=fr "
@@ -290,11 +440,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:116
 #: en/user_customization-runtime.ssi:70
 msgid "2~ Persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:118
 #: en/user_customization-runtime.ssi:72
 msgid ""
 "A live cd paradigm is a pre-installed system which runs from read-only "
@@ -303,6 +455,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:120
 #: en/user_customization-runtime.ssi:74
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
@@ -312,6 +465,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:122
 #: en/user_customization-runtime.ssi:76
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
@@ -323,6 +477,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:124
 #: en/user_customization-runtime.ssi:78
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
@@ -333,11 +488,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:126
 #: en/user_customization-runtime.ssi:80
 msgid "3~ Full persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:128
 #: en/user_customization-runtime.ssi:82
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
@@ -350,11 +507,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:132
 #: en/user_customization-runtime.ssi:86
 msgid "# mkfs.ext2 -L live-rw /dev/sdb1"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:136
 #: en/user_customization-runtime.ssi:90
 msgid ""
 "If you already have a partition on your device, you could just change the "
@@ -362,6 +521,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:141
 #: en/user_customization-runtime.ssi:95
 msgid ""
 "# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/"
@@ -369,6 +529,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:145
 #: en/user_customization-runtime.ssi:99
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
@@ -379,6 +540,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:150
 #: en/user_customization-runtime.ssi:104
 msgid ""
 "$ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /"
@@ -386,6 +548,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:154
 #: en/user_customization-runtime.ssi:108
 msgid ""
 "Then copy the #{live-rw}# file to a writable partition and reboot with the "
@@ -393,11 +556,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:156
 #: en/user_customization-runtime.ssi:110
 msgid "3~ Home automounting"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:158
 #: en/user_customization-runtime.ssi:112
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
@@ -407,11 +572,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:160
 #: en/user_customization-runtime.ssi:114
 msgid "3~ Snapshots"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:162
 #: en/user_customization-runtime.ssi:116
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
@@ -429,6 +596,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:164
 #: en/user_customization-runtime.ssi:118
 msgid ""
 "A /home version of snapshot exists too and its label is #{home-sn.*}#; it "
@@ -436,6 +604,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:166
 #: en/user_customization-runtime.ssi:120
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
@@ -443,11 +612,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:168
 #: en/user_customization-runtime.ssi:122
 msgid "3~ Persistent SubText"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:170
 #: en/user_customization-runtime.ssi:124
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
@@ -460,11 +631,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:172
 #: en/user_customization-runtime.ssi:126
 msgid "3~ Partial remastering"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:173
 #: en/user_customization-runtime.ssi:127
 msgid ""
 "The run-time modification of the tmpfs could be collected using live-"
diff --git a/manual/po/de/user_customization-runtime.ssi.po b/manual/po/de/user_customization-runtime.ssi.po
index d8117d4..5934a0c 100644
--- a/manual/po/de/user_customization-runtime.ssi.po
+++ b/manual/po/de/user_customization-runtime.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 11:40+0100\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: 2010-11-30 11:40+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -46,36 +46,53 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
 #: en/user_customization-internationalization.ssi:38
-#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:31
-#: en/user_customization-packages.ssi:44 en/user_customization-packages.ssi:58
-#: en/user_customization-packages.ssi:72 en/user_customization-packages.ssi:90
-#: en/user_customization-packages.ssi:120
-#: en/user_customization-packages.ssi:133
-#: en/user_customization-packages.ssi:143
-#: en/user_customization-packages.ssi:153
-#: en/user_customization-packages.ssi:163
-#: en/user_customization-packages.ssi:177
-#: en/user_customization-packages.ssi:193
-#: en/user_customization-packages.ssi:261
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:283 en/user_customization-runtime.ssi:12
-#: en/user_customization-runtime.ssi:30 en/user_customization-runtime.ssi:40
-#: en/user_customization-runtime.ssi:48 en/user_customization-runtime.ssi:56
-#: en/user_customization-runtime.ssi:64 en/user_customization-runtime.ssi:84
-#: en/user_customization-runtime.ssi:92 en/user_customization-runtime.ssi:101
-#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
-#: en/user_examples.ssi:54 en/user_examples.ssi:64 en/user_examples.ssi:80
-#: en/user_examples.ssi:90 en/user_examples.ssi:107 en/user_examples.ssi:117
-#: en/user_examples.ssi:131 en/user_examples.ssi:139 en/user_examples.ssi:154
-#: en/user_examples.ssi:162 en/user_examples.ssi:188 en/user_examples.ssi:209
-#: en/user_examples.ssi:217 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:108
-#: en/user_installation.ssi:126 en/user_installation.ssi:144
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:14 en/user_customization-packages.ssi:22
+#: en/user_customization-packages.ssi:40 en/user_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:66 en/user_customization-packages.ssi:80
+#: en/user_customization-packages.ssi:94
+#: en/user_customization-packages.ssi:112
+#: en/user_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:155
+#: en/user_customization-packages.ssi:165
+#: en/user_customization-packages.ssi:175
+#: en/user_customization-packages.ssi:185
+#: en/user_customization-packages.ssi:199
+#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:281
+#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:321
+#: en/user_customization-runtime.new.ssi:14
+#: en/user_customization-runtime.new.ssi:34
+#: en/user_customization-runtime.new.ssi:42
+#: en/user_customization-runtime.new.ssi:50
+#: en/user_customization-runtime.new.ssi:64
+#: en/user_customization-runtime.new.ssi:76
+#: en/user_customization-runtime.new.ssi:86
+#: en/user_customization-runtime.new.ssi:94
+#: en/user_customization-runtime.new.ssi:102
+#: en/user_customization-runtime.new.ssi:110
+#: en/user_customization-runtime.new.ssi:130
+#: en/user_customization-runtime.new.ssi:138
+#: en/user_customization-runtime.new.ssi:147
+#: en/user_customization-runtime.ssi:12 en/user_customization-runtime.ssi:30
+#: en/user_customization-runtime.ssi:40 en/user_customization-runtime.ssi:48
+#: en/user_customization-runtime.ssi:56 en/user_customization-runtime.ssi:64
+#: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:92
+#: en/user_customization-runtime.ssi:101 en/user_examples.ssi:14
+#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
+#: en/user_examples.ssi:64 en/user_examples.ssi:80 en/user_examples.ssi:90
+#: en/user_examples.ssi:107 en/user_examples.ssi:117 en/user_examples.ssi:131
+#: en/user_examples.ssi:139 en/user_examples.ssi:154 en/user_examples.ssi:162
+#: en/user_examples.ssi:188 en/user_examples.ssi:209 en/user_examples.ssi:217
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:108 en/user_installation.ssi:126
+#: en/user_installation.ssi:141 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_managing_a_configuration.ssi:47
+#: en/user_managing_a_configuration.ssi:56 en/user_overview.ssi:36
 #: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr ""
@@ -110,66 +127,59 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
 #: en/user_customization-internationalization.ssi:42
-#: en/user_customization-packages.ssi:23 en/user_customization-packages.ssi:36
-#: en/user_customization-packages.ssi:48 en/user_customization-packages.ssi:62
-#: en/user_customization-packages.ssi:76 en/user_customization-packages.ssi:94
-#: en/user_customization-packages.ssi:125
-#: en/user_customization-packages.ssi:139
-#: en/user_customization-packages.ssi:149
-#: en/user_customization-packages.ssi:159
-#: en/user_customization-packages.ssi:169
+#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:26
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:58
+#: en/user_customization-packages.ssi:70 en/user_customization-packages.ssi:84
+#: en/user_customization-packages.ssi:98
+#: en/user_customization-packages.ssi:116
+#: en/user_customization-packages.ssi:147
+#: en/user_customization-packages.ssi:161
+#: en/user_customization-packages.ssi:171
 #: en/user_customization-packages.ssi:181
-#: en/user_customization-packages.ssi:197
-#: en/user_customization-packages.ssi:265
-#: en/user_customization-packages.ssi:277
-#: en/user_customization-packages.ssi:287 en/user_customization-runtime.ssi:16
-#: en/user_customization-runtime.ssi:34 en/user_customization-runtime.ssi:44
-#: en/user_customization-runtime.ssi:52 en/user_customization-runtime.ssi:60
-#: en/user_customization-runtime.ssi:68 en/user_customization-runtime.ssi:88
-#: en/user_customization-runtime.ssi:97 en/user_customization-runtime.ssi:106
-#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
-#: en/user_examples.ssi:58 en/user_examples.ssi:68 en/user_examples.ssi:86
-#: en/user_examples.ssi:101 en/user_examples.ssi:111 en/user_examples.ssi:123
-#: en/user_examples.ssi:135 en/user_examples.ssi:150 en/user_examples.ssi:158
-#: en/user_examples.ssi:166 en/user_examples.ssi:197 en/user_examples.ssi:213
-#: en/user_examples.ssi:221 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:112
-#: en/user_installation.ssi:131 en/user_installation.ssi:147
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:191
+#: en/user_customization-packages.ssi:203
+#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:285
+#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:334
+#: en/user_customization-runtime.new.ssi:18
+#: en/user_customization-runtime.new.ssi:38
+#: en/user_customization-runtime.new.ssi:46
+#: en/user_customization-runtime.new.ssi:54
+#: en/user_customization-runtime.new.ssi:68
+#: en/user_customization-runtime.new.ssi:80
+#: en/user_customization-runtime.new.ssi:90
+#: en/user_customization-runtime.new.ssi:98
+#: en/user_customization-runtime.new.ssi:106
+#: en/user_customization-runtime.new.ssi:114
+#: en/user_customization-runtime.new.ssi:134
+#: en/user_customization-runtime.new.ssi:143
+#: en/user_customization-runtime.new.ssi:152
+#: en/user_customization-runtime.ssi:16 en/user_customization-runtime.ssi:34
+#: en/user_customization-runtime.ssi:44 en/user_customization-runtime.ssi:52
+#: en/user_customization-runtime.ssi:60 en/user_customization-runtime.ssi:68
+#: en/user_customization-runtime.ssi:88 en/user_customization-runtime.ssi:97
+#: en/user_customization-runtime.ssi:106 en/user_examples.ssi:20
+#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:58
+#: en/user_examples.ssi:68 en/user_examples.ssi:86 en/user_examples.ssi:101
+#: en/user_examples.ssi:111 en/user_examples.ssi:123 en/user_examples.ssi:135
+#: en/user_examples.ssi:150 en/user_examples.ssi:158 en/user_examples.ssi:166
+#: en/user_examples.ssi:197 en/user_examples.ssi:213 en/user_examples.ssi:221
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:112 en/user_installation.ssi:131
+#: en/user_installation.ssi:144 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_managing_a_configuration.ssi:52
+#: en/user_managing_a_configuration.ssi:60 en/user_overview.ssi:74
 #: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:2
-msgid "B~ Customization at Runtime"
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:4
-msgid ""
-"All configuration that is done during runtime is done by live-config. Here "
-"are some most common options of live-config that users are interested in. A "
-"full list of all possibilities can be found in the manpage of live-config."
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:6
-msgid "1~ User"
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:8
-msgid ""
-"One important consideration is that the live user is created by live-boot "
-"during bootup, it is not created by live-build when building the image."
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:12
 #: en/user_customization-runtime.ssi:10
 msgid ""
 "You can specify additional groups that the live user will belong to by "
@@ -179,6 +189,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:16
 #: en/user_customization-runtime.ssi:14
 msgid ""
 "debconf passwd/user-default-groups string audio cdrom dialout floppy video "
@@ -186,43 +197,37 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:18
-msgid "1~ Language"
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:22
 #: en/user_customization-runtime.ssi:20
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:24
 #: en/user_customization-runtime.ssi:22
 msgid "_* the locale generation"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:26
 #: en/user_customization-runtime.ssi:24
 msgid "_* setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:28
 #: en/user_customization-runtime.ssi:26
 msgid "_* setting the keyboard layout for X"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:28
-msgid ""
-"To define the locale that should be generated, use the #{locale}# parameter "
-"into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:78
 #: en/user_customization-runtime.ssi:32
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:82
 #: en/user_customization-runtime.ssi:36
 msgid ""
 "This parameter can also be used in kernel command line. You can specify a "
@@ -230,6 +235,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:84
 #: en/user_customization-runtime.ssi:38
 msgid ""
 "Both the console and X keyboard configuration depends on the #{keyb}# "
@@ -241,22 +247,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:88
 #: en/user_customization-runtime.ssi:42
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name <name>se</name>"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:92
 #: en/user_customization-runtime.ssi:46
 msgid ""
 "To get the locale files for German and Swiss German keyboard layout in X use:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:96
 #: en/user_customization-runtime.ssi:50
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8 keyboard-layouts=ch\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:100
 #: en/user_customization-runtime.ssi:54
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
@@ -264,6 +274,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:104
 #: en/user_customization-runtime.ssi:58
 msgid ""
 "for i in $(find /usr/share/keymaps/ -iname \"*kmap.gz\"); do basename $i | "
@@ -271,6 +282,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:108
 #: en/user_customization-runtime.ssi:62
 msgid ""
 "Alternatively, you can use the #{console-setup}# package, a tool to let you "
@@ -283,6 +295,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:112
 #: en/user_customization-runtime.ssi:66
 msgid ""
 "lb config --bootappend-live \"locales=fr_FR.UTF-8 keyboard-layouts=fr "
@@ -290,11 +303,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:116
 #: en/user_customization-runtime.ssi:70
 msgid "2~ Persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:118
 #: en/user_customization-runtime.ssi:72
 msgid ""
 "A live cd paradigm is a pre-installed system which runs from read-only "
@@ -303,6 +318,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:120
 #: en/user_customization-runtime.ssi:74
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
@@ -312,6 +328,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:122
 #: en/user_customization-runtime.ssi:76
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
@@ -323,6 +340,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:124
 #: en/user_customization-runtime.ssi:78
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
@@ -333,11 +351,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:126
 #: en/user_customization-runtime.ssi:80
 msgid "3~ Full persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:128
 #: en/user_customization-runtime.ssi:82
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
@@ -350,11 +370,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:132
 #: en/user_customization-runtime.ssi:86
 msgid "# mkfs.ext2 -L live-rw /dev/sdb1"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:136
 #: en/user_customization-runtime.ssi:90
 msgid ""
 "If you already have a partition on your device, you could just change the "
@@ -362,6 +384,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:141
 #: en/user_customization-runtime.ssi:95
 msgid ""
 "# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/"
@@ -369,6 +392,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:145
 #: en/user_customization-runtime.ssi:99
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
@@ -379,6 +403,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:150
 #: en/user_customization-runtime.ssi:104
 msgid ""
 "$ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /"
@@ -386,6 +411,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:154
 #: en/user_customization-runtime.ssi:108
 msgid ""
 "Then copy the #{live-rw}# file to a writable partition and reboot with the "
@@ -393,11 +419,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:156
 #: en/user_customization-runtime.ssi:110
 msgid "3~ Home automounting"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:158
 #: en/user_customization-runtime.ssi:112
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
@@ -407,11 +435,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:160
 #: en/user_customization-runtime.ssi:114
 msgid "3~ Snapshots"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:162
 #: en/user_customization-runtime.ssi:116
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
@@ -429,6 +459,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:164
 #: en/user_customization-runtime.ssi:118
 msgid ""
 "A /home version of snapshot exists too and its label is #{home-sn.*}#; it "
@@ -436,6 +467,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:166
 #: en/user_customization-runtime.ssi:120
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
@@ -443,11 +475,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:168
 #: en/user_customization-runtime.ssi:122
 msgid "3~ Persistent SubText"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:170
 #: en/user_customization-runtime.ssi:124
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
@@ -460,11 +494,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:172
 #: en/user_customization-runtime.ssi:126
 msgid "3~ Partial remastering"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:173
 #: en/user_customization-runtime.ssi:127
 msgid ""
 "The run-time modification of the tmpfs could be collected using live-"
@@ -472,3 +508,40 @@ msgid ""
 "case of cd-r or adding a session to multisession cd/dvd(rw); live-boot "
 "mounts all /live filesystem in order or with the module boot parameter."
 msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:2
+msgid "B~ Customization at Runtime"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:4
+msgid ""
+"All configuration that is done during runtime is done by live-config. Here "
+"are some most common options of live-config that users are interested in. A "
+"full list of all possibilities can be found in the manpage of live-config."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:6
+msgid "1~ User"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:8
+msgid ""
+"One important consideration is that the live user is created by live-boot "
+"during bootup, it is not created by live-build when building the image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:18
+msgid "1~ Language"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:28
+msgid ""
+"To define the locale that should be generated, use the #{locale}# parameter "
+"into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
+msgstr ""
diff --git a/manual/po/fr/live-manual.ssm.po b/manual/po/fr/live-manual.ssm.po
index b99853f..b2a6f8d 100644
--- a/manual/po/fr/live-manual.ssm.po
+++ b/manual/po/fr/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-12-01 05:55-0400\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: 2010-10-21 07:06-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-12-01\n"
+" :published: 2010-12-02\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/fr/user_customization-runtime.ssi.po b/manual/po/fr/user_customization-runtime.new.ssi.po
similarity index 59%
copy from manual/po/fr/user_customization-runtime.ssi.po
copy to manual/po/fr/user_customization-runtime.new.ssi.po
index b25c129..9cd7811 100644
--- a/manual/po/fr/user_customization-runtime.ssi.po
+++ b/manual/po/fr/user_customization-runtime.new.ssi.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 11:40+0100\n"
-"PO-Revision-Date: 2010-11-30 11:40+0100\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
+"PO-Revision-Date: 2010-12-02 20:07-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: fr\n"
@@ -46,36 +46,53 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
 #: en/user_customization-internationalization.ssi:38
-#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:31
-#: en/user_customization-packages.ssi:44 en/user_customization-packages.ssi:58
-#: en/user_customization-packages.ssi:72 en/user_customization-packages.ssi:90
-#: en/user_customization-packages.ssi:120
-#: en/user_customization-packages.ssi:133
-#: en/user_customization-packages.ssi:143
-#: en/user_customization-packages.ssi:153
-#: en/user_customization-packages.ssi:163
-#: en/user_customization-packages.ssi:177
-#: en/user_customization-packages.ssi:193
-#: en/user_customization-packages.ssi:261
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:283 en/user_customization-runtime.ssi:12
-#: en/user_customization-runtime.ssi:30 en/user_customization-runtime.ssi:40
-#: en/user_customization-runtime.ssi:48 en/user_customization-runtime.ssi:56
-#: en/user_customization-runtime.ssi:64 en/user_customization-runtime.ssi:84
-#: en/user_customization-runtime.ssi:92 en/user_customization-runtime.ssi:101
-#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
-#: en/user_examples.ssi:54 en/user_examples.ssi:64 en/user_examples.ssi:80
-#: en/user_examples.ssi:90 en/user_examples.ssi:107 en/user_examples.ssi:117
-#: en/user_examples.ssi:131 en/user_examples.ssi:139 en/user_examples.ssi:154
-#: en/user_examples.ssi:162 en/user_examples.ssi:188 en/user_examples.ssi:209
-#: en/user_examples.ssi:217 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:108
-#: en/user_installation.ssi:126 en/user_installation.ssi:144
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:14 en/user_customization-packages.ssi:22
+#: en/user_customization-packages.ssi:40 en/user_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:66 en/user_customization-packages.ssi:80
+#: en/user_customization-packages.ssi:94
+#: en/user_customization-packages.ssi:112
+#: en/user_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:155
+#: en/user_customization-packages.ssi:165
+#: en/user_customization-packages.ssi:175
+#: en/user_customization-packages.ssi:185
+#: en/user_customization-packages.ssi:199
+#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:281
+#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:321
+#: en/user_customization-runtime.new.ssi:14
+#: en/user_customization-runtime.new.ssi:34
+#: en/user_customization-runtime.new.ssi:42
+#: en/user_customization-runtime.new.ssi:50
+#: en/user_customization-runtime.new.ssi:64
+#: en/user_customization-runtime.new.ssi:76
+#: en/user_customization-runtime.new.ssi:86
+#: en/user_customization-runtime.new.ssi:94
+#: en/user_customization-runtime.new.ssi:102
+#: en/user_customization-runtime.new.ssi:110
+#: en/user_customization-runtime.new.ssi:130
+#: en/user_customization-runtime.new.ssi:138
+#: en/user_customization-runtime.new.ssi:147
+#: en/user_customization-runtime.ssi:12 en/user_customization-runtime.ssi:30
+#: en/user_customization-runtime.ssi:40 en/user_customization-runtime.ssi:48
+#: en/user_customization-runtime.ssi:56 en/user_customization-runtime.ssi:64
+#: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:92
+#: en/user_customization-runtime.ssi:101 en/user_examples.ssi:14
+#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
+#: en/user_examples.ssi:64 en/user_examples.ssi:80 en/user_examples.ssi:90
+#: en/user_examples.ssi:107 en/user_examples.ssi:117 en/user_examples.ssi:131
+#: en/user_examples.ssi:139 en/user_examples.ssi:154 en/user_examples.ssi:162
+#: en/user_examples.ssi:188 en/user_examples.ssi:209 en/user_examples.ssi:217
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:108 en/user_installation.ssi:126
+#: en/user_installation.ssi:141 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_managing_a_configuration.ssi:47
+#: en/user_managing_a_configuration.ssi:56 en/user_overview.ssi:36
 #: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
@@ -110,66 +127,154 @@ msgstr "code{"
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
 #: en/user_customization-internationalization.ssi:42
-#: en/user_customization-packages.ssi:23 en/user_customization-packages.ssi:36
-#: en/user_customization-packages.ssi:48 en/user_customization-packages.ssi:62
-#: en/user_customization-packages.ssi:76 en/user_customization-packages.ssi:94
-#: en/user_customization-packages.ssi:125
-#: en/user_customization-packages.ssi:139
-#: en/user_customization-packages.ssi:149
-#: en/user_customization-packages.ssi:159
-#: en/user_customization-packages.ssi:169
+#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:26
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:58
+#: en/user_customization-packages.ssi:70 en/user_customization-packages.ssi:84
+#: en/user_customization-packages.ssi:98
+#: en/user_customization-packages.ssi:116
+#: en/user_customization-packages.ssi:147
+#: en/user_customization-packages.ssi:161
+#: en/user_customization-packages.ssi:171
 #: en/user_customization-packages.ssi:181
-#: en/user_customization-packages.ssi:197
-#: en/user_customization-packages.ssi:265
-#: en/user_customization-packages.ssi:277
-#: en/user_customization-packages.ssi:287 en/user_customization-runtime.ssi:16
-#: en/user_customization-runtime.ssi:34 en/user_customization-runtime.ssi:44
-#: en/user_customization-runtime.ssi:52 en/user_customization-runtime.ssi:60
-#: en/user_customization-runtime.ssi:68 en/user_customization-runtime.ssi:88
-#: en/user_customization-runtime.ssi:97 en/user_customization-runtime.ssi:106
-#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
-#: en/user_examples.ssi:58 en/user_examples.ssi:68 en/user_examples.ssi:86
-#: en/user_examples.ssi:101 en/user_examples.ssi:111 en/user_examples.ssi:123
-#: en/user_examples.ssi:135 en/user_examples.ssi:150 en/user_examples.ssi:158
-#: en/user_examples.ssi:166 en/user_examples.ssi:197 en/user_examples.ssi:213
-#: en/user_examples.ssi:221 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:112
-#: en/user_installation.ssi:131 en/user_installation.ssi:147
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:191
+#: en/user_customization-packages.ssi:203
+#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:285
+#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:334
+#: en/user_customization-runtime.new.ssi:18
+#: en/user_customization-runtime.new.ssi:38
+#: en/user_customization-runtime.new.ssi:46
+#: en/user_customization-runtime.new.ssi:54
+#: en/user_customization-runtime.new.ssi:68
+#: en/user_customization-runtime.new.ssi:80
+#: en/user_customization-runtime.new.ssi:90
+#: en/user_customization-runtime.new.ssi:98
+#: en/user_customization-runtime.new.ssi:106
+#: en/user_customization-runtime.new.ssi:114
+#: en/user_customization-runtime.new.ssi:134
+#: en/user_customization-runtime.new.ssi:143
+#: en/user_customization-runtime.new.ssi:152
+#: en/user_customization-runtime.ssi:16 en/user_customization-runtime.ssi:34
+#: en/user_customization-runtime.ssi:44 en/user_customization-runtime.ssi:52
+#: en/user_customization-runtime.ssi:60 en/user_customization-runtime.ssi:68
+#: en/user_customization-runtime.ssi:88 en/user_customization-runtime.ssi:97
+#: en/user_customization-runtime.ssi:106 en/user_examples.ssi:20
+#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:58
+#: en/user_examples.ssi:68 en/user_examples.ssi:86 en/user_examples.ssi:101
+#: en/user_examples.ssi:111 en/user_examples.ssi:123 en/user_examples.ssi:135
+#: en/user_examples.ssi:150 en/user_examples.ssi:158 en/user_examples.ssi:166
+#: en/user_examples.ssi:197 en/user_examples.ssi:213 en/user_examples.ssi:221
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:112 en/user_installation.ssi:131
+#: en/user_installation.ssi:144 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_managing_a_configuration.ssi:52
+#: en/user_managing_a_configuration.ssi:60 en/user_overview.ssi:74
 #: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:2
-msgid "B~ Customization at Runtime"
+#: en/user_customization-internationalization.ssi:8
+#: en/user_customization-runtime.new.ssi:32
+msgid ""
+"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\"."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:12
+#: en/user_customization-runtime.new.ssi:36
+msgid "$ lb config --bootappend-live \"locales=de_CH.UTF-8\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:16
+#: en/user_customization-runtime.new.ssi:40
+msgid "The entry for a Swiss-German keyboard would be:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:20
+#: en/user_customization-runtime.new.ssi:44
+msgid "$ lb config --bootappend-live \"keyboard-layouts=ch\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:24
+#: en/user_customization-runtime.new.ssi:48
+msgid "Combined, the keyboard and locale configured for Switzerland would be:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:4
+#: en/user_customization-internationalization.ssi:28
+#: en/user_customization-runtime.new.ssi:52
 msgid ""
-"All configuration that is done during runtime is done by live-config. Here "
+"$ lb config --bootappend-live =\"locales=de_CH.UTF-8 keyboard-layouts=ch\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:32
+#: en/user_customization-runtime.new.ssi:56
+msgid ""
+"Note: You can find a list of options in the manpage for live-config. "
+"Currently, only UTF-8 locales are supported."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:40
+#: en/user_customization-runtime.new.ssi:66
+msgid "$ lb config --language \"de\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:43
+#: en/user_customization-runtime.new.ssi:70
+msgid ""
+"This will also change the default syslinux language if translations are "
+"available or local translations have been put into #{config/templates/"
+"syslinux/de}#."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:2
+msgid ":B~ Customizing run time behaviours"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:4
+msgid "1~customizing-run-time-behaviours Customizing run time behaviours"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:6
+msgid ""
+"All configuration that is done during run time is done by live-config. Here "
 "are some most common options of live-config that users are interested in. A "
 "full list of all possibilities can be found in the manpage of live-config."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:6
-msgid "1~ User"
+#: en/user_customization-runtime.new.ssi:8
+msgid "2~ Customizing the live user"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:8
+#: en/user_customization-runtime.new.ssi:10
 msgid ""
-"One important consideration is that the live user is created by live-boot "
-"during bootup, it is not created by live-build when building the image."
+"One important consideration is that the live user is created by live-boot at "
+"boot time, not by live-build at build time. This not only influences where "
+"materials relating to the live user are introduced in your build, as "
+"discussed in {Live/chroot local includes}#live-chroot-local-includes, but "
+"also any groups and permissions associated with the live user."
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:12
 #: en/user_customization-runtime.ssi:10
 msgid ""
 "You can specify additional groups that the live user will belong to by "
@@ -179,6 +284,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:16
 #: en/user_customization-runtime.ssi:14
 msgid ""
 "debconf passwd/user-default-groups string audio cdrom dialout floppy video "
@@ -186,43 +292,79 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:18
-msgid "1~ Language"
+#: en/user_customization-runtime.new.ssi:20
+msgid "2~customizing-locale-and-language Customizing locale and language"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:22
 #: en/user_customization-runtime.ssi:20
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:24
 #: en/user_customization-runtime.ssi:22
 msgid "_* the locale generation"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:26
 #: en/user_customization-runtime.ssi:24
 msgid "_* setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:28
 #: en/user_customization-runtime.ssi:26
 msgid "_* setting the keyboard layout for X"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:28
+#: en/user_customization-runtime.new.ssi:30
+msgid "3~ Default locale and keyboard"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:58
+msgid "3~ l10n Packages"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:60
+msgid ""
+"% FIXME: not a run time configuration! Belongs in packages chapter. (See --"
+"tasks discussion.)"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:62
+msgid ""
+"An experimental feature of live-build is to automatically check for each "
+"package for which it is known that there are #{*-l10n}# packages available "
+"and install them. To add German packages the entry would be"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:72
+msgid "3~ Language"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:74
 msgid ""
-"To define the locale that should be generated, use the #{locale}# parameter "
+"To define the locale that should be generated, use the #{locales}# parameter "
 "into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:78
 #: en/user_customization-runtime.ssi:32
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:82
 #: en/user_customization-runtime.ssi:36
 msgid ""
 "This parameter can also be used in kernel command line. You can specify a "
@@ -230,6 +372,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:84
 #: en/user_customization-runtime.ssi:38
 msgid ""
 "Both the console and X keyboard configuration depends on the #{keyb}# "
@@ -241,22 +384,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:88
 #: en/user_customization-runtime.ssi:42
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name <name>se</name>"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:92
 #: en/user_customization-runtime.ssi:46
 msgid ""
 "To get the locale files for German and Swiss German keyboard layout in X use:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:96
 #: en/user_customization-runtime.ssi:50
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8 keyboard-layouts=ch\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:100
 #: en/user_customization-runtime.ssi:54
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
@@ -264,6 +411,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:104
 #: en/user_customization-runtime.ssi:58
 msgid ""
 "for i in $(find /usr/share/keymaps/ -iname \"*kmap.gz\"); do basename $i | "
@@ -271,6 +419,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:108
 #: en/user_customization-runtime.ssi:62
 msgid ""
 "Alternatively, you can use the #{console-setup}# package, a tool to let you "
@@ -283,6 +432,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:112
 #: en/user_customization-runtime.ssi:66
 msgid ""
 "lb config --bootappend-live \"locales=fr_FR.UTF-8 keyboard-layouts=fr "
@@ -290,11 +440,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:116
 #: en/user_customization-runtime.ssi:70
 msgid "2~ Persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:118
 #: en/user_customization-runtime.ssi:72
 msgid ""
 "A live cd paradigm is a pre-installed system which runs from read-only "
@@ -303,6 +455,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:120
 #: en/user_customization-runtime.ssi:74
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
@@ -312,6 +465,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:122
 #: en/user_customization-runtime.ssi:76
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
@@ -323,6 +477,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:124
 #: en/user_customization-runtime.ssi:78
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
@@ -333,11 +488,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:126
 #: en/user_customization-runtime.ssi:80
 msgid "3~ Full persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:128
 #: en/user_customization-runtime.ssi:82
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
@@ -350,11 +507,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:132
 #: en/user_customization-runtime.ssi:86
 msgid "# mkfs.ext2 -L live-rw /dev/sdb1"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:136
 #: en/user_customization-runtime.ssi:90
 msgid ""
 "If you already have a partition on your device, you could just change the "
@@ -362,6 +521,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:141
 #: en/user_customization-runtime.ssi:95
 msgid ""
 "# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/"
@@ -369,6 +529,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:145
 #: en/user_customization-runtime.ssi:99
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
@@ -379,6 +540,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:150
 #: en/user_customization-runtime.ssi:104
 msgid ""
 "$ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /"
@@ -386,6 +548,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:154
 #: en/user_customization-runtime.ssi:108
 msgid ""
 "Then copy the #{live-rw}# file to a writable partition and reboot with the "
@@ -393,11 +556,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:156
 #: en/user_customization-runtime.ssi:110
 msgid "3~ Home automounting"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:158
 #: en/user_customization-runtime.ssi:112
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
@@ -407,11 +572,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:160
 #: en/user_customization-runtime.ssi:114
 msgid "3~ Snapshots"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:162
 #: en/user_customization-runtime.ssi:116
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
@@ -429,6 +596,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:164
 #: en/user_customization-runtime.ssi:118
 msgid ""
 "A /home version of snapshot exists too and its label is #{home-sn.*}#; it "
@@ -436,6 +604,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:166
 #: en/user_customization-runtime.ssi:120
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
@@ -443,11 +612,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:168
 #: en/user_customization-runtime.ssi:122
 msgid "3~ Persistent SubText"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:170
 #: en/user_customization-runtime.ssi:124
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
@@ -460,11 +631,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:172
 #: en/user_customization-runtime.ssi:126
 msgid "3~ Partial remastering"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:173
 #: en/user_customization-runtime.ssi:127
 msgid ""
 "The run-time modification of the tmpfs could be collected using live-"
diff --git a/manual/po/fr/user_customization-runtime.ssi.po b/manual/po/fr/user_customization-runtime.ssi.po
index b25c129..0f8c3eb 100644
--- a/manual/po/fr/user_customization-runtime.ssi.po
+++ b/manual/po/fr/user_customization-runtime.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 11:40+0100\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: 2010-11-30 11:40+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -46,36 +46,53 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
 #: en/user_customization-internationalization.ssi:38
-#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:31
-#: en/user_customization-packages.ssi:44 en/user_customization-packages.ssi:58
-#: en/user_customization-packages.ssi:72 en/user_customization-packages.ssi:90
-#: en/user_customization-packages.ssi:120
-#: en/user_customization-packages.ssi:133
-#: en/user_customization-packages.ssi:143
-#: en/user_customization-packages.ssi:153
-#: en/user_customization-packages.ssi:163
-#: en/user_customization-packages.ssi:177
-#: en/user_customization-packages.ssi:193
-#: en/user_customization-packages.ssi:261
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:283 en/user_customization-runtime.ssi:12
-#: en/user_customization-runtime.ssi:30 en/user_customization-runtime.ssi:40
-#: en/user_customization-runtime.ssi:48 en/user_customization-runtime.ssi:56
-#: en/user_customization-runtime.ssi:64 en/user_customization-runtime.ssi:84
-#: en/user_customization-runtime.ssi:92 en/user_customization-runtime.ssi:101
-#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
-#: en/user_examples.ssi:54 en/user_examples.ssi:64 en/user_examples.ssi:80
-#: en/user_examples.ssi:90 en/user_examples.ssi:107 en/user_examples.ssi:117
-#: en/user_examples.ssi:131 en/user_examples.ssi:139 en/user_examples.ssi:154
-#: en/user_examples.ssi:162 en/user_examples.ssi:188 en/user_examples.ssi:209
-#: en/user_examples.ssi:217 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:108
-#: en/user_installation.ssi:126 en/user_installation.ssi:144
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:14 en/user_customization-packages.ssi:22
+#: en/user_customization-packages.ssi:40 en/user_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:66 en/user_customization-packages.ssi:80
+#: en/user_customization-packages.ssi:94
+#: en/user_customization-packages.ssi:112
+#: en/user_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:155
+#: en/user_customization-packages.ssi:165
+#: en/user_customization-packages.ssi:175
+#: en/user_customization-packages.ssi:185
+#: en/user_customization-packages.ssi:199
+#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:281
+#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:321
+#: en/user_customization-runtime.new.ssi:14
+#: en/user_customization-runtime.new.ssi:34
+#: en/user_customization-runtime.new.ssi:42
+#: en/user_customization-runtime.new.ssi:50
+#: en/user_customization-runtime.new.ssi:64
+#: en/user_customization-runtime.new.ssi:76
+#: en/user_customization-runtime.new.ssi:86
+#: en/user_customization-runtime.new.ssi:94
+#: en/user_customization-runtime.new.ssi:102
+#: en/user_customization-runtime.new.ssi:110
+#: en/user_customization-runtime.new.ssi:130
+#: en/user_customization-runtime.new.ssi:138
+#: en/user_customization-runtime.new.ssi:147
+#: en/user_customization-runtime.ssi:12 en/user_customization-runtime.ssi:30
+#: en/user_customization-runtime.ssi:40 en/user_customization-runtime.ssi:48
+#: en/user_customization-runtime.ssi:56 en/user_customization-runtime.ssi:64
+#: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:92
+#: en/user_customization-runtime.ssi:101 en/user_examples.ssi:14
+#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
+#: en/user_examples.ssi:64 en/user_examples.ssi:80 en/user_examples.ssi:90
+#: en/user_examples.ssi:107 en/user_examples.ssi:117 en/user_examples.ssi:131
+#: en/user_examples.ssi:139 en/user_examples.ssi:154 en/user_examples.ssi:162
+#: en/user_examples.ssi:188 en/user_examples.ssi:209 en/user_examples.ssi:217
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:108 en/user_installation.ssi:126
+#: en/user_installation.ssi:141 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_managing_a_configuration.ssi:47
+#: en/user_managing_a_configuration.ssi:56 en/user_overview.ssi:36
 #: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
@@ -110,66 +127,59 @@ msgstr "code{"
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
 #: en/user_customization-internationalization.ssi:42
-#: en/user_customization-packages.ssi:23 en/user_customization-packages.ssi:36
-#: en/user_customization-packages.ssi:48 en/user_customization-packages.ssi:62
-#: en/user_customization-packages.ssi:76 en/user_customization-packages.ssi:94
-#: en/user_customization-packages.ssi:125
-#: en/user_customization-packages.ssi:139
-#: en/user_customization-packages.ssi:149
-#: en/user_customization-packages.ssi:159
-#: en/user_customization-packages.ssi:169
+#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:26
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:58
+#: en/user_customization-packages.ssi:70 en/user_customization-packages.ssi:84
+#: en/user_customization-packages.ssi:98
+#: en/user_customization-packages.ssi:116
+#: en/user_customization-packages.ssi:147
+#: en/user_customization-packages.ssi:161
+#: en/user_customization-packages.ssi:171
 #: en/user_customization-packages.ssi:181
-#: en/user_customization-packages.ssi:197
-#: en/user_customization-packages.ssi:265
-#: en/user_customization-packages.ssi:277
-#: en/user_customization-packages.ssi:287 en/user_customization-runtime.ssi:16
-#: en/user_customization-runtime.ssi:34 en/user_customization-runtime.ssi:44
-#: en/user_customization-runtime.ssi:52 en/user_customization-runtime.ssi:60
-#: en/user_customization-runtime.ssi:68 en/user_customization-runtime.ssi:88
-#: en/user_customization-runtime.ssi:97 en/user_customization-runtime.ssi:106
-#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
-#: en/user_examples.ssi:58 en/user_examples.ssi:68 en/user_examples.ssi:86
-#: en/user_examples.ssi:101 en/user_examples.ssi:111 en/user_examples.ssi:123
-#: en/user_examples.ssi:135 en/user_examples.ssi:150 en/user_examples.ssi:158
-#: en/user_examples.ssi:166 en/user_examples.ssi:197 en/user_examples.ssi:213
-#: en/user_examples.ssi:221 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:112
-#: en/user_installation.ssi:131 en/user_installation.ssi:147
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:191
+#: en/user_customization-packages.ssi:203
+#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:285
+#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:334
+#: en/user_customization-runtime.new.ssi:18
+#: en/user_customization-runtime.new.ssi:38
+#: en/user_customization-runtime.new.ssi:46
+#: en/user_customization-runtime.new.ssi:54
+#: en/user_customization-runtime.new.ssi:68
+#: en/user_customization-runtime.new.ssi:80
+#: en/user_customization-runtime.new.ssi:90
+#: en/user_customization-runtime.new.ssi:98
+#: en/user_customization-runtime.new.ssi:106
+#: en/user_customization-runtime.new.ssi:114
+#: en/user_customization-runtime.new.ssi:134
+#: en/user_customization-runtime.new.ssi:143
+#: en/user_customization-runtime.new.ssi:152
+#: en/user_customization-runtime.ssi:16 en/user_customization-runtime.ssi:34
+#: en/user_customization-runtime.ssi:44 en/user_customization-runtime.ssi:52
+#: en/user_customization-runtime.ssi:60 en/user_customization-runtime.ssi:68
+#: en/user_customization-runtime.ssi:88 en/user_customization-runtime.ssi:97
+#: en/user_customization-runtime.ssi:106 en/user_examples.ssi:20
+#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:58
+#: en/user_examples.ssi:68 en/user_examples.ssi:86 en/user_examples.ssi:101
+#: en/user_examples.ssi:111 en/user_examples.ssi:123 en/user_examples.ssi:135
+#: en/user_examples.ssi:150 en/user_examples.ssi:158 en/user_examples.ssi:166
+#: en/user_examples.ssi:197 en/user_examples.ssi:213 en/user_examples.ssi:221
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:112 en/user_installation.ssi:131
+#: en/user_installation.ssi:144 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_managing_a_configuration.ssi:52
+#: en/user_managing_a_configuration.ssi:60 en/user_overview.ssi:74
 #: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:2
-msgid "B~ Customization at Runtime"
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:4
-msgid ""
-"All configuration that is done during runtime is done by live-config. Here "
-"are some most common options of live-config that users are interested in. A "
-"full list of all possibilities can be found in the manpage of live-config."
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:6
-msgid "1~ User"
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:8
-msgid ""
-"One important consideration is that the live user is created by live-boot "
-"during bootup, it is not created by live-build when building the image."
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:12
 #: en/user_customization-runtime.ssi:10
 msgid ""
 "You can specify additional groups that the live user will belong to by "
@@ -179,6 +189,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:16
 #: en/user_customization-runtime.ssi:14
 msgid ""
 "debconf passwd/user-default-groups string audio cdrom dialout floppy video "
@@ -186,43 +197,37 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:18
-msgid "1~ Language"
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:22
 #: en/user_customization-runtime.ssi:20
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:24
 #: en/user_customization-runtime.ssi:22
 msgid "_* the locale generation"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:26
 #: en/user_customization-runtime.ssi:24
 msgid "_* setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:28
 #: en/user_customization-runtime.ssi:26
 msgid "_* setting the keyboard layout for X"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:28
-msgid ""
-"To define the locale that should be generated, use the #{locale}# parameter "
-"into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:78
 #: en/user_customization-runtime.ssi:32
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:82
 #: en/user_customization-runtime.ssi:36
 msgid ""
 "This parameter can also be used in kernel command line. You can specify a "
@@ -230,6 +235,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:84
 #: en/user_customization-runtime.ssi:38
 msgid ""
 "Both the console and X keyboard configuration depends on the #{keyb}# "
@@ -241,22 +247,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:88
 #: en/user_customization-runtime.ssi:42
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name <name>se</name>"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:92
 #: en/user_customization-runtime.ssi:46
 msgid ""
 "To get the locale files for German and Swiss German keyboard layout in X use:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:96
 #: en/user_customization-runtime.ssi:50
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8 keyboard-layouts=ch\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:100
 #: en/user_customization-runtime.ssi:54
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
@@ -264,6 +274,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:104
 #: en/user_customization-runtime.ssi:58
 msgid ""
 "for i in $(find /usr/share/keymaps/ -iname \"*kmap.gz\"); do basename $i | "
@@ -271,6 +282,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:108
 #: en/user_customization-runtime.ssi:62
 msgid ""
 "Alternatively, you can use the #{console-setup}# package, a tool to let you "
@@ -283,6 +295,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:112
 #: en/user_customization-runtime.ssi:66
 msgid ""
 "lb config --bootappend-live \"locales=fr_FR.UTF-8 keyboard-layouts=fr "
@@ -290,11 +303,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:116
 #: en/user_customization-runtime.ssi:70
 msgid "2~ Persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:118
 #: en/user_customization-runtime.ssi:72
 msgid ""
 "A live cd paradigm is a pre-installed system which runs from read-only "
@@ -303,6 +318,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:120
 #: en/user_customization-runtime.ssi:74
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
@@ -312,6 +328,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:122
 #: en/user_customization-runtime.ssi:76
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
@@ -323,6 +340,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:124
 #: en/user_customization-runtime.ssi:78
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
@@ -333,11 +351,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:126
 #: en/user_customization-runtime.ssi:80
 msgid "3~ Full persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:128
 #: en/user_customization-runtime.ssi:82
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
@@ -350,11 +370,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:132
 #: en/user_customization-runtime.ssi:86
 msgid "# mkfs.ext2 -L live-rw /dev/sdb1"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:136
 #: en/user_customization-runtime.ssi:90
 msgid ""
 "If you already have a partition on your device, you could just change the "
@@ -362,6 +384,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:141
 #: en/user_customization-runtime.ssi:95
 msgid ""
 "# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/"
@@ -369,6 +392,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:145
 #: en/user_customization-runtime.ssi:99
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
@@ -379,6 +403,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:150
 #: en/user_customization-runtime.ssi:104
 msgid ""
 "$ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /"
@@ -386,6 +411,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:154
 #: en/user_customization-runtime.ssi:108
 msgid ""
 "Then copy the #{live-rw}# file to a writable partition and reboot with the "
@@ -393,11 +419,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:156
 #: en/user_customization-runtime.ssi:110
 msgid "3~ Home automounting"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:158
 #: en/user_customization-runtime.ssi:112
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
@@ -407,11 +435,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:160
 #: en/user_customization-runtime.ssi:114
 msgid "3~ Snapshots"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:162
 #: en/user_customization-runtime.ssi:116
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
@@ -429,6 +459,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:164
 #: en/user_customization-runtime.ssi:118
 msgid ""
 "A /home version of snapshot exists too and its label is #{home-sn.*}#; it "
@@ -436,6 +467,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:166
 #: en/user_customization-runtime.ssi:120
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
@@ -443,11 +475,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:168
 #: en/user_customization-runtime.ssi:122
 msgid "3~ Persistent SubText"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:170
 #: en/user_customization-runtime.ssi:124
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
@@ -460,11 +494,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:172
 #: en/user_customization-runtime.ssi:126
 msgid "3~ Partial remastering"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:173
 #: en/user_customization-runtime.ssi:127
 msgid ""
 "The run-time modification of the tmpfs could be collected using live-"
@@ -472,3 +508,40 @@ msgid ""
 "case of cd-r or adding a session to multisession cd/dvd(rw); live-boot "
 "mounts all /live filesystem in order or with the module boot parameter."
 msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:2
+msgid "B~ Customization at Runtime"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:4
+msgid ""
+"All configuration that is done during runtime is done by live-config. Here "
+"are some most common options of live-config that users are interested in. A "
+"full list of all possibilities can be found in the manpage of live-config."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:6
+msgid "1~ User"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:8
+msgid ""
+"One important consideration is that the live user is created by live-boot "
+"during bootup, it is not created by live-build when building the image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:18
+msgid "1~ Language"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:28
+msgid ""
+"To define the locale that should be generated, use the #{locale}# parameter "
+"into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
+msgstr ""
diff --git a/manual/po/pt_BR/live-manual.ssm.po b/manual/po/pt_BR/live-manual.ssm.po
index 642225c..c425f9f 100644
--- a/manual/po/pt_BR/live-manual.ssm.po
+++ b/manual/po/pt_BR/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-12-01 05:55-0400\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: 2010-10-22 07:52-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-12-01\n"
+" :published: 2010-12-02\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/pt_BR/user_customization-runtime.ssi.po b/manual/po/pt_BR/user_customization-runtime.new.ssi.po
similarity index 59%
copy from manual/po/pt_BR/user_customization-runtime.ssi.po
copy to manual/po/pt_BR/user_customization-runtime.new.ssi.po
index 5448a27..98a5f67 100644
--- a/manual/po/pt_BR/user_customization-runtime.ssi.po
+++ b/manual/po/pt_BR/user_customization-runtime.new.ssi.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 11:40+0100\n"
-"PO-Revision-Date: 2010-11-30 11:40+0100\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
+"PO-Revision-Date: 2010-12-02 20:07-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: pt_BR\n"
@@ -46,36 +46,53 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
 #: en/user_customization-internationalization.ssi:38
-#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:31
-#: en/user_customization-packages.ssi:44 en/user_customization-packages.ssi:58
-#: en/user_customization-packages.ssi:72 en/user_customization-packages.ssi:90
-#: en/user_customization-packages.ssi:120
-#: en/user_customization-packages.ssi:133
-#: en/user_customization-packages.ssi:143
-#: en/user_customization-packages.ssi:153
-#: en/user_customization-packages.ssi:163
-#: en/user_customization-packages.ssi:177
-#: en/user_customization-packages.ssi:193
-#: en/user_customization-packages.ssi:261
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:283 en/user_customization-runtime.ssi:12
-#: en/user_customization-runtime.ssi:30 en/user_customization-runtime.ssi:40
-#: en/user_customization-runtime.ssi:48 en/user_customization-runtime.ssi:56
-#: en/user_customization-runtime.ssi:64 en/user_customization-runtime.ssi:84
-#: en/user_customization-runtime.ssi:92 en/user_customization-runtime.ssi:101
-#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
-#: en/user_examples.ssi:54 en/user_examples.ssi:64 en/user_examples.ssi:80
-#: en/user_examples.ssi:90 en/user_examples.ssi:107 en/user_examples.ssi:117
-#: en/user_examples.ssi:131 en/user_examples.ssi:139 en/user_examples.ssi:154
-#: en/user_examples.ssi:162 en/user_examples.ssi:188 en/user_examples.ssi:209
-#: en/user_examples.ssi:217 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:108
-#: en/user_installation.ssi:126 en/user_installation.ssi:144
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:14 en/user_customization-packages.ssi:22
+#: en/user_customization-packages.ssi:40 en/user_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:66 en/user_customization-packages.ssi:80
+#: en/user_customization-packages.ssi:94
+#: en/user_customization-packages.ssi:112
+#: en/user_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:155
+#: en/user_customization-packages.ssi:165
+#: en/user_customization-packages.ssi:175
+#: en/user_customization-packages.ssi:185
+#: en/user_customization-packages.ssi:199
+#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:281
+#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:321
+#: en/user_customization-runtime.new.ssi:14
+#: en/user_customization-runtime.new.ssi:34
+#: en/user_customization-runtime.new.ssi:42
+#: en/user_customization-runtime.new.ssi:50
+#: en/user_customization-runtime.new.ssi:64
+#: en/user_customization-runtime.new.ssi:76
+#: en/user_customization-runtime.new.ssi:86
+#: en/user_customization-runtime.new.ssi:94
+#: en/user_customization-runtime.new.ssi:102
+#: en/user_customization-runtime.new.ssi:110
+#: en/user_customization-runtime.new.ssi:130
+#: en/user_customization-runtime.new.ssi:138
+#: en/user_customization-runtime.new.ssi:147
+#: en/user_customization-runtime.ssi:12 en/user_customization-runtime.ssi:30
+#: en/user_customization-runtime.ssi:40 en/user_customization-runtime.ssi:48
+#: en/user_customization-runtime.ssi:56 en/user_customization-runtime.ssi:64
+#: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:92
+#: en/user_customization-runtime.ssi:101 en/user_examples.ssi:14
+#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
+#: en/user_examples.ssi:64 en/user_examples.ssi:80 en/user_examples.ssi:90
+#: en/user_examples.ssi:107 en/user_examples.ssi:117 en/user_examples.ssi:131
+#: en/user_examples.ssi:139 en/user_examples.ssi:154 en/user_examples.ssi:162
+#: en/user_examples.ssi:188 en/user_examples.ssi:209 en/user_examples.ssi:217
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:108 en/user_installation.ssi:126
+#: en/user_installation.ssi:141 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_managing_a_configuration.ssi:47
+#: en/user_managing_a_configuration.ssi:56 en/user_overview.ssi:36
 #: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
@@ -110,66 +127,154 @@ msgstr "code{"
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
 #: en/user_customization-internationalization.ssi:42
-#: en/user_customization-packages.ssi:23 en/user_customization-packages.ssi:36
-#: en/user_customization-packages.ssi:48 en/user_customization-packages.ssi:62
-#: en/user_customization-packages.ssi:76 en/user_customization-packages.ssi:94
-#: en/user_customization-packages.ssi:125
-#: en/user_customization-packages.ssi:139
-#: en/user_customization-packages.ssi:149
-#: en/user_customization-packages.ssi:159
-#: en/user_customization-packages.ssi:169
+#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:26
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:58
+#: en/user_customization-packages.ssi:70 en/user_customization-packages.ssi:84
+#: en/user_customization-packages.ssi:98
+#: en/user_customization-packages.ssi:116
+#: en/user_customization-packages.ssi:147
+#: en/user_customization-packages.ssi:161
+#: en/user_customization-packages.ssi:171
 #: en/user_customization-packages.ssi:181
-#: en/user_customization-packages.ssi:197
-#: en/user_customization-packages.ssi:265
-#: en/user_customization-packages.ssi:277
-#: en/user_customization-packages.ssi:287 en/user_customization-runtime.ssi:16
-#: en/user_customization-runtime.ssi:34 en/user_customization-runtime.ssi:44
-#: en/user_customization-runtime.ssi:52 en/user_customization-runtime.ssi:60
-#: en/user_customization-runtime.ssi:68 en/user_customization-runtime.ssi:88
-#: en/user_customization-runtime.ssi:97 en/user_customization-runtime.ssi:106
-#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
-#: en/user_examples.ssi:58 en/user_examples.ssi:68 en/user_examples.ssi:86
-#: en/user_examples.ssi:101 en/user_examples.ssi:111 en/user_examples.ssi:123
-#: en/user_examples.ssi:135 en/user_examples.ssi:150 en/user_examples.ssi:158
-#: en/user_examples.ssi:166 en/user_examples.ssi:197 en/user_examples.ssi:213
-#: en/user_examples.ssi:221 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:112
-#: en/user_installation.ssi:131 en/user_installation.ssi:147
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:191
+#: en/user_customization-packages.ssi:203
+#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:285
+#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:334
+#: en/user_customization-runtime.new.ssi:18
+#: en/user_customization-runtime.new.ssi:38
+#: en/user_customization-runtime.new.ssi:46
+#: en/user_customization-runtime.new.ssi:54
+#: en/user_customization-runtime.new.ssi:68
+#: en/user_customization-runtime.new.ssi:80
+#: en/user_customization-runtime.new.ssi:90
+#: en/user_customization-runtime.new.ssi:98
+#: en/user_customization-runtime.new.ssi:106
+#: en/user_customization-runtime.new.ssi:114
+#: en/user_customization-runtime.new.ssi:134
+#: en/user_customization-runtime.new.ssi:143
+#: en/user_customization-runtime.new.ssi:152
+#: en/user_customization-runtime.ssi:16 en/user_customization-runtime.ssi:34
+#: en/user_customization-runtime.ssi:44 en/user_customization-runtime.ssi:52
+#: en/user_customization-runtime.ssi:60 en/user_customization-runtime.ssi:68
+#: en/user_customization-runtime.ssi:88 en/user_customization-runtime.ssi:97
+#: en/user_customization-runtime.ssi:106 en/user_examples.ssi:20
+#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:58
+#: en/user_examples.ssi:68 en/user_examples.ssi:86 en/user_examples.ssi:101
+#: en/user_examples.ssi:111 en/user_examples.ssi:123 en/user_examples.ssi:135
+#: en/user_examples.ssi:150 en/user_examples.ssi:158 en/user_examples.ssi:166
+#: en/user_examples.ssi:197 en/user_examples.ssi:213 en/user_examples.ssi:221
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:112 en/user_installation.ssi:131
+#: en/user_installation.ssi:144 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_managing_a_configuration.ssi:52
+#: en/user_managing_a_configuration.ssi:60 en/user_overview.ssi:74
 #: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:2
-msgid "B~ Customization at Runtime"
+#: en/user_customization-internationalization.ssi:8
+#: en/user_customization-runtime.new.ssi:32
+msgid ""
+"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\"."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:12
+#: en/user_customization-runtime.new.ssi:36
+msgid "$ lb config --bootappend-live \"locales=de_CH.UTF-8\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:16
+#: en/user_customization-runtime.new.ssi:40
+msgid "The entry for a Swiss-German keyboard would be:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:20
+#: en/user_customization-runtime.new.ssi:44
+msgid "$ lb config --bootappend-live \"keyboard-layouts=ch\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:24
+#: en/user_customization-runtime.new.ssi:48
+msgid "Combined, the keyboard and locale configured for Switzerland would be:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:4
+#: en/user_customization-internationalization.ssi:28
+#: en/user_customization-runtime.new.ssi:52
 msgid ""
-"All configuration that is done during runtime is done by live-config. Here "
+"$ lb config --bootappend-live =\"locales=de_CH.UTF-8 keyboard-layouts=ch\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:32
+#: en/user_customization-runtime.new.ssi:56
+msgid ""
+"Note: You can find a list of options in the manpage for live-config. "
+"Currently, only UTF-8 locales are supported."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:40
+#: en/user_customization-runtime.new.ssi:66
+msgid "$ lb config --language \"de\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:43
+#: en/user_customization-runtime.new.ssi:70
+msgid ""
+"This will also change the default syslinux language if translations are "
+"available or local translations have been put into #{config/templates/"
+"syslinux/de}#."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:2
+msgid ":B~ Customizing run time behaviours"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:4
+msgid "1~customizing-run-time-behaviours Customizing run time behaviours"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:6
+msgid ""
+"All configuration that is done during run time is done by live-config. Here "
 "are some most common options of live-config that users are interested in. A "
 "full list of all possibilities can be found in the manpage of live-config."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:6
-msgid "1~ User"
+#: en/user_customization-runtime.new.ssi:8
+msgid "2~ Customizing the live user"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:8
+#: en/user_customization-runtime.new.ssi:10
 msgid ""
-"One important consideration is that the live user is created by live-boot "
-"during bootup, it is not created by live-build when building the image."
+"One important consideration is that the live user is created by live-boot at "
+"boot time, not by live-build at build time. This not only influences where "
+"materials relating to the live user are introduced in your build, as "
+"discussed in {Live/chroot local includes}#live-chroot-local-includes, but "
+"also any groups and permissions associated with the live user."
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:12
 #: en/user_customization-runtime.ssi:10
 msgid ""
 "You can specify additional groups that the live user will belong to by "
@@ -179,6 +284,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:16
 #: en/user_customization-runtime.ssi:14
 msgid ""
 "debconf passwd/user-default-groups string audio cdrom dialout floppy video "
@@ -186,43 +292,79 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:18
-msgid "1~ Language"
+#: en/user_customization-runtime.new.ssi:20
+msgid "2~customizing-locale-and-language Customizing locale and language"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:22
 #: en/user_customization-runtime.ssi:20
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:24
 #: en/user_customization-runtime.ssi:22
 msgid "_* the locale generation"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:26
 #: en/user_customization-runtime.ssi:24
 msgid "_* setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:28
 #: en/user_customization-runtime.ssi:26
 msgid "_* setting the keyboard layout for X"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:28
+#: en/user_customization-runtime.new.ssi:30
+msgid "3~ Default locale and keyboard"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:58
+msgid "3~ l10n Packages"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:60
+msgid ""
+"% FIXME: not a run time configuration! Belongs in packages chapter. (See --"
+"tasks discussion.)"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:62
+msgid ""
+"An experimental feature of live-build is to automatically check for each "
+"package for which it is known that there are #{*-l10n}# packages available "
+"and install them. To add German packages the entry would be"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:72
+msgid "3~ Language"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:74
 msgid ""
-"To define the locale that should be generated, use the #{locale}# parameter "
+"To define the locale that should be generated, use the #{locales}# parameter "
 "into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:78
 #: en/user_customization-runtime.ssi:32
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:82
 #: en/user_customization-runtime.ssi:36
 msgid ""
 "This parameter can also be used in kernel command line. You can specify a "
@@ -230,6 +372,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:84
 #: en/user_customization-runtime.ssi:38
 msgid ""
 "Both the console and X keyboard configuration depends on the #{keyb}# "
@@ -241,22 +384,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:88
 #: en/user_customization-runtime.ssi:42
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name <name>se</name>"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:92
 #: en/user_customization-runtime.ssi:46
 msgid ""
 "To get the locale files for German and Swiss German keyboard layout in X use:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:96
 #: en/user_customization-runtime.ssi:50
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8 keyboard-layouts=ch\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:100
 #: en/user_customization-runtime.ssi:54
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
@@ -264,6 +411,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:104
 #: en/user_customization-runtime.ssi:58
 msgid ""
 "for i in $(find /usr/share/keymaps/ -iname \"*kmap.gz\"); do basename $i | "
@@ -271,6 +419,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:108
 #: en/user_customization-runtime.ssi:62
 msgid ""
 "Alternatively, you can use the #{console-setup}# package, a tool to let you "
@@ -283,6 +432,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:112
 #: en/user_customization-runtime.ssi:66
 msgid ""
 "lb config --bootappend-live \"locales=fr_FR.UTF-8 keyboard-layouts=fr "
@@ -290,11 +440,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:116
 #: en/user_customization-runtime.ssi:70
 msgid "2~ Persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:118
 #: en/user_customization-runtime.ssi:72
 msgid ""
 "A live cd paradigm is a pre-installed system which runs from read-only "
@@ -303,6 +455,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:120
 #: en/user_customization-runtime.ssi:74
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
@@ -312,6 +465,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:122
 #: en/user_customization-runtime.ssi:76
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
@@ -323,6 +477,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:124
 #: en/user_customization-runtime.ssi:78
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
@@ -333,11 +488,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:126
 #: en/user_customization-runtime.ssi:80
 msgid "3~ Full persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:128
 #: en/user_customization-runtime.ssi:82
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
@@ -350,11 +507,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:132
 #: en/user_customization-runtime.ssi:86
 msgid "# mkfs.ext2 -L live-rw /dev/sdb1"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:136
 #: en/user_customization-runtime.ssi:90
 msgid ""
 "If you already have a partition on your device, you could just change the "
@@ -362,6 +521,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:141
 #: en/user_customization-runtime.ssi:95
 msgid ""
 "# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/"
@@ -369,6 +529,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:145
 #: en/user_customization-runtime.ssi:99
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
@@ -379,6 +540,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:150
 #: en/user_customization-runtime.ssi:104
 msgid ""
 "$ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /"
@@ -386,6 +548,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:154
 #: en/user_customization-runtime.ssi:108
 msgid ""
 "Then copy the #{live-rw}# file to a writable partition and reboot with the "
@@ -393,11 +556,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:156
 #: en/user_customization-runtime.ssi:110
 msgid "3~ Home automounting"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:158
 #: en/user_customization-runtime.ssi:112
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
@@ -407,11 +572,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:160
 #: en/user_customization-runtime.ssi:114
 msgid "3~ Snapshots"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:162
 #: en/user_customization-runtime.ssi:116
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
@@ -429,6 +596,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:164
 #: en/user_customization-runtime.ssi:118
 msgid ""
 "A /home version of snapshot exists too and its label is #{home-sn.*}#; it "
@@ -436,6 +604,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:166
 #: en/user_customization-runtime.ssi:120
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
@@ -443,11 +612,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:168
 #: en/user_customization-runtime.ssi:122
 msgid "3~ Persistent SubText"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:170
 #: en/user_customization-runtime.ssi:124
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
@@ -460,11 +631,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:172
 #: en/user_customization-runtime.ssi:126
 msgid "3~ Partial remastering"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:173
 #: en/user_customization-runtime.ssi:127
 msgid ""
 "The run-time modification of the tmpfs could be collected using live-"
diff --git a/manual/po/pt_BR/user_customization-runtime.ssi.po b/manual/po/pt_BR/user_customization-runtime.ssi.po
index 5448a27..73e2983 100644
--- a/manual/po/pt_BR/user_customization-runtime.ssi.po
+++ b/manual/po/pt_BR/user_customization-runtime.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 11:40+0100\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: 2010-11-30 11:40+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -46,36 +46,53 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
 #: en/user_customization-internationalization.ssi:38
-#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:31
-#: en/user_customization-packages.ssi:44 en/user_customization-packages.ssi:58
-#: en/user_customization-packages.ssi:72 en/user_customization-packages.ssi:90
-#: en/user_customization-packages.ssi:120
-#: en/user_customization-packages.ssi:133
-#: en/user_customization-packages.ssi:143
-#: en/user_customization-packages.ssi:153
-#: en/user_customization-packages.ssi:163
-#: en/user_customization-packages.ssi:177
-#: en/user_customization-packages.ssi:193
-#: en/user_customization-packages.ssi:261
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:283 en/user_customization-runtime.ssi:12
-#: en/user_customization-runtime.ssi:30 en/user_customization-runtime.ssi:40
-#: en/user_customization-runtime.ssi:48 en/user_customization-runtime.ssi:56
-#: en/user_customization-runtime.ssi:64 en/user_customization-runtime.ssi:84
-#: en/user_customization-runtime.ssi:92 en/user_customization-runtime.ssi:101
-#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
-#: en/user_examples.ssi:54 en/user_examples.ssi:64 en/user_examples.ssi:80
-#: en/user_examples.ssi:90 en/user_examples.ssi:107 en/user_examples.ssi:117
-#: en/user_examples.ssi:131 en/user_examples.ssi:139 en/user_examples.ssi:154
-#: en/user_examples.ssi:162 en/user_examples.ssi:188 en/user_examples.ssi:209
-#: en/user_examples.ssi:217 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:108
-#: en/user_installation.ssi:126 en/user_installation.ssi:144
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:14 en/user_customization-packages.ssi:22
+#: en/user_customization-packages.ssi:40 en/user_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:66 en/user_customization-packages.ssi:80
+#: en/user_customization-packages.ssi:94
+#: en/user_customization-packages.ssi:112
+#: en/user_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:155
+#: en/user_customization-packages.ssi:165
+#: en/user_customization-packages.ssi:175
+#: en/user_customization-packages.ssi:185
+#: en/user_customization-packages.ssi:199
+#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:281
+#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:321
+#: en/user_customization-runtime.new.ssi:14
+#: en/user_customization-runtime.new.ssi:34
+#: en/user_customization-runtime.new.ssi:42
+#: en/user_customization-runtime.new.ssi:50
+#: en/user_customization-runtime.new.ssi:64
+#: en/user_customization-runtime.new.ssi:76
+#: en/user_customization-runtime.new.ssi:86
+#: en/user_customization-runtime.new.ssi:94
+#: en/user_customization-runtime.new.ssi:102
+#: en/user_customization-runtime.new.ssi:110
+#: en/user_customization-runtime.new.ssi:130
+#: en/user_customization-runtime.new.ssi:138
+#: en/user_customization-runtime.new.ssi:147
+#: en/user_customization-runtime.ssi:12 en/user_customization-runtime.ssi:30
+#: en/user_customization-runtime.ssi:40 en/user_customization-runtime.ssi:48
+#: en/user_customization-runtime.ssi:56 en/user_customization-runtime.ssi:64
+#: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:92
+#: en/user_customization-runtime.ssi:101 en/user_examples.ssi:14
+#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
+#: en/user_examples.ssi:64 en/user_examples.ssi:80 en/user_examples.ssi:90
+#: en/user_examples.ssi:107 en/user_examples.ssi:117 en/user_examples.ssi:131
+#: en/user_examples.ssi:139 en/user_examples.ssi:154 en/user_examples.ssi:162
+#: en/user_examples.ssi:188 en/user_examples.ssi:209 en/user_examples.ssi:217
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:108 en/user_installation.ssi:126
+#: en/user_installation.ssi:141 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_managing_a_configuration.ssi:47
+#: en/user_managing_a_configuration.ssi:56 en/user_overview.ssi:36
 #: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
@@ -110,66 +127,59 @@ msgstr "code{"
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
 #: en/user_customization-internationalization.ssi:42
-#: en/user_customization-packages.ssi:23 en/user_customization-packages.ssi:36
-#: en/user_customization-packages.ssi:48 en/user_customization-packages.ssi:62
-#: en/user_customization-packages.ssi:76 en/user_customization-packages.ssi:94
-#: en/user_customization-packages.ssi:125
-#: en/user_customization-packages.ssi:139
-#: en/user_customization-packages.ssi:149
-#: en/user_customization-packages.ssi:159
-#: en/user_customization-packages.ssi:169
+#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:26
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:58
+#: en/user_customization-packages.ssi:70 en/user_customization-packages.ssi:84
+#: en/user_customization-packages.ssi:98
+#: en/user_customization-packages.ssi:116
+#: en/user_customization-packages.ssi:147
+#: en/user_customization-packages.ssi:161
+#: en/user_customization-packages.ssi:171
 #: en/user_customization-packages.ssi:181
-#: en/user_customization-packages.ssi:197
-#: en/user_customization-packages.ssi:265
-#: en/user_customization-packages.ssi:277
-#: en/user_customization-packages.ssi:287 en/user_customization-runtime.ssi:16
-#: en/user_customization-runtime.ssi:34 en/user_customization-runtime.ssi:44
-#: en/user_customization-runtime.ssi:52 en/user_customization-runtime.ssi:60
-#: en/user_customization-runtime.ssi:68 en/user_customization-runtime.ssi:88
-#: en/user_customization-runtime.ssi:97 en/user_customization-runtime.ssi:106
-#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
-#: en/user_examples.ssi:58 en/user_examples.ssi:68 en/user_examples.ssi:86
-#: en/user_examples.ssi:101 en/user_examples.ssi:111 en/user_examples.ssi:123
-#: en/user_examples.ssi:135 en/user_examples.ssi:150 en/user_examples.ssi:158
-#: en/user_examples.ssi:166 en/user_examples.ssi:197 en/user_examples.ssi:213
-#: en/user_examples.ssi:221 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:112
-#: en/user_installation.ssi:131 en/user_installation.ssi:147
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:191
+#: en/user_customization-packages.ssi:203
+#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:285
+#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:334
+#: en/user_customization-runtime.new.ssi:18
+#: en/user_customization-runtime.new.ssi:38
+#: en/user_customization-runtime.new.ssi:46
+#: en/user_customization-runtime.new.ssi:54
+#: en/user_customization-runtime.new.ssi:68
+#: en/user_customization-runtime.new.ssi:80
+#: en/user_customization-runtime.new.ssi:90
+#: en/user_customization-runtime.new.ssi:98
+#: en/user_customization-runtime.new.ssi:106
+#: en/user_customization-runtime.new.ssi:114
+#: en/user_customization-runtime.new.ssi:134
+#: en/user_customization-runtime.new.ssi:143
+#: en/user_customization-runtime.new.ssi:152
+#: en/user_customization-runtime.ssi:16 en/user_customization-runtime.ssi:34
+#: en/user_customization-runtime.ssi:44 en/user_customization-runtime.ssi:52
+#: en/user_customization-runtime.ssi:60 en/user_customization-runtime.ssi:68
+#: en/user_customization-runtime.ssi:88 en/user_customization-runtime.ssi:97
+#: en/user_customization-runtime.ssi:106 en/user_examples.ssi:20
+#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:58
+#: en/user_examples.ssi:68 en/user_examples.ssi:86 en/user_examples.ssi:101
+#: en/user_examples.ssi:111 en/user_examples.ssi:123 en/user_examples.ssi:135
+#: en/user_examples.ssi:150 en/user_examples.ssi:158 en/user_examples.ssi:166
+#: en/user_examples.ssi:197 en/user_examples.ssi:213 en/user_examples.ssi:221
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:112 en/user_installation.ssi:131
+#: en/user_installation.ssi:144 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_managing_a_configuration.ssi:52
+#: en/user_managing_a_configuration.ssi:60 en/user_overview.ssi:74
 #: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:2
-msgid "B~ Customization at Runtime"
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:4
-msgid ""
-"All configuration that is done during runtime is done by live-config. Here "
-"are some most common options of live-config that users are interested in. A "
-"full list of all possibilities can be found in the manpage of live-config."
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:6
-msgid "1~ User"
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:8
-msgid ""
-"One important consideration is that the live user is created by live-boot "
-"during bootup, it is not created by live-build when building the image."
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:12
 #: en/user_customization-runtime.ssi:10
 msgid ""
 "You can specify additional groups that the live user will belong to by "
@@ -179,6 +189,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:16
 #: en/user_customization-runtime.ssi:14
 msgid ""
 "debconf passwd/user-default-groups string audio cdrom dialout floppy video "
@@ -186,43 +197,37 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:18
-msgid "1~ Language"
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:22
 #: en/user_customization-runtime.ssi:20
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:24
 #: en/user_customization-runtime.ssi:22
 msgid "_* the locale generation"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:26
 #: en/user_customization-runtime.ssi:24
 msgid "_* setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:28
 #: en/user_customization-runtime.ssi:26
 msgid "_* setting the keyboard layout for X"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:28
-msgid ""
-"To define the locale that should be generated, use the #{locale}# parameter "
-"into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:78
 #: en/user_customization-runtime.ssi:32
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:82
 #: en/user_customization-runtime.ssi:36
 msgid ""
 "This parameter can also be used in kernel command line. You can specify a "
@@ -230,6 +235,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:84
 #: en/user_customization-runtime.ssi:38
 msgid ""
 "Both the console and X keyboard configuration depends on the #{keyb}# "
@@ -241,22 +247,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:88
 #: en/user_customization-runtime.ssi:42
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name <name>se</name>"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:92
 #: en/user_customization-runtime.ssi:46
 msgid ""
 "To get the locale files for German and Swiss German keyboard layout in X use:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:96
 #: en/user_customization-runtime.ssi:50
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8 keyboard-layouts=ch\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:100
 #: en/user_customization-runtime.ssi:54
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
@@ -264,6 +274,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:104
 #: en/user_customization-runtime.ssi:58
 msgid ""
 "for i in $(find /usr/share/keymaps/ -iname \"*kmap.gz\"); do basename $i | "
@@ -271,6 +282,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:108
 #: en/user_customization-runtime.ssi:62
 msgid ""
 "Alternatively, you can use the #{console-setup}# package, a tool to let you "
@@ -283,6 +295,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:112
 #: en/user_customization-runtime.ssi:66
 msgid ""
 "lb config --bootappend-live \"locales=fr_FR.UTF-8 keyboard-layouts=fr "
@@ -290,11 +303,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:116
 #: en/user_customization-runtime.ssi:70
 msgid "2~ Persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:118
 #: en/user_customization-runtime.ssi:72
 msgid ""
 "A live cd paradigm is a pre-installed system which runs from read-only "
@@ -303,6 +318,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:120
 #: en/user_customization-runtime.ssi:74
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
@@ -312,6 +328,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:122
 #: en/user_customization-runtime.ssi:76
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
@@ -323,6 +340,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:124
 #: en/user_customization-runtime.ssi:78
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
@@ -333,11 +351,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:126
 #: en/user_customization-runtime.ssi:80
 msgid "3~ Full persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:128
 #: en/user_customization-runtime.ssi:82
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
@@ -350,11 +370,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:132
 #: en/user_customization-runtime.ssi:86
 msgid "# mkfs.ext2 -L live-rw /dev/sdb1"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:136
 #: en/user_customization-runtime.ssi:90
 msgid ""
 "If you already have a partition on your device, you could just change the "
@@ -362,6 +384,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:141
 #: en/user_customization-runtime.ssi:95
 msgid ""
 "# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/"
@@ -369,6 +392,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:145
 #: en/user_customization-runtime.ssi:99
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
@@ -379,6 +403,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:150
 #: en/user_customization-runtime.ssi:104
 msgid ""
 "$ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /"
@@ -386,6 +411,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:154
 #: en/user_customization-runtime.ssi:108
 msgid ""
 "Then copy the #{live-rw}# file to a writable partition and reboot with the "
@@ -393,11 +419,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:156
 #: en/user_customization-runtime.ssi:110
 msgid "3~ Home automounting"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:158
 #: en/user_customization-runtime.ssi:112
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
@@ -407,11 +435,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:160
 #: en/user_customization-runtime.ssi:114
 msgid "3~ Snapshots"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:162
 #: en/user_customization-runtime.ssi:116
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
@@ -429,6 +459,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:164
 #: en/user_customization-runtime.ssi:118
 msgid ""
 "A /home version of snapshot exists too and its label is #{home-sn.*}#; it "
@@ -436,6 +467,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:166
 #: en/user_customization-runtime.ssi:120
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
@@ -443,11 +475,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:168
 #: en/user_customization-runtime.ssi:122
 msgid "3~ Persistent SubText"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:170
 #: en/user_customization-runtime.ssi:124
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
@@ -460,11 +494,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:172
 #: en/user_customization-runtime.ssi:126
 msgid "3~ Partial remastering"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:173
 #: en/user_customization-runtime.ssi:127
 msgid ""
 "The run-time modification of the tmpfs could be collected using live-"
@@ -472,3 +508,40 @@ msgid ""
 "case of cd-r or adding a session to multisession cd/dvd(rw); live-boot "
 "mounts all /live filesystem in order or with the module boot parameter."
 msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:2
+msgid "B~ Customization at Runtime"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:4
+msgid ""
+"All configuration that is done during runtime is done by live-config. Here "
+"are some most common options of live-config that users are interested in. A "
+"full list of all possibilities can be found in the manpage of live-config."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:6
+msgid "1~ User"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:8
+msgid ""
+"One important consideration is that the live user is created by live-boot "
+"during bootup, it is not created by live-build when building the image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:18
+msgid "1~ Language"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:28
+msgid ""
+"To define the locale that should be generated, use the #{locale}# parameter "
+"into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
+msgstr ""
diff --git a/manual/po/ro/live-manual.ssm.po b/manual/po/ro/live-manual.ssm.po
index 8d4c94d..e3d707a 100644
--- a/manual/po/ro/live-manual.ssm.po
+++ b/manual/po/ro/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-12-01 05:55-0400\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: 2010-10-23 00:04+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -46,7 +46,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-12-01\n"
+" :published: 2010-12-02\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/ro/user_customization-runtime.ssi.po b/manual/po/ro/user_customization-runtime.new.ssi.po
similarity index 59%
copy from manual/po/ro/user_customization-runtime.ssi.po
copy to manual/po/ro/user_customization-runtime.new.ssi.po
index 4fa060b..b3cb79b 100644
--- a/manual/po/ro/user_customization-runtime.ssi.po
+++ b/manual/po/ro/user_customization-runtime.new.ssi.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 11:40+0100\n"
-"PO-Revision-Date: 2010-11-30 11:40+0100\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
+"PO-Revision-Date: 2010-12-02 20:07-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: ro\n"
@@ -47,36 +47,53 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
 #: en/user_customization-internationalization.ssi:38
-#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:31
-#: en/user_customization-packages.ssi:44 en/user_customization-packages.ssi:58
-#: en/user_customization-packages.ssi:72 en/user_customization-packages.ssi:90
-#: en/user_customization-packages.ssi:120
-#: en/user_customization-packages.ssi:133
-#: en/user_customization-packages.ssi:143
-#: en/user_customization-packages.ssi:153
-#: en/user_customization-packages.ssi:163
-#: en/user_customization-packages.ssi:177
-#: en/user_customization-packages.ssi:193
-#: en/user_customization-packages.ssi:261
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:283 en/user_customization-runtime.ssi:12
-#: en/user_customization-runtime.ssi:30 en/user_customization-runtime.ssi:40
-#: en/user_customization-runtime.ssi:48 en/user_customization-runtime.ssi:56
-#: en/user_customization-runtime.ssi:64 en/user_customization-runtime.ssi:84
-#: en/user_customization-runtime.ssi:92 en/user_customization-runtime.ssi:101
-#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
-#: en/user_examples.ssi:54 en/user_examples.ssi:64 en/user_examples.ssi:80
-#: en/user_examples.ssi:90 en/user_examples.ssi:107 en/user_examples.ssi:117
-#: en/user_examples.ssi:131 en/user_examples.ssi:139 en/user_examples.ssi:154
-#: en/user_examples.ssi:162 en/user_examples.ssi:188 en/user_examples.ssi:209
-#: en/user_examples.ssi:217 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:108
-#: en/user_installation.ssi:126 en/user_installation.ssi:144
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:14 en/user_customization-packages.ssi:22
+#: en/user_customization-packages.ssi:40 en/user_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:66 en/user_customization-packages.ssi:80
+#: en/user_customization-packages.ssi:94
+#: en/user_customization-packages.ssi:112
+#: en/user_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:155
+#: en/user_customization-packages.ssi:165
+#: en/user_customization-packages.ssi:175
+#: en/user_customization-packages.ssi:185
+#: en/user_customization-packages.ssi:199
+#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:281
+#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:321
+#: en/user_customization-runtime.new.ssi:14
+#: en/user_customization-runtime.new.ssi:34
+#: en/user_customization-runtime.new.ssi:42
+#: en/user_customization-runtime.new.ssi:50
+#: en/user_customization-runtime.new.ssi:64
+#: en/user_customization-runtime.new.ssi:76
+#: en/user_customization-runtime.new.ssi:86
+#: en/user_customization-runtime.new.ssi:94
+#: en/user_customization-runtime.new.ssi:102
+#: en/user_customization-runtime.new.ssi:110
+#: en/user_customization-runtime.new.ssi:130
+#: en/user_customization-runtime.new.ssi:138
+#: en/user_customization-runtime.new.ssi:147
+#: en/user_customization-runtime.ssi:12 en/user_customization-runtime.ssi:30
+#: en/user_customization-runtime.ssi:40 en/user_customization-runtime.ssi:48
+#: en/user_customization-runtime.ssi:56 en/user_customization-runtime.ssi:64
+#: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:92
+#: en/user_customization-runtime.ssi:101 en/user_examples.ssi:14
+#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
+#: en/user_examples.ssi:64 en/user_examples.ssi:80 en/user_examples.ssi:90
+#: en/user_examples.ssi:107 en/user_examples.ssi:117 en/user_examples.ssi:131
+#: en/user_examples.ssi:139 en/user_examples.ssi:154 en/user_examples.ssi:162
+#: en/user_examples.ssi:188 en/user_examples.ssi:209 en/user_examples.ssi:217
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:108 en/user_installation.ssi:126
+#: en/user_installation.ssi:141 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_managing_a_configuration.ssi:47
+#: en/user_managing_a_configuration.ssi:56 en/user_overview.ssi:36
 #: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
@@ -111,66 +128,154 @@ msgstr "code{"
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
 #: en/user_customization-internationalization.ssi:42
-#: en/user_customization-packages.ssi:23 en/user_customization-packages.ssi:36
-#: en/user_customization-packages.ssi:48 en/user_customization-packages.ssi:62
-#: en/user_customization-packages.ssi:76 en/user_customization-packages.ssi:94
-#: en/user_customization-packages.ssi:125
-#: en/user_customization-packages.ssi:139
-#: en/user_customization-packages.ssi:149
-#: en/user_customization-packages.ssi:159
-#: en/user_customization-packages.ssi:169
+#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:26
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:58
+#: en/user_customization-packages.ssi:70 en/user_customization-packages.ssi:84
+#: en/user_customization-packages.ssi:98
+#: en/user_customization-packages.ssi:116
+#: en/user_customization-packages.ssi:147
+#: en/user_customization-packages.ssi:161
+#: en/user_customization-packages.ssi:171
 #: en/user_customization-packages.ssi:181
-#: en/user_customization-packages.ssi:197
-#: en/user_customization-packages.ssi:265
-#: en/user_customization-packages.ssi:277
-#: en/user_customization-packages.ssi:287 en/user_customization-runtime.ssi:16
-#: en/user_customization-runtime.ssi:34 en/user_customization-runtime.ssi:44
-#: en/user_customization-runtime.ssi:52 en/user_customization-runtime.ssi:60
-#: en/user_customization-runtime.ssi:68 en/user_customization-runtime.ssi:88
-#: en/user_customization-runtime.ssi:97 en/user_customization-runtime.ssi:106
-#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
-#: en/user_examples.ssi:58 en/user_examples.ssi:68 en/user_examples.ssi:86
-#: en/user_examples.ssi:101 en/user_examples.ssi:111 en/user_examples.ssi:123
-#: en/user_examples.ssi:135 en/user_examples.ssi:150 en/user_examples.ssi:158
-#: en/user_examples.ssi:166 en/user_examples.ssi:197 en/user_examples.ssi:213
-#: en/user_examples.ssi:221 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:112
-#: en/user_installation.ssi:131 en/user_installation.ssi:147
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:191
+#: en/user_customization-packages.ssi:203
+#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:285
+#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:334
+#: en/user_customization-runtime.new.ssi:18
+#: en/user_customization-runtime.new.ssi:38
+#: en/user_customization-runtime.new.ssi:46
+#: en/user_customization-runtime.new.ssi:54
+#: en/user_customization-runtime.new.ssi:68
+#: en/user_customization-runtime.new.ssi:80
+#: en/user_customization-runtime.new.ssi:90
+#: en/user_customization-runtime.new.ssi:98
+#: en/user_customization-runtime.new.ssi:106
+#: en/user_customization-runtime.new.ssi:114
+#: en/user_customization-runtime.new.ssi:134
+#: en/user_customization-runtime.new.ssi:143
+#: en/user_customization-runtime.new.ssi:152
+#: en/user_customization-runtime.ssi:16 en/user_customization-runtime.ssi:34
+#: en/user_customization-runtime.ssi:44 en/user_customization-runtime.ssi:52
+#: en/user_customization-runtime.ssi:60 en/user_customization-runtime.ssi:68
+#: en/user_customization-runtime.ssi:88 en/user_customization-runtime.ssi:97
+#: en/user_customization-runtime.ssi:106 en/user_examples.ssi:20
+#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:58
+#: en/user_examples.ssi:68 en/user_examples.ssi:86 en/user_examples.ssi:101
+#: en/user_examples.ssi:111 en/user_examples.ssi:123 en/user_examples.ssi:135
+#: en/user_examples.ssi:150 en/user_examples.ssi:158 en/user_examples.ssi:166
+#: en/user_examples.ssi:197 en/user_examples.ssi:213 en/user_examples.ssi:221
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:112 en/user_installation.ssi:131
+#: en/user_installation.ssi:144 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_managing_a_configuration.ssi:52
+#: en/user_managing_a_configuration.ssi:60 en/user_overview.ssi:74
 #: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:2
-msgid "B~ Customization at Runtime"
+#: en/user_customization-internationalization.ssi:8
+#: en/user_customization-runtime.new.ssi:32
+msgid ""
+"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\"."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:12
+#: en/user_customization-runtime.new.ssi:36
+msgid "$ lb config --bootappend-live \"locales=de_CH.UTF-8\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:16
+#: en/user_customization-runtime.new.ssi:40
+msgid "The entry for a Swiss-German keyboard would be:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:20
+#: en/user_customization-runtime.new.ssi:44
+msgid "$ lb config --bootappend-live \"keyboard-layouts=ch\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:24
+#: en/user_customization-runtime.new.ssi:48
+msgid "Combined, the keyboard and locale configured for Switzerland would be:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:4
+#: en/user_customization-internationalization.ssi:28
+#: en/user_customization-runtime.new.ssi:52
 msgid ""
-"All configuration that is done during runtime is done by live-config. Here "
+"$ lb config --bootappend-live =\"locales=de_CH.UTF-8 keyboard-layouts=ch\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:32
+#: en/user_customization-runtime.new.ssi:56
+msgid ""
+"Note: You can find a list of options in the manpage for live-config. "
+"Currently, only UTF-8 locales are supported."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:40
+#: en/user_customization-runtime.new.ssi:66
+msgid "$ lb config --language \"de\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:43
+#: en/user_customization-runtime.new.ssi:70
+msgid ""
+"This will also change the default syslinux language if translations are "
+"available or local translations have been put into #{config/templates/"
+"syslinux/de}#."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:2
+msgid ":B~ Customizing run time behaviours"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:4
+msgid "1~customizing-run-time-behaviours Customizing run time behaviours"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:6
+msgid ""
+"All configuration that is done during run time is done by live-config. Here "
 "are some most common options of live-config that users are interested in. A "
 "full list of all possibilities can be found in the manpage of live-config."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:6
-msgid "1~ User"
+#: en/user_customization-runtime.new.ssi:8
+msgid "2~ Customizing the live user"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:8
+#: en/user_customization-runtime.new.ssi:10
 msgid ""
-"One important consideration is that the live user is created by live-boot "
-"during bootup, it is not created by live-build when building the image."
+"One important consideration is that the live user is created by live-boot at "
+"boot time, not by live-build at build time. This not only influences where "
+"materials relating to the live user are introduced in your build, as "
+"discussed in {Live/chroot local includes}#live-chroot-local-includes, but "
+"also any groups and permissions associated with the live user."
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:12
 #: en/user_customization-runtime.ssi:10
 msgid ""
 "You can specify additional groups that the live user will belong to by "
@@ -180,6 +285,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:16
 #: en/user_customization-runtime.ssi:14
 msgid ""
 "debconf passwd/user-default-groups string audio cdrom dialout floppy video "
@@ -187,43 +293,79 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:18
-msgid "1~ Language"
+#: en/user_customization-runtime.new.ssi:20
+msgid "2~customizing-locale-and-language Customizing locale and language"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:22
 #: en/user_customization-runtime.ssi:20
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:24
 #: en/user_customization-runtime.ssi:22
 msgid "_* the locale generation"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:26
 #: en/user_customization-runtime.ssi:24
 msgid "_* setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:28
 #: en/user_customization-runtime.ssi:26
 msgid "_* setting the keyboard layout for X"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:28
+#: en/user_customization-runtime.new.ssi:30
+msgid "3~ Default locale and keyboard"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:58
+msgid "3~ l10n Packages"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:60
+msgid ""
+"% FIXME: not a run time configuration! Belongs in packages chapter. (See --"
+"tasks discussion.)"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:62
+msgid ""
+"An experimental feature of live-build is to automatically check for each "
+"package for which it is known that there are #{*-l10n}# packages available "
+"and install them. To add German packages the entry would be"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:72
+msgid "3~ Language"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:74
 msgid ""
-"To define the locale that should be generated, use the #{locale}# parameter "
+"To define the locale that should be generated, use the #{locales}# parameter "
 "into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:78
 #: en/user_customization-runtime.ssi:32
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:82
 #: en/user_customization-runtime.ssi:36
 msgid ""
 "This parameter can also be used in kernel command line. You can specify a "
@@ -231,6 +373,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:84
 #: en/user_customization-runtime.ssi:38
 msgid ""
 "Both the console and X keyboard configuration depends on the #{keyb}# "
@@ -242,22 +385,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:88
 #: en/user_customization-runtime.ssi:42
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name <name>se</name>"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:92
 #: en/user_customization-runtime.ssi:46
 msgid ""
 "To get the locale files for German and Swiss German keyboard layout in X use:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:96
 #: en/user_customization-runtime.ssi:50
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8 keyboard-layouts=ch\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:100
 #: en/user_customization-runtime.ssi:54
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
@@ -265,6 +412,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:104
 #: en/user_customization-runtime.ssi:58
 msgid ""
 "for i in $(find /usr/share/keymaps/ -iname \"*kmap.gz\"); do basename $i | "
@@ -272,6 +420,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:108
 #: en/user_customization-runtime.ssi:62
 msgid ""
 "Alternatively, you can use the #{console-setup}# package, a tool to let you "
@@ -284,6 +433,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:112
 #: en/user_customization-runtime.ssi:66
 msgid ""
 "lb config --bootappend-live \"locales=fr_FR.UTF-8 keyboard-layouts=fr "
@@ -291,11 +441,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:116
 #: en/user_customization-runtime.ssi:70
 msgid "2~ Persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:118
 #: en/user_customization-runtime.ssi:72
 msgid ""
 "A live cd paradigm is a pre-installed system which runs from read-only "
@@ -304,6 +456,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:120
 #: en/user_customization-runtime.ssi:74
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
@@ -313,6 +466,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:122
 #: en/user_customization-runtime.ssi:76
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
@@ -324,6 +478,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:124
 #: en/user_customization-runtime.ssi:78
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
@@ -334,11 +489,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:126
 #: en/user_customization-runtime.ssi:80
 msgid "3~ Full persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:128
 #: en/user_customization-runtime.ssi:82
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
@@ -351,11 +508,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:132
 #: en/user_customization-runtime.ssi:86
 msgid "# mkfs.ext2 -L live-rw /dev/sdb1"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:136
 #: en/user_customization-runtime.ssi:90
 msgid ""
 "If you already have a partition on your device, you could just change the "
@@ -363,6 +522,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:141
 #: en/user_customization-runtime.ssi:95
 msgid ""
 "# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/"
@@ -370,6 +530,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:145
 #: en/user_customization-runtime.ssi:99
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
@@ -380,6 +541,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:150
 #: en/user_customization-runtime.ssi:104
 msgid ""
 "$ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /"
@@ -387,6 +549,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:154
 #: en/user_customization-runtime.ssi:108
 msgid ""
 "Then copy the #{live-rw}# file to a writable partition and reboot with the "
@@ -394,11 +557,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:156
 #: en/user_customization-runtime.ssi:110
 msgid "3~ Home automounting"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:158
 #: en/user_customization-runtime.ssi:112
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
@@ -408,11 +573,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:160
 #: en/user_customization-runtime.ssi:114
 msgid "3~ Snapshots"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:162
 #: en/user_customization-runtime.ssi:116
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
@@ -430,6 +597,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:164
 #: en/user_customization-runtime.ssi:118
 msgid ""
 "A /home version of snapshot exists too and its label is #{home-sn.*}#; it "
@@ -437,6 +605,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:166
 #: en/user_customization-runtime.ssi:120
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
@@ -444,11 +613,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:168
 #: en/user_customization-runtime.ssi:122
 msgid "3~ Persistent SubText"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:170
 #: en/user_customization-runtime.ssi:124
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
@@ -461,11 +632,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:172
 #: en/user_customization-runtime.ssi:126
 msgid "3~ Partial remastering"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:173
 #: en/user_customization-runtime.ssi:127
 msgid ""
 "The run-time modification of the tmpfs could be collected using live-"
diff --git a/manual/po/ro/user_customization-runtime.ssi.po b/manual/po/ro/user_customization-runtime.ssi.po
index 4fa060b..4ad98f3 100644
--- a/manual/po/ro/user_customization-runtime.ssi.po
+++ b/manual/po/ro/user_customization-runtime.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 11:40+0100\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: 2010-11-30 11:40+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -47,36 +47,53 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
 #: en/user_customization-internationalization.ssi:38
-#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:31
-#: en/user_customization-packages.ssi:44 en/user_customization-packages.ssi:58
-#: en/user_customization-packages.ssi:72 en/user_customization-packages.ssi:90
-#: en/user_customization-packages.ssi:120
-#: en/user_customization-packages.ssi:133
-#: en/user_customization-packages.ssi:143
-#: en/user_customization-packages.ssi:153
-#: en/user_customization-packages.ssi:163
-#: en/user_customization-packages.ssi:177
-#: en/user_customization-packages.ssi:193
-#: en/user_customization-packages.ssi:261
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:283 en/user_customization-runtime.ssi:12
-#: en/user_customization-runtime.ssi:30 en/user_customization-runtime.ssi:40
-#: en/user_customization-runtime.ssi:48 en/user_customization-runtime.ssi:56
-#: en/user_customization-runtime.ssi:64 en/user_customization-runtime.ssi:84
-#: en/user_customization-runtime.ssi:92 en/user_customization-runtime.ssi:101
-#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
-#: en/user_examples.ssi:54 en/user_examples.ssi:64 en/user_examples.ssi:80
-#: en/user_examples.ssi:90 en/user_examples.ssi:107 en/user_examples.ssi:117
-#: en/user_examples.ssi:131 en/user_examples.ssi:139 en/user_examples.ssi:154
-#: en/user_examples.ssi:162 en/user_examples.ssi:188 en/user_examples.ssi:209
-#: en/user_examples.ssi:217 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:108
-#: en/user_installation.ssi:126 en/user_installation.ssi:144
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:14 en/user_customization-packages.ssi:22
+#: en/user_customization-packages.ssi:40 en/user_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:66 en/user_customization-packages.ssi:80
+#: en/user_customization-packages.ssi:94
+#: en/user_customization-packages.ssi:112
+#: en/user_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:155
+#: en/user_customization-packages.ssi:165
+#: en/user_customization-packages.ssi:175
+#: en/user_customization-packages.ssi:185
+#: en/user_customization-packages.ssi:199
+#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:281
+#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:321
+#: en/user_customization-runtime.new.ssi:14
+#: en/user_customization-runtime.new.ssi:34
+#: en/user_customization-runtime.new.ssi:42
+#: en/user_customization-runtime.new.ssi:50
+#: en/user_customization-runtime.new.ssi:64
+#: en/user_customization-runtime.new.ssi:76
+#: en/user_customization-runtime.new.ssi:86
+#: en/user_customization-runtime.new.ssi:94
+#: en/user_customization-runtime.new.ssi:102
+#: en/user_customization-runtime.new.ssi:110
+#: en/user_customization-runtime.new.ssi:130
+#: en/user_customization-runtime.new.ssi:138
+#: en/user_customization-runtime.new.ssi:147
+#: en/user_customization-runtime.ssi:12 en/user_customization-runtime.ssi:30
+#: en/user_customization-runtime.ssi:40 en/user_customization-runtime.ssi:48
+#: en/user_customization-runtime.ssi:56 en/user_customization-runtime.ssi:64
+#: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:92
+#: en/user_customization-runtime.ssi:101 en/user_examples.ssi:14
+#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
+#: en/user_examples.ssi:64 en/user_examples.ssi:80 en/user_examples.ssi:90
+#: en/user_examples.ssi:107 en/user_examples.ssi:117 en/user_examples.ssi:131
+#: en/user_examples.ssi:139 en/user_examples.ssi:154 en/user_examples.ssi:162
+#: en/user_examples.ssi:188 en/user_examples.ssi:209 en/user_examples.ssi:217
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:108 en/user_installation.ssi:126
+#: en/user_installation.ssi:141 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_managing_a_configuration.ssi:47
+#: en/user_managing_a_configuration.ssi:56 en/user_overview.ssi:36
 #: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
@@ -111,66 +128,59 @@ msgstr "code{"
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
 #: en/user_customization-internationalization.ssi:42
-#: en/user_customization-packages.ssi:23 en/user_customization-packages.ssi:36
-#: en/user_customization-packages.ssi:48 en/user_customization-packages.ssi:62
-#: en/user_customization-packages.ssi:76 en/user_customization-packages.ssi:94
-#: en/user_customization-packages.ssi:125
-#: en/user_customization-packages.ssi:139
-#: en/user_customization-packages.ssi:149
-#: en/user_customization-packages.ssi:159
-#: en/user_customization-packages.ssi:169
+#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:26
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:58
+#: en/user_customization-packages.ssi:70 en/user_customization-packages.ssi:84
+#: en/user_customization-packages.ssi:98
+#: en/user_customization-packages.ssi:116
+#: en/user_customization-packages.ssi:147
+#: en/user_customization-packages.ssi:161
+#: en/user_customization-packages.ssi:171
 #: en/user_customization-packages.ssi:181
-#: en/user_customization-packages.ssi:197
-#: en/user_customization-packages.ssi:265
-#: en/user_customization-packages.ssi:277
-#: en/user_customization-packages.ssi:287 en/user_customization-runtime.ssi:16
-#: en/user_customization-runtime.ssi:34 en/user_customization-runtime.ssi:44
-#: en/user_customization-runtime.ssi:52 en/user_customization-runtime.ssi:60
-#: en/user_customization-runtime.ssi:68 en/user_customization-runtime.ssi:88
-#: en/user_customization-runtime.ssi:97 en/user_customization-runtime.ssi:106
-#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
-#: en/user_examples.ssi:58 en/user_examples.ssi:68 en/user_examples.ssi:86
-#: en/user_examples.ssi:101 en/user_examples.ssi:111 en/user_examples.ssi:123
-#: en/user_examples.ssi:135 en/user_examples.ssi:150 en/user_examples.ssi:158
-#: en/user_examples.ssi:166 en/user_examples.ssi:197 en/user_examples.ssi:213
-#: en/user_examples.ssi:221 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:112
-#: en/user_installation.ssi:131 en/user_installation.ssi:147
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:191
+#: en/user_customization-packages.ssi:203
+#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:285
+#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:334
+#: en/user_customization-runtime.new.ssi:18
+#: en/user_customization-runtime.new.ssi:38
+#: en/user_customization-runtime.new.ssi:46
+#: en/user_customization-runtime.new.ssi:54
+#: en/user_customization-runtime.new.ssi:68
+#: en/user_customization-runtime.new.ssi:80
+#: en/user_customization-runtime.new.ssi:90
+#: en/user_customization-runtime.new.ssi:98
+#: en/user_customization-runtime.new.ssi:106
+#: en/user_customization-runtime.new.ssi:114
+#: en/user_customization-runtime.new.ssi:134
+#: en/user_customization-runtime.new.ssi:143
+#: en/user_customization-runtime.new.ssi:152
+#: en/user_customization-runtime.ssi:16 en/user_customization-runtime.ssi:34
+#: en/user_customization-runtime.ssi:44 en/user_customization-runtime.ssi:52
+#: en/user_customization-runtime.ssi:60 en/user_customization-runtime.ssi:68
+#: en/user_customization-runtime.ssi:88 en/user_customization-runtime.ssi:97
+#: en/user_customization-runtime.ssi:106 en/user_examples.ssi:20
+#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:58
+#: en/user_examples.ssi:68 en/user_examples.ssi:86 en/user_examples.ssi:101
+#: en/user_examples.ssi:111 en/user_examples.ssi:123 en/user_examples.ssi:135
+#: en/user_examples.ssi:150 en/user_examples.ssi:158 en/user_examples.ssi:166
+#: en/user_examples.ssi:197 en/user_examples.ssi:213 en/user_examples.ssi:221
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:112 en/user_installation.ssi:131
+#: en/user_installation.ssi:144 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_managing_a_configuration.ssi:52
+#: en/user_managing_a_configuration.ssi:60 en/user_overview.ssi:74
 #: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:2
-msgid "B~ Customization at Runtime"
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:4
-msgid ""
-"All configuration that is done during runtime is done by live-config. Here "
-"are some most common options of live-config that users are interested in. A "
-"full list of all possibilities can be found in the manpage of live-config."
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:6
-msgid "1~ User"
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:8
-msgid ""
-"One important consideration is that the live user is created by live-boot "
-"during bootup, it is not created by live-build when building the image."
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:12
 #: en/user_customization-runtime.ssi:10
 msgid ""
 "You can specify additional groups that the live user will belong to by "
@@ -180,6 +190,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:16
 #: en/user_customization-runtime.ssi:14
 msgid ""
 "debconf passwd/user-default-groups string audio cdrom dialout floppy video "
@@ -187,43 +198,37 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:18
-msgid "1~ Language"
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:22
 #: en/user_customization-runtime.ssi:20
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:24
 #: en/user_customization-runtime.ssi:22
 msgid "_* the locale generation"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:26
 #: en/user_customization-runtime.ssi:24
 msgid "_* setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:28
 #: en/user_customization-runtime.ssi:26
 msgid "_* setting the keyboard layout for X"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:28
-msgid ""
-"To define the locale that should be generated, use the #{locale}# parameter "
-"into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:78
 #: en/user_customization-runtime.ssi:32
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:82
 #: en/user_customization-runtime.ssi:36
 msgid ""
 "This parameter can also be used in kernel command line. You can specify a "
@@ -231,6 +236,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:84
 #: en/user_customization-runtime.ssi:38
 msgid ""
 "Both the console and X keyboard configuration depends on the #{keyb}# "
@@ -242,22 +248,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:88
 #: en/user_customization-runtime.ssi:42
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name <name>se</name>"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:92
 #: en/user_customization-runtime.ssi:46
 msgid ""
 "To get the locale files for German and Swiss German keyboard layout in X use:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:96
 #: en/user_customization-runtime.ssi:50
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8 keyboard-layouts=ch\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:100
 #: en/user_customization-runtime.ssi:54
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
@@ -265,6 +275,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:104
 #: en/user_customization-runtime.ssi:58
 msgid ""
 "for i in $(find /usr/share/keymaps/ -iname \"*kmap.gz\"); do basename $i | "
@@ -272,6 +283,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:108
 #: en/user_customization-runtime.ssi:62
 msgid ""
 "Alternatively, you can use the #{console-setup}# package, a tool to let you "
@@ -284,6 +296,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:112
 #: en/user_customization-runtime.ssi:66
 msgid ""
 "lb config --bootappend-live \"locales=fr_FR.UTF-8 keyboard-layouts=fr "
@@ -291,11 +304,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:116
 #: en/user_customization-runtime.ssi:70
 msgid "2~ Persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:118
 #: en/user_customization-runtime.ssi:72
 msgid ""
 "A live cd paradigm is a pre-installed system which runs from read-only "
@@ -304,6 +319,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:120
 #: en/user_customization-runtime.ssi:74
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
@@ -313,6 +329,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:122
 #: en/user_customization-runtime.ssi:76
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
@@ -324,6 +341,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:124
 #: en/user_customization-runtime.ssi:78
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
@@ -334,11 +352,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:126
 #: en/user_customization-runtime.ssi:80
 msgid "3~ Full persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:128
 #: en/user_customization-runtime.ssi:82
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
@@ -351,11 +371,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:132
 #: en/user_customization-runtime.ssi:86
 msgid "# mkfs.ext2 -L live-rw /dev/sdb1"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:136
 #: en/user_customization-runtime.ssi:90
 msgid ""
 "If you already have a partition on your device, you could just change the "
@@ -363,6 +385,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:141
 #: en/user_customization-runtime.ssi:95
 msgid ""
 "# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/"
@@ -370,6 +393,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:145
 #: en/user_customization-runtime.ssi:99
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
@@ -380,6 +404,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:150
 #: en/user_customization-runtime.ssi:104
 msgid ""
 "$ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /"
@@ -387,6 +412,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:154
 #: en/user_customization-runtime.ssi:108
 msgid ""
 "Then copy the #{live-rw}# file to a writable partition and reboot with the "
@@ -394,11 +420,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:156
 #: en/user_customization-runtime.ssi:110
 msgid "3~ Home automounting"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:158
 #: en/user_customization-runtime.ssi:112
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
@@ -408,11 +436,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:160
 #: en/user_customization-runtime.ssi:114
 msgid "3~ Snapshots"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:162
 #: en/user_customization-runtime.ssi:116
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
@@ -430,6 +460,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:164
 #: en/user_customization-runtime.ssi:118
 msgid ""
 "A /home version of snapshot exists too and its label is #{home-sn.*}#; it "
@@ -437,6 +468,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:166
 #: en/user_customization-runtime.ssi:120
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
@@ -444,11 +476,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:168
 #: en/user_customization-runtime.ssi:122
 msgid "3~ Persistent SubText"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:170
 #: en/user_customization-runtime.ssi:124
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
@@ -461,11 +495,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:172
 #: en/user_customization-runtime.ssi:126
 msgid "3~ Partial remastering"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:173
 #: en/user_customization-runtime.ssi:127
 msgid ""
 "The run-time modification of the tmpfs could be collected using live-"
@@ -473,3 +509,40 @@ msgid ""
 "case of cd-r or adding a session to multisession cd/dvd(rw); live-boot "
 "mounts all /live filesystem in order or with the module boot parameter."
 msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:2
+msgid "B~ Customization at Runtime"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:4
+msgid ""
+"All configuration that is done during runtime is done by live-config. Here "
+"are some most common options of live-config that users are interested in. A "
+"full list of all possibilities can be found in the manpage of live-config."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:6
+msgid "1~ User"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:8
+msgid ""
+"One important consideration is that the live user is created by live-boot "
+"during bootup, it is not created by live-build when building the image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:18
+msgid "1~ Language"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:28
+msgid ""
+"To define the locale that should be generated, use the #{locale}# parameter "
+"into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
+msgstr ""
diff --git a/manual/po4a.cfg b/manual/po4a.cfg
index 12960cc..e46858a 100644
--- a/manual/po4a.cfg
+++ b/manual/po4a.cfg
@@ -15,6 +15,7 @@
 [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.new.ssi $lang:$lang/user_customization-runtime.new.ssi
 [type: text] en/user_customization-runtime.ssi $lang:$lang/user_customization-runtime.ssi
 [type: text] en/user_examples.ssi $lang:$lang/user_examples.ssi
 [type: text] en/user_installation.ssi $lang:$lang/user_installation.ssi
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
index bb226bb..30a7db9 100644
--- a/manual/pot/live-manual.ssm.pot
+++ b/manual/pot/live-manual.ssm.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-12-01 05:55-0400\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-12-01\n"
+" :published: 2010-12-02\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/user_customization-runtime.ssi.pot b/manual/pot/user_customization-runtime.new.ssi.pot
similarity index 59%
copy from manual/pot/user_customization-runtime.ssi.pot
copy to manual/pot/user_customization-runtime.new.ssi.pot
index 520b3df..20c1fe3 100644
--- a/manual/pot/user_customization-runtime.ssi.pot
+++ b/manual/pot/user_customization-runtime.new.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 11:40+0100\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -46,36 +46,53 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
 #: en/user_customization-internationalization.ssi:38
-#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:31
-#: en/user_customization-packages.ssi:44 en/user_customization-packages.ssi:58
-#: en/user_customization-packages.ssi:72 en/user_customization-packages.ssi:90
-#: en/user_customization-packages.ssi:120
-#: en/user_customization-packages.ssi:133
-#: en/user_customization-packages.ssi:143
-#: en/user_customization-packages.ssi:153
-#: en/user_customization-packages.ssi:163
-#: en/user_customization-packages.ssi:177
-#: en/user_customization-packages.ssi:193
-#: en/user_customization-packages.ssi:261
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:283 en/user_customization-runtime.ssi:12
-#: en/user_customization-runtime.ssi:30 en/user_customization-runtime.ssi:40
-#: en/user_customization-runtime.ssi:48 en/user_customization-runtime.ssi:56
-#: en/user_customization-runtime.ssi:64 en/user_customization-runtime.ssi:84
-#: en/user_customization-runtime.ssi:92 en/user_customization-runtime.ssi:101
-#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
-#: en/user_examples.ssi:54 en/user_examples.ssi:64 en/user_examples.ssi:80
-#: en/user_examples.ssi:90 en/user_examples.ssi:107 en/user_examples.ssi:117
-#: en/user_examples.ssi:131 en/user_examples.ssi:139 en/user_examples.ssi:154
-#: en/user_examples.ssi:162 en/user_examples.ssi:188 en/user_examples.ssi:209
-#: en/user_examples.ssi:217 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:108
-#: en/user_installation.ssi:126 en/user_installation.ssi:144
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:14 en/user_customization-packages.ssi:22
+#: en/user_customization-packages.ssi:40 en/user_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:66 en/user_customization-packages.ssi:80
+#: en/user_customization-packages.ssi:94
+#: en/user_customization-packages.ssi:112
+#: en/user_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:155
+#: en/user_customization-packages.ssi:165
+#: en/user_customization-packages.ssi:175
+#: en/user_customization-packages.ssi:185
+#: en/user_customization-packages.ssi:199
+#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:281
+#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:321
+#: en/user_customization-runtime.new.ssi:14
+#: en/user_customization-runtime.new.ssi:34
+#: en/user_customization-runtime.new.ssi:42
+#: en/user_customization-runtime.new.ssi:50
+#: en/user_customization-runtime.new.ssi:64
+#: en/user_customization-runtime.new.ssi:76
+#: en/user_customization-runtime.new.ssi:86
+#: en/user_customization-runtime.new.ssi:94
+#: en/user_customization-runtime.new.ssi:102
+#: en/user_customization-runtime.new.ssi:110
+#: en/user_customization-runtime.new.ssi:130
+#: en/user_customization-runtime.new.ssi:138
+#: en/user_customization-runtime.new.ssi:147
+#: en/user_customization-runtime.ssi:12 en/user_customization-runtime.ssi:30
+#: en/user_customization-runtime.ssi:40 en/user_customization-runtime.ssi:48
+#: en/user_customization-runtime.ssi:56 en/user_customization-runtime.ssi:64
+#: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:92
+#: en/user_customization-runtime.ssi:101 en/user_examples.ssi:14
+#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
+#: en/user_examples.ssi:64 en/user_examples.ssi:80 en/user_examples.ssi:90
+#: en/user_examples.ssi:107 en/user_examples.ssi:117 en/user_examples.ssi:131
+#: en/user_examples.ssi:139 en/user_examples.ssi:154 en/user_examples.ssi:162
+#: en/user_examples.ssi:188 en/user_examples.ssi:209 en/user_examples.ssi:217
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:108 en/user_installation.ssi:126
+#: en/user_installation.ssi:141 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_managing_a_configuration.ssi:47
+#: en/user_managing_a_configuration.ssi:56 en/user_overview.ssi:36
 #: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr ""
@@ -110,66 +127,154 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
 #: en/user_customization-internationalization.ssi:42
-#: en/user_customization-packages.ssi:23 en/user_customization-packages.ssi:36
-#: en/user_customization-packages.ssi:48 en/user_customization-packages.ssi:62
-#: en/user_customization-packages.ssi:76 en/user_customization-packages.ssi:94
-#: en/user_customization-packages.ssi:125
-#: en/user_customization-packages.ssi:139
-#: en/user_customization-packages.ssi:149
-#: en/user_customization-packages.ssi:159
-#: en/user_customization-packages.ssi:169
+#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:26
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:58
+#: en/user_customization-packages.ssi:70 en/user_customization-packages.ssi:84
+#: en/user_customization-packages.ssi:98
+#: en/user_customization-packages.ssi:116
+#: en/user_customization-packages.ssi:147
+#: en/user_customization-packages.ssi:161
+#: en/user_customization-packages.ssi:171
 #: en/user_customization-packages.ssi:181
-#: en/user_customization-packages.ssi:197
-#: en/user_customization-packages.ssi:265
-#: en/user_customization-packages.ssi:277
-#: en/user_customization-packages.ssi:287 en/user_customization-runtime.ssi:16
-#: en/user_customization-runtime.ssi:34 en/user_customization-runtime.ssi:44
-#: en/user_customization-runtime.ssi:52 en/user_customization-runtime.ssi:60
-#: en/user_customization-runtime.ssi:68 en/user_customization-runtime.ssi:88
-#: en/user_customization-runtime.ssi:97 en/user_customization-runtime.ssi:106
-#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
-#: en/user_examples.ssi:58 en/user_examples.ssi:68 en/user_examples.ssi:86
-#: en/user_examples.ssi:101 en/user_examples.ssi:111 en/user_examples.ssi:123
-#: en/user_examples.ssi:135 en/user_examples.ssi:150 en/user_examples.ssi:158
-#: en/user_examples.ssi:166 en/user_examples.ssi:197 en/user_examples.ssi:213
-#: en/user_examples.ssi:221 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:112
-#: en/user_installation.ssi:131 en/user_installation.ssi:147
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:191
+#: en/user_customization-packages.ssi:203
+#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:285
+#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:334
+#: en/user_customization-runtime.new.ssi:18
+#: en/user_customization-runtime.new.ssi:38
+#: en/user_customization-runtime.new.ssi:46
+#: en/user_customization-runtime.new.ssi:54
+#: en/user_customization-runtime.new.ssi:68
+#: en/user_customization-runtime.new.ssi:80
+#: en/user_customization-runtime.new.ssi:90
+#: en/user_customization-runtime.new.ssi:98
+#: en/user_customization-runtime.new.ssi:106
+#: en/user_customization-runtime.new.ssi:114
+#: en/user_customization-runtime.new.ssi:134
+#: en/user_customization-runtime.new.ssi:143
+#: en/user_customization-runtime.new.ssi:152
+#: en/user_customization-runtime.ssi:16 en/user_customization-runtime.ssi:34
+#: en/user_customization-runtime.ssi:44 en/user_customization-runtime.ssi:52
+#: en/user_customization-runtime.ssi:60 en/user_customization-runtime.ssi:68
+#: en/user_customization-runtime.ssi:88 en/user_customization-runtime.ssi:97
+#: en/user_customization-runtime.ssi:106 en/user_examples.ssi:20
+#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:58
+#: en/user_examples.ssi:68 en/user_examples.ssi:86 en/user_examples.ssi:101
+#: en/user_examples.ssi:111 en/user_examples.ssi:123 en/user_examples.ssi:135
+#: en/user_examples.ssi:150 en/user_examples.ssi:158 en/user_examples.ssi:166
+#: en/user_examples.ssi:197 en/user_examples.ssi:213 en/user_examples.ssi:221
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:112 en/user_installation.ssi:131
+#: en/user_installation.ssi:144 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_managing_a_configuration.ssi:52
+#: en/user_managing_a_configuration.ssi:60 en/user_overview.ssi:74
 #: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:2
-msgid "B~ Customization at Runtime"
+#: en/user_customization-internationalization.ssi:8
+#: en/user_customization-runtime.new.ssi:32
+msgid ""
+"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\"."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:12
+#: en/user_customization-runtime.new.ssi:36
+msgid "$ lb config --bootappend-live \"locales=de_CH.UTF-8\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:16
+#: en/user_customization-runtime.new.ssi:40
+msgid "The entry for a Swiss-German keyboard would be:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:20
+#: en/user_customization-runtime.new.ssi:44
+msgid "$ lb config --bootappend-live \"keyboard-layouts=ch\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:24
+#: en/user_customization-runtime.new.ssi:48
+msgid "Combined, the keyboard and locale configured for Switzerland would be:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:4
+#: en/user_customization-internationalization.ssi:28
+#: en/user_customization-runtime.new.ssi:52
 msgid ""
-"All configuration that is done during runtime is done by live-config. Here "
+"$ lb config --bootappend-live =\"locales=de_CH.UTF-8 keyboard-layouts=ch\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:32
+#: en/user_customization-runtime.new.ssi:56
+msgid ""
+"Note: You can find a list of options in the manpage for live-config. "
+"Currently, only UTF-8 locales are supported."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:40
+#: en/user_customization-runtime.new.ssi:66
+msgid "$ lb config --language \"de\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-internationalization.ssi:43
+#: en/user_customization-runtime.new.ssi:70
+msgid ""
+"This will also change the default syslinux language if translations are "
+"available or local translations have been put into #{config/templates/"
+"syslinux/de}#."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:2
+msgid ":B~ Customizing run time behaviours"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:4
+msgid "1~customizing-run-time-behaviours Customizing run time behaviours"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:6
+msgid ""
+"All configuration that is done during run time is done by live-config. Here "
 "are some most common options of live-config that users are interested in. A "
 "full list of all possibilities can be found in the manpage of live-config."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:6
-msgid "1~ User"
+#: en/user_customization-runtime.new.ssi:8
+msgid "2~ Customizing the live user"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:8
+#: en/user_customization-runtime.new.ssi:10
 msgid ""
-"One important consideration is that the live user is created by live-boot "
-"during bootup, it is not created by live-build when building the image."
+"One important consideration is that the live user is created by live-boot at "
+"boot time, not by live-build at build time. This not only influences where "
+"materials relating to the live user are introduced in your build, as "
+"discussed in {Live/chroot local includes}#live-chroot-local-includes, but "
+"also any groups and permissions associated with the live user."
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:12
 #: en/user_customization-runtime.ssi:10
 msgid ""
 "You can specify additional groups that the live user will belong to by "
@@ -179,6 +284,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:16
 #: en/user_customization-runtime.ssi:14
 msgid ""
 "debconf passwd/user-default-groups string audio cdrom dialout floppy video "
@@ -186,43 +292,79 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:18
-msgid "1~ Language"
+#: en/user_customization-runtime.new.ssi:20
+msgid "2~customizing-locale-and-language Customizing locale and language"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:22
 #: en/user_customization-runtime.ssi:20
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:24
 #: en/user_customization-runtime.ssi:22
 msgid "_* the locale generation"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:26
 #: en/user_customization-runtime.ssi:24
 msgid "_* setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:28
 #: en/user_customization-runtime.ssi:26
 msgid "_* setting the keyboard layout for X"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:28
+#: en/user_customization-runtime.new.ssi:30
+msgid "3~ Default locale and keyboard"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:58
+msgid "3~ l10n Packages"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:60
+msgid ""
+"% FIXME: not a run time configuration! Belongs in packages chapter. (See --"
+"tasks discussion.)"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:62
+msgid ""
+"An experimental feature of live-build is to automatically check for each "
+"package for which it is known that there are #{*-l10n}# packages available "
+"and install them. To add German packages the entry would be"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:72
+msgid "3~ Language"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.new.ssi:74
 msgid ""
-"To define the locale that should be generated, use the #{locale}# parameter "
+"To define the locale that should be generated, use the #{locales}# parameter "
 "into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:78
 #: en/user_customization-runtime.ssi:32
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:82
 #: en/user_customization-runtime.ssi:36
 msgid ""
 "This parameter can also be used in kernel command line. You can specify a "
@@ -230,6 +372,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:84
 #: en/user_customization-runtime.ssi:38
 msgid ""
 "Both the console and X keyboard configuration depends on the #{keyb}# "
@@ -241,22 +384,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:88
 #: en/user_customization-runtime.ssi:42
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name <name>se</name>"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:92
 #: en/user_customization-runtime.ssi:46
 msgid ""
 "To get the locale files for German and Swiss German keyboard layout in X use:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:96
 #: en/user_customization-runtime.ssi:50
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8 keyboard-layouts=ch\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:100
 #: en/user_customization-runtime.ssi:54
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
@@ -264,6 +411,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:104
 #: en/user_customization-runtime.ssi:58
 msgid ""
 "for i in $(find /usr/share/keymaps/ -iname \"*kmap.gz\"); do basename $i | "
@@ -271,6 +419,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:108
 #: en/user_customization-runtime.ssi:62
 msgid ""
 "Alternatively, you can use the #{console-setup}# package, a tool to let you "
@@ -283,6 +432,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:112
 #: en/user_customization-runtime.ssi:66
 msgid ""
 "lb config --bootappend-live \"locales=fr_FR.UTF-8 keyboard-layouts=fr "
@@ -290,11 +440,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:116
 #: en/user_customization-runtime.ssi:70
 msgid "2~ Persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:118
 #: en/user_customization-runtime.ssi:72
 msgid ""
 "A live cd paradigm is a pre-installed system which runs from read-only "
@@ -303,6 +455,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:120
 #: en/user_customization-runtime.ssi:74
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
@@ -312,6 +465,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:122
 #: en/user_customization-runtime.ssi:76
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
@@ -323,6 +477,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:124
 #: en/user_customization-runtime.ssi:78
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
@@ -333,11 +488,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:126
 #: en/user_customization-runtime.ssi:80
 msgid "3~ Full persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:128
 #: en/user_customization-runtime.ssi:82
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
@@ -350,11 +507,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:132
 #: en/user_customization-runtime.ssi:86
 msgid "# mkfs.ext2 -L live-rw /dev/sdb1"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:136
 #: en/user_customization-runtime.ssi:90
 msgid ""
 "If you already have a partition on your device, you could just change the "
@@ -362,6 +521,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:141
 #: en/user_customization-runtime.ssi:95
 msgid ""
 "# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/"
@@ -369,6 +529,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:145
 #: en/user_customization-runtime.ssi:99
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
@@ -379,6 +540,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:150
 #: en/user_customization-runtime.ssi:104
 msgid ""
 "$ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /"
@@ -386,6 +548,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:154
 #: en/user_customization-runtime.ssi:108
 msgid ""
 "Then copy the #{live-rw}# file to a writable partition and reboot with the "
@@ -393,11 +556,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:156
 #: en/user_customization-runtime.ssi:110
 msgid "3~ Home automounting"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:158
 #: en/user_customization-runtime.ssi:112
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
@@ -407,11 +572,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:160
 #: en/user_customization-runtime.ssi:114
 msgid "3~ Snapshots"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:162
 #: en/user_customization-runtime.ssi:116
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
@@ -429,6 +596,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:164
 #: en/user_customization-runtime.ssi:118
 msgid ""
 "A /home version of snapshot exists too and its label is #{home-sn.*}#; it "
@@ -436,6 +604,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:166
 #: en/user_customization-runtime.ssi:120
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
@@ -443,11 +612,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:168
 #: en/user_customization-runtime.ssi:122
 msgid "3~ Persistent SubText"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:170
 #: en/user_customization-runtime.ssi:124
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
@@ -460,11 +631,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:172
 #: en/user_customization-runtime.ssi:126
 msgid "3~ Partial remastering"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:173
 #: en/user_customization-runtime.ssi:127
 msgid ""
 "The run-time modification of the tmpfs could be collected using live-"
diff --git a/manual/pot/user_customization-runtime.ssi.pot b/manual/pot/user_customization-runtime.ssi.pot
index 520b3df..76cf970 100644
--- a/manual/pot/user_customization-runtime.ssi.pot
+++ b/manual/pot/user_customization-runtime.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 11:40+0100\n"
+"POT-Creation-Date: 2010-12-02 20:07-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -46,36 +46,53 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
 #: en/user_customization-internationalization.ssi:38
-#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:31
-#: en/user_customization-packages.ssi:44 en/user_customization-packages.ssi:58
-#: en/user_customization-packages.ssi:72 en/user_customization-packages.ssi:90
-#: en/user_customization-packages.ssi:120
-#: en/user_customization-packages.ssi:133
-#: en/user_customization-packages.ssi:143
-#: en/user_customization-packages.ssi:153
-#: en/user_customization-packages.ssi:163
-#: en/user_customization-packages.ssi:177
-#: en/user_customization-packages.ssi:193
-#: en/user_customization-packages.ssi:261
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:283 en/user_customization-runtime.ssi:12
-#: en/user_customization-runtime.ssi:30 en/user_customization-runtime.ssi:40
-#: en/user_customization-runtime.ssi:48 en/user_customization-runtime.ssi:56
-#: en/user_customization-runtime.ssi:64 en/user_customization-runtime.ssi:84
-#: en/user_customization-runtime.ssi:92 en/user_customization-runtime.ssi:101
-#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
-#: en/user_examples.ssi:54 en/user_examples.ssi:64 en/user_examples.ssi:80
-#: en/user_examples.ssi:90 en/user_examples.ssi:107 en/user_examples.ssi:117
-#: en/user_examples.ssi:131 en/user_examples.ssi:139 en/user_examples.ssi:154
-#: en/user_examples.ssi:162 en/user_examples.ssi:188 en/user_examples.ssi:209
-#: en/user_examples.ssi:217 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:108
-#: en/user_installation.ssi:126 en/user_installation.ssi:144
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:14 en/user_customization-packages.ssi:22
+#: en/user_customization-packages.ssi:40 en/user_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:66 en/user_customization-packages.ssi:80
+#: en/user_customization-packages.ssi:94
+#: en/user_customization-packages.ssi:112
+#: en/user_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:155
+#: en/user_customization-packages.ssi:165
+#: en/user_customization-packages.ssi:175
+#: en/user_customization-packages.ssi:185
+#: en/user_customization-packages.ssi:199
+#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:281
+#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:321
+#: en/user_customization-runtime.new.ssi:14
+#: en/user_customization-runtime.new.ssi:34
+#: en/user_customization-runtime.new.ssi:42
+#: en/user_customization-runtime.new.ssi:50
+#: en/user_customization-runtime.new.ssi:64
+#: en/user_customization-runtime.new.ssi:76
+#: en/user_customization-runtime.new.ssi:86
+#: en/user_customization-runtime.new.ssi:94
+#: en/user_customization-runtime.new.ssi:102
+#: en/user_customization-runtime.new.ssi:110
+#: en/user_customization-runtime.new.ssi:130
+#: en/user_customization-runtime.new.ssi:138
+#: en/user_customization-runtime.new.ssi:147
+#: en/user_customization-runtime.ssi:12 en/user_customization-runtime.ssi:30
+#: en/user_customization-runtime.ssi:40 en/user_customization-runtime.ssi:48
+#: en/user_customization-runtime.ssi:56 en/user_customization-runtime.ssi:64
+#: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:92
+#: en/user_customization-runtime.ssi:101 en/user_examples.ssi:14
+#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
+#: en/user_examples.ssi:64 en/user_examples.ssi:80 en/user_examples.ssi:90
+#: en/user_examples.ssi:107 en/user_examples.ssi:117 en/user_examples.ssi:131
+#: en/user_examples.ssi:139 en/user_examples.ssi:154 en/user_examples.ssi:162
+#: en/user_examples.ssi:188 en/user_examples.ssi:209 en/user_examples.ssi:217
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:108 en/user_installation.ssi:126
+#: en/user_installation.ssi:141 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_managing_a_configuration.ssi:47
+#: en/user_managing_a_configuration.ssi:56 en/user_overview.ssi:36
 #: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr ""
@@ -110,66 +127,59 @@ msgstr ""
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
 #: en/user_customization-internationalization.ssi:42
-#: en/user_customization-packages.ssi:23 en/user_customization-packages.ssi:36
-#: en/user_customization-packages.ssi:48 en/user_customization-packages.ssi:62
-#: en/user_customization-packages.ssi:76 en/user_customization-packages.ssi:94
-#: en/user_customization-packages.ssi:125
-#: en/user_customization-packages.ssi:139
-#: en/user_customization-packages.ssi:149
-#: en/user_customization-packages.ssi:159
-#: en/user_customization-packages.ssi:169
+#: en/user_customization-packages.ssi:18 en/user_customization-packages.ssi:26
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:58
+#: en/user_customization-packages.ssi:70 en/user_customization-packages.ssi:84
+#: en/user_customization-packages.ssi:98
+#: en/user_customization-packages.ssi:116
+#: en/user_customization-packages.ssi:147
+#: en/user_customization-packages.ssi:161
+#: en/user_customization-packages.ssi:171
 #: en/user_customization-packages.ssi:181
-#: en/user_customization-packages.ssi:197
-#: en/user_customization-packages.ssi:265
-#: en/user_customization-packages.ssi:277
-#: en/user_customization-packages.ssi:287 en/user_customization-runtime.ssi:16
-#: en/user_customization-runtime.ssi:34 en/user_customization-runtime.ssi:44
-#: en/user_customization-runtime.ssi:52 en/user_customization-runtime.ssi:60
-#: en/user_customization-runtime.ssi:68 en/user_customization-runtime.ssi:88
-#: en/user_customization-runtime.ssi:97 en/user_customization-runtime.ssi:106
-#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
-#: en/user_examples.ssi:58 en/user_examples.ssi:68 en/user_examples.ssi:86
-#: en/user_examples.ssi:101 en/user_examples.ssi:111 en/user_examples.ssi:123
-#: en/user_examples.ssi:135 en/user_examples.ssi:150 en/user_examples.ssi:158
-#: en/user_examples.ssi:166 en/user_examples.ssi:197 en/user_examples.ssi:213
-#: en/user_examples.ssi:221 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:112
-#: en/user_installation.ssi:131 en/user_installation.ssi:147
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:191
+#: en/user_customization-packages.ssi:203
+#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:285
+#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:334
+#: en/user_customization-runtime.new.ssi:18
+#: en/user_customization-runtime.new.ssi:38
+#: en/user_customization-runtime.new.ssi:46
+#: en/user_customization-runtime.new.ssi:54
+#: en/user_customization-runtime.new.ssi:68
+#: en/user_customization-runtime.new.ssi:80
+#: en/user_customization-runtime.new.ssi:90
+#: en/user_customization-runtime.new.ssi:98
+#: en/user_customization-runtime.new.ssi:106
+#: en/user_customization-runtime.new.ssi:114
+#: en/user_customization-runtime.new.ssi:134
+#: en/user_customization-runtime.new.ssi:143
+#: en/user_customization-runtime.new.ssi:152
+#: en/user_customization-runtime.ssi:16 en/user_customization-runtime.ssi:34
+#: en/user_customization-runtime.ssi:44 en/user_customization-runtime.ssi:52
+#: en/user_customization-runtime.ssi:60 en/user_customization-runtime.ssi:68
+#: en/user_customization-runtime.ssi:88 en/user_customization-runtime.ssi:97
+#: en/user_customization-runtime.ssi:106 en/user_examples.ssi:20
+#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:58
+#: en/user_examples.ssi:68 en/user_examples.ssi:86 en/user_examples.ssi:101
+#: en/user_examples.ssi:111 en/user_examples.ssi:123 en/user_examples.ssi:135
+#: en/user_examples.ssi:150 en/user_examples.ssi:158 en/user_examples.ssi:166
+#: en/user_examples.ssi:197 en/user_examples.ssi:213 en/user_examples.ssi:221
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:112 en/user_installation.ssi:131
+#: en/user_installation.ssi:144 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_managing_a_configuration.ssi:52
+#: en/user_managing_a_configuration.ssi:60 en/user_overview.ssi:74
 #: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:2
-msgid "B~ Customization at Runtime"
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:4
-msgid ""
-"All configuration that is done during runtime is done by live-config. Here "
-"are some most common options of live-config that users are interested in. A "
-"full list of all possibilities can be found in the manpage of live-config."
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:6
-msgid "1~ User"
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-runtime.ssi:8
-msgid ""
-"One important consideration is that the live user is created by live-boot "
-"during bootup, it is not created by live-build when building the image."
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:12
 #: en/user_customization-runtime.ssi:10
 msgid ""
 "You can specify additional groups that the live user will belong to by "
@@ -179,6 +189,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:16
 #: en/user_customization-runtime.ssi:14
 msgid ""
 "debconf passwd/user-default-groups string audio cdrom dialout floppy video "
@@ -186,43 +197,37 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:18
-msgid "1~ Language"
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:22
 #: en/user_customization-runtime.ssi:20
 msgid "When the live system boots, language is involved in three steps:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:24
 #: en/user_customization-runtime.ssi:22
 msgid "_* the locale generation"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:26
 #: en/user_customization-runtime.ssi:24
 msgid "_* setting the keyboard layout for the console"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:28
 #: en/user_customization-runtime.ssi:26
 msgid "_* setting the keyboard layout for X"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-runtime.ssi:28
-msgid ""
-"To define the locale that should be generated, use the #{locale}# parameter "
-"into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
-msgstr ""
-
-#. type: Plain text
+#: en/user_customization-runtime.new.ssi:78
 #: en/user_customization-runtime.ssi:32
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:82
 #: en/user_customization-runtime.ssi:36
 msgid ""
 "This parameter can also be used in kernel command line. You can specify a "
@@ -230,6 +235,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:84
 #: en/user_customization-runtime.ssi:38
 msgid ""
 "Both the console and X keyboard configuration depends on the #{keyb}# "
@@ -241,22 +247,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:88
 #: en/user_customization-runtime.ssi:42
 msgid "$ grep -i sweden -C3 /etc/X11/xkb/base.xml | grep name <name>se</name>"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:92
 #: en/user_customization-runtime.ssi:46
 msgid ""
 "To get the locale files for German and Swiss German keyboard layout in X use:"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:96
 #: en/user_customization-runtime.ssi:50
 msgid "lb config --bootappend-live \"locales=de_CH.UTF-8 keyboard-layouts=ch\""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:100
 #: en/user_customization-runtime.ssi:54
 msgid ""
 "A list of the valid values of the keyboards for the console can be figured "
@@ -264,6 +274,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:104
 #: en/user_customization-runtime.ssi:58
 msgid ""
 "for i in $(find /usr/share/keymaps/ -iname \"*kmap.gz\"); do basename $i | "
@@ -271,6 +282,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:108
 #: en/user_customization-runtime.ssi:62
 msgid ""
 "Alternatively, you can use the #{console-setup}# package, a tool to let you "
@@ -283,6 +295,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:112
 #: en/user_customization-runtime.ssi:66
 msgid ""
 "lb config --bootappend-live \"locales=fr_FR.UTF-8 keyboard-layouts=fr "
@@ -290,11 +303,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:116
 #: en/user_customization-runtime.ssi:70
 msgid "2~ Persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:118
 #: en/user_customization-runtime.ssi:72
 msgid ""
 "A live cd paradigm is a pre-installed system which runs from read-only "
@@ -303,6 +318,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:120
 #: en/user_customization-runtime.ssi:74
 msgid ""
 "A Debian Live system is a generalization of this paradigm and thus supports "
@@ -312,6 +328,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:122
 #: en/user_customization-runtime.ssi:76
 msgid ""
 "Persistence is a common name for different kinds of solutions for saving "
@@ -323,6 +340,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:124
 #: en/user_customization-runtime.ssi:78
 msgid ""
 "The data stored on this ramdisk should be saved on a writable persistent "
@@ -333,11 +351,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:126
 #: en/user_customization-runtime.ssi:80
 msgid "3~ Full persistence"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:128
 #: en/user_customization-runtime.ssi:82
 msgid ""
 "By 'full persistence' it is meant that instead of using a tmpfs for storing "
@@ -350,11 +370,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:132
 #: en/user_customization-runtime.ssi:86
 msgid "# mkfs.ext2 -L live-rw /dev/sdb1"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:136
 #: en/user_customization-runtime.ssi:90
 msgid ""
 "If you already have a partition on your device, you could just change the "
@@ -362,6 +384,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:141
 #: en/user_customization-runtime.ssi:95
 msgid ""
 "# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems # dosfslabel /dev/"
@@ -369,6 +392,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:145
 #: en/user_customization-runtime.ssi:99
 msgid ""
 "But since live system users cannot always use a hard drive partition, and "
@@ -379,6 +403,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:150
 #: en/user_customization-runtime.ssi:104
 msgid ""
 "$ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1GB sized image file $ /"
@@ -386,6 +411,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:154
 #: en/user_customization-runtime.ssi:108
 msgid ""
 "Then copy the #{live-rw}# file to a writable partition and reboot with the "
@@ -393,11 +419,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:156
 #: en/user_customization-runtime.ssi:110
 msgid "3~ Home automounting"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:158
 #: en/user_customization-runtime.ssi:112
 msgid ""
 "If during the boot a partition (filesystem) image file or a partition "
@@ -407,11 +435,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:160
 #: en/user_customization-runtime.ssi:114
 msgid "3~ Snapshots"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:162
 #: en/user_customization-runtime.ssi:116
 msgid ""
 "Snapshots are collections of files and directories which are not mounted "
@@ -429,6 +459,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:164
 #: en/user_customization-runtime.ssi:118
 msgid ""
 "A /home version of snapshot exists too and its label is #{home-sn.*}#; it "
@@ -436,6 +467,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:166
 #: en/user_customization-runtime.ssi:120
 msgid ""
 "Snapshots cannot currently handle file deletion but full persistence and "
@@ -443,11 +475,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:168
 #: en/user_customization-runtime.ssi:122
 msgid "3~ Persistent SubText"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:170
 #: en/user_customization-runtime.ssi:124
 msgid ""
 "If a user would need multiple persistent storage of the same type for "
@@ -460,11 +494,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:172
 #: en/user_customization-runtime.ssi:126
 msgid "3~ Partial remastering"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-runtime.new.ssi:173
 #: en/user_customization-runtime.ssi:127
 msgid ""
 "The run-time modification of the tmpfs could be collected using live-"
@@ -472,3 +508,40 @@ msgid ""
 "case of cd-r or adding a session to multisession cd/dvd(rw); live-boot "
 "mounts all /live filesystem in order or with the module boot parameter."
 msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:2
+msgid "B~ Customization at Runtime"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:4
+msgid ""
+"All configuration that is done during runtime is done by live-config. Here "
+"are some most common options of live-config that users are interested in. A "
+"full list of all possibilities can be found in the manpage of live-config."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:6
+msgid "1~ User"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:8
+msgid ""
+"One important consideration is that the live user is created by live-boot "
+"during bootup, it is not created by live-build when building the image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:18
+msgid "1~ Language"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-runtime.ssi:28
+msgid ""
+"To define the locale that should be generated, use the #{locale}# parameter "
+"into the #{--bootappend-live}# option of #{lb config}#, e.g.:"
+msgstr ""
diff --git a/manual/pt_BR/live-manual.ssm b/manual/pt_BR/live-manual.ssm
index 4a2fc10..f4ff8cf 100644
--- a/manual/pt_BR/live-manual.ssm
+++ b/manual/pt_BR/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-12-01
+ :published: 2010-12-02
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/ro/user_customization-runtime.ssi b/manual/pt_BR/user_customization-runtime.new.ssi
similarity index 80%
copy from manual/ro/user_customization-runtime.ssi
copy to manual/pt_BR/user_customization-runtime.new.ssi
index 857ef66..e2c32ec 100644
--- a/manual/ro/user_customization-runtime.ssi
+++ b/manual/pt_BR/user_customization-runtime.new.ssi
@@ -1,13 +1,18 @@
-B~ Customization at Runtime
+:B~ Customizing run time behaviours
 
-All configuration that is done during runtime is done by live-config. Here
+1~customizing-run-time-behaviours Customizing run time behaviours
+
+All configuration that is done during run time is done by live-config. Here
 are some most common options of live-config that users are interested in. A
 full list of all possibilities can be found in the manpage of live-config.
 
-1~ User
+2~ Customizing the live user
 
-One important consideration is that the live user is created by live-boot
-during bootup, it is not created by live-build when building the image.
+One important consideration is that the live user is created by live-boot at
+boot time, not by live-build at build time. This not only influences where
+materials relating to the live user are introduced in your build, as
+discussed in {Live/chroot local includes}#live-chroot-local-includes, but
+also any groups and permissions associated with the live user.
 
 You can specify additional groups that the live user will belong to by
 preseeding the #{passwd/user-default-groups}# debconf value. For example, to
@@ -21,7 +26,7 @@ plugdev netdev powerdev fuse
 
 }code
 
-1~ Language
+2~customizing-locale-and-language Customizing locale and language
 
 When the live system boots, language is involved in three steps:
 
@@ -31,7 +36,58 @@ _* setting the keyboard layout for the console
 
 _* setting the keyboard layout for X
 
-To define the locale that should be generated, use the #{locale}# parameter
+3~ 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.
+
+3~ l10n Packages
+
+% FIXME: not a run time configuration! Belongs in packages chapter. (See
+--tasks discussion.)
+
+An experimental feature of live-build is to automatically check for each
+package for which it is known 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}#.
+
+3~ Language
+
+To define the locale that should be generated, use the #{locales}# parameter
 into the #{--bootappend-live}# option of #{lb config}#, e.g.:
 
 code{
diff --git a/manual/ro/live-manual.ssm b/manual/ro/live-manual.ssm
index 4a2fc10..f4ff8cf 100644
--- a/manual/ro/live-manual.ssm
+++ b/manual/ro/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-12-01
+ :published: 2010-12-02
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/ro/user_customization-runtime.ssi b/manual/ro/user_customization-runtime.new.ssi
similarity index 80%
copy from manual/ro/user_customization-runtime.ssi
copy to manual/ro/user_customization-runtime.new.ssi
index 857ef66..e2c32ec 100644
--- a/manual/ro/user_customization-runtime.ssi
+++ b/manual/ro/user_customization-runtime.new.ssi
@@ -1,13 +1,18 @@
-B~ Customization at Runtime
+:B~ Customizing run time behaviours
 
-All configuration that is done during runtime is done by live-config. Here
+1~customizing-run-time-behaviours Customizing run time behaviours
+
+All configuration that is done during run time is done by live-config. Here
 are some most common options of live-config that users are interested in. A
 full list of all possibilities can be found in the manpage of live-config.
 
-1~ User
+2~ Customizing the live user
 
-One important consideration is that the live user is created by live-boot
-during bootup, it is not created by live-build when building the image.
+One important consideration is that the live user is created by live-boot at
+boot time, not by live-build at build time. This not only influences where
+materials relating to the live user are introduced in your build, as
+discussed in {Live/chroot local includes}#live-chroot-local-includes, but
+also any groups and permissions associated with the live user.
 
 You can specify additional groups that the live user will belong to by
 preseeding the #{passwd/user-default-groups}# debconf value. For example, to
@@ -21,7 +26,7 @@ plugdev netdev powerdev fuse
 
 }code
 
-1~ Language
+2~customizing-locale-and-language Customizing locale and language
 
 When the live system boots, language is involved in three steps:
 
@@ -31,7 +36,58 @@ _* setting the keyboard layout for the console
 
 _* setting the keyboard layout for X
 
-To define the locale that should be generated, use the #{locale}# parameter
+3~ 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.
+
+3~ l10n Packages
+
+% FIXME: not a run time configuration! Belongs in packages chapter. (See
+--tasks discussion.)
+
+An experimental feature of live-build is to automatically check for each
+package for which it is known 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}#.
+
+3~ Language
+
+To define the locale that should be generated, use the #{locales}# parameter
 into the #{--bootappend-live}# option of #{lb config}#, e.g.:
 
 code{

-- 
live-manual



More information about the debian-live-changes mailing list