[SCM] live-manual branch, debian, updated. debian/2.0_a5-1-22-g096e907

Daniel Baumann daniel at debian.org
Fri Sep 17 21:51:57 UTC 2010


The following commit has been merged in the debian branch:
commit 31656275e7e177c25c8060d9d9a8fb1303e94164
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Sep 17 23:44:11 2010 +0200

    Regenerating po files.

diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
index a247788..25cf154 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-09-09
+ :published: 2010-09-17
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
@@ -35,14 +35,14 @@
 
 << user_overview.ssi
 
+<< user_customization-packages.ssi
+
 :B~ Development ~#
 
 :B~ Project ~#
 
 :B~ Other ~#
 
-<< other_customization-packages.ssi
-
 << other_customization-contents.ssi
 
 << other_customization-internationalization.ssi
diff --git a/manual/de/other_live-environment.ssi b/manual/de/other_live-environment.ssi
index 8924b1c..cae3855 100644
--- a/manual/de/other_live-environment.ssi
+++ b/manual/de/other_live-environment.ssi
@@ -110,7 +110,7 @@ configure console layout using X (XKB) definitions; you can then setup your
 keyboard layout more precisely with #{klayout}#, #{kvariant}#, #{koptions}#
 and #{kmodel}# variables; #{live-initramfs}# will use also these parameters
 for X configuration. For example, to set up a french system with a
-french-dvorak layout (called Bépo) on a TypeMatrix keyboard, both in
+french-dvorak layout (called B????po) on a TypeMatrix keyboard, both in
 console and X11, use:
 
 code{
diff --git a/manual/de/user_basics.ssi b/manual/de/user_basics.ssi
index b962177..f28e781 100644
--- a/manual/de/user_basics.ssi
+++ b/manual/de/user_basics.ssi
@@ -283,13 +283,13 @@ subnet 192.168.1.0 netmask 255.255.255.0 {   # 192.168.1.0/24
   allow bootp;
 
   # for net booting, server where the first file to be loaded (by TFTP
-  # protocol) ("filename" following definition) lies : so the TFTP
+  # protocol) ("filename" following definition) lies??: so the TFTP
   # server's name.
   next-server myserver;
 
-  # net boot configuration for guests with a PXE client :
+  # net boot configuration for guests with a PXE client??:
   if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
-    # Note : all files for PXE are relatives to the TFTP server's root
+    # Note??: all files for PXE are relatives to the TFTP server's root
 
     # PXE boot loader (first program to be loaded, by TFTP)
     filename "pxelinux.0";
diff --git a/manual/de/other_customization-packages.ssi b/manual/de/user_customization-packages.ssi
similarity index 64%
rename from manual/de/other_customization-packages.ssi
rename to manual/de/user_customization-packages.ssi
index 4767c3e..6c75a3b 100644
--- a/manual/de/other_customization-packages.ssi
+++ b/manual/de/user_customization-packages.ssi
@@ -10,51 +10,59 @@ _* Installing modified packages
 
 3~ Debian repositories
 
-To set a local mirror (used to ''build'' the live-cd)
+To set a local mirror (used to 'build' the live system)
 
 code{
 
-$ lh config --mirror-bootstrap "http://local.intra.net/debian/"
---mirror-chroot "http://local.intra.net/debian/"
+$ lb config --mirror-bootstrap http://localhost/debian/ --mirror-chroot
+http://localhost/debian/
 
 }code
 
-The generic mirror is added to the live-system's /etc/apt/sources.list.
+The generic mirror is added to the live system's /etc/apt/sources.list.
 
 code{
 
-$ lh config --mirror-binary "http://ftp.debian.org/debian/"
+$ lb config --mirror-binary http://ftp.debian.org/debian/
 
 }code
 
-Note: It is not used for building the live-cd but to install new software
-while using the live-cd.
+Note: It is not used for building the live system but to install new
+software while using the live system.
 
-It can be disabled by setting binary indices parameter to disabled
+It can be disabled by setting the binary mirror to the same value as the
+chroot mirror.
+
+Note: the same applies for mirror chroot security and mirror binary security
 
 code{
 
-$ lh config --binary-indices disabled
+$ lb config --mirror-chroot-security {URL} $ lb config
+--mirror-binary-security {URL}
 
 }code
 
-Note: the same applies for mirror chroot security and mirror binary security
+If you don't want to include apt indices, you can skip those with:
 
 code{
 
-$ lh config --mirror-chroot-security {URL} $ lh config
---mirror-binary-security {URL}
+$ lb config --binary-indices false
 
 }code
 
+This will not influence the entries in /etc/apt/sources.list, but only if
+/var/lib/apt contains the indices files or not (and by that making the image
+smaller).
+
 3~ Own repository
 
-To add more repositories (e.g. backports, experimental packages, etc.),
-create #{config/chroot_sources/your-cdd-repo.{chroot,binary}}# file.
+To add more repositories (e.g. backports, experimental or custom packages,
+etc.), create #{config/chroot_sources/your-repository.{chroot,binary}}#
+files.
 
 e.g. #{config/chroot_sources/live.chroot}# allows you to install packages
-from the debian live snapshot repository at live-cd build time (you have to
-add the packages in your package list):
+from the debian live snapshot repository at live system build time (you have
+to add the packages in your package list):
 
 code{
 
@@ -68,13 +76,23 @@ will be added to your live-system's #{/etc/apt/sources.list}#.
 If such files exist, they will be picked up automatically.
 
 You can also put the gpg-key used to sign the repository into
-config/chroot_sources/foo.{binary,chroot}.gpg
+config/chroot_sources/your-repository.{binary,chroot}.gpg
+
+Note: some preconfigured package repositories are available for easy
+selection through the --repository switch, e.g. for enabling live snapshots,
+a simple command is enough to enable it:
+
+code{
+
+$ lb config --repository live.debian.net
+
+}code
 
 3~ Package installation
 
 You can elect to use either #{apt}# or #{aptitude}# when installing
-packages. Which utility is used is governed by the #{LH_APT}# variable in
-#{config/chroot}# or by the #{--apt}# argument to #{lh config}#:
+packages. Which utility is used is governed by the #{LB_APT}# variable in
+#{config/chroot}# or by the #{--apt}# argument to #{lb config}#:
 
 _* #{apt}#: Specifying a missing package causes package installation to
 fail, which may not be the desired behaviour. This is the default setting
@@ -89,7 +107,7 @@ for building images for Etch.
 live-helper has a number of mechanisms for indicating that additional
 packages should be installed, including:
 
-_* The #{LH_PACKAGES}# variable
+_* The #{LB_PACKAGES}# variable
 
 _* Package lists
 
@@ -97,14 +115,14 @@ _* Local packages (#{chroot_local-packages/}#)
 
 _* Tasks
 
-3~ The #{LH_PACKAGES}# variable
+3~ The #{LB_PACKAGES}# variable
 
-To install additional packages, simply add them to the #{LH_PACKAGES}#
+To install additional packages, simply add them to the #{LB_PACKAGES}#
 variable in #{config/chroot}#. For example:
 
 code{
 
-LH_PACKAGES="package1 package2 package3 ... "
+LB_PACKAGES="package1 package2 package3 ... "
 
 }code
 
@@ -112,13 +130,13 @@ You can also specify initial values on the command line:
 
 code{
 
-$ lh config --packages "package1 package2 package3"
+$ lb config --packages "package1 package2 package3"
 
 }code
 
-The behaviour of live-helper when specifying a package that does not exist
-is determined by your choice of APT utility. See package-installation for
-more details.  % FIXME: <xref linkend="package-installation"/>
+The behaviour of live-build when specifying a package that does not exist is
+determined by your choice of APT utility. See package-installation for more
+details.  % FIXME: <xref linkend="package-installation"/>
 
 If you need to specify a large number of packages to be installed or you
 need flexibility regarding which packages to install, you should probably be
@@ -128,52 +146,50 @@ linkend="package-lists"/>
 3~ Package lists
 
 Package lists are a powerful way of expressing which packages should be
-installed. live-helper ships with a number of predefined package lists which
-provide sensible default package selections for the GNOME and KDE desktop
+installed. live-build ships with a number of predefined package lists which
+provide sensible default package selections for the major desktop
 environments, as well as standard systems.
 
-To specify a package list, add the name of the list to the
-#{LH_PACKAGES_LISTS}# variable in #{config/chroot}#. For example:
+To specify one or more package list, you can use:
+
+code{
+
+$ lb config --packages-lists "list1 list2 list3"
+
+}code
 
-_* #{LH_PACKAGES_LISTS="gnome"}#: Package lists that are distributed with
-live-helper reside in the #{/usr/share/live-helper/lists}# directory.
+Note: Package lists that are distributed with live-build reside in the
+#{/usr/share/live/build/lists}# directory.
 
 *{Local packages lists}*
 
 You may supplement the supplied lists using local package lists stored in
 #{config/chroot_local-packageslists}#.
 
-Package lists that exist in this directory always override package lists
-distributed with live-helper. This can cause undesired effects when.
-
-Note: live-helper 2.x change
-
-Any file with #{.list}# suffix in #{config/chroot_local-packageslists}# is
-automatically enabled, the variable LH_PACKAGES_LISTS should only be used
-referencing packages lists included in live-helper (at
-#{/usr/share/live-helper/lists/}#.
+Package lists that exist in this directory need to have a #{.list}# suffix
+in order to be processed. Local packages lists always override package lists
+distributed with live-build. This can cause undesired effects, we therefore
+recommend to use unique names for local packages lists.
 
 *{Extending a provided package list using includes}*
 
-FIXME
+% FIXME
 
 % code{ % % #include <gnome> % iceweasel % % }code
 
-The package lists that are included with live-helper make extensive use of
-includes. They are available to view in the #{/usr/share/live-helper/lists}#
+The package lists that are included with live-build make extensive use of
+includes. They are available to view in the #{/usr/share/live/build/lists}#
 directory.
 
 *{Using conditionals inside packages lists}*
 
-FIXME
-
 code{
 
 #if ARCHITECTURE amd64 ia32-libs #endif
 
 }code
 
-or if #{LH_ARCHITECTURE}# is set to #{i386}# or #{amd64}#:
+or if #{LB_ARCHITECTURE}# is set to #{i386}# or #{amd64}#:
 
 code{
 
@@ -181,11 +197,11 @@ code{
 
 }code
 
-or if #{LH_SECTIONS}# contains either #{contrib}# or #{non-free}#:
+or if #{LB_ARCHIVE_AREAS}# contains either #{contrib}# or #{non-free}#:
 
 code{
 
-#if SECTIONS contrib non-free vrms #endif
+#if ARCHIVE_AREAS contrib non-free vrms #endif
 
 }code
 
@@ -197,14 +213,14 @@ code{
 
 }code
 
-Any live-helper configuration variable that begins with #{LH_}# can be
-tested in this way.
+Any live-build configuration variable that begins with #{LB_}# can be tested
+in this way.
 
 The nesting of conditionals is not supported.
 
 3~ Tasks
 
-FIXME
+%FIXME
 
 2~ Installing modified or third-party packages
 
@@ -240,7 +256,7 @@ directory will be automatically installed into the live system during build
 - you do not need to specify them elsewhere.
 
 Packages *{must}* be named in the prescribed way. One simple way to do this
-is to use #{dpkg-name}#. FIXME
+is to use #{dpkg-name}#.
 
 Using #{chroot_local-packages}# for installation of custom packages has
 disadvantages:
@@ -255,11 +271,9 @@ control
 
 3~ Using an APT repository to install custom packages
 
-FIXME
-
 Unlike using #{chroot_local-packages}#, when using a custom APT repository
-you must ensure that you specify the packages elsewhere. See lh-packages for
-details.  % FIXME: <xref linkend="lh-packages"/>
+you must ensure that you specify the packages elsewhere. See lb-packages for
+details.  % FIXME: <xref linkend="lb-packages"/>
 
 Whilst it may seem unnecessary effort to create an APT repository to install
 custom packages, the infrastructure can be easily re-used at a later date to
@@ -267,7 +281,7 @@ offer updates of the modified packages.
 
 3~ Custom packages and APT
 
-live-helper uses APT to install all packages into the live system so will
+live-build uses APT to install all packages into the live system so will
 therefore inherit behaviours from this program. One relevant example is that
 (assuming a default configuration) given a package available in two
 different repositories with different version numbers, APT will elect to
@@ -282,8 +296,6 @@ linkend="apt-preferences"/>
 
 3~ Altering APT preferences during Live system
 
-FIXME
-
 Whilst it may seem unnecessary effort to create an APT repository to install
 custom packages, the infrastructure can be easily re-used at a later date to
 offer updates of the modified package.
diff --git a/manual/en/live-manual.ssm b/manual/en/live-manual.ssm
index a86b321..25cf154 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-09-09
+ :published: 2010-09-17
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/po/de/about_manual.ssi.po b/manual/po/de/about_manual.ssi.po
index 5d1d185..b35af59 100644
--- a/manual/po/de/about_manual.ssi.po
+++ b/manual/po/de/about_manual.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 14:53+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
@@ -288,18 +288,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
@@ -311,23 +300,33 @@ msgstr ""
 #: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
 #: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
 #: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
-#: en/other_live-environment.ssi:133 en/other_overview.ssi:54
-#: en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111 en/user_basics.ssi:34
-#: en/user_basics.ssi:45 en/user_basics.ssi:58 en/user_basics.ssi:70
-#: en/user_basics.ssi:84 en/user_basics.ssi:99 en/user_basics.ssi:107
-#: en/user_basics.ssi:115 en/user_basics.ssi:125 en/user_basics.ssi:137
-#: en/user_basics.ssi:149 en/user_basics.ssi:157 en/user_basics.ssi:165
-#: en/user_basics.ssi:179 en/user_basics.ssi:187 en/user_basics.ssi:197
-#: en/user_basics.ssi:249 en/user_basics.ssi:265 en/user_basics.ssi:273
-#: en/user_basics.ssi:293 en/user_basics.ssi:318 en/user_installation.ssi:38
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
 #: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
@@ -352,18 +351,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
@@ -375,23 +363,33 @@ msgstr ""
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137 en/user_basics.ssi:38
-#: en/user_basics.ssi:49 en/user_basics.ssi:64 en/user_basics.ssi:74
-#: en/user_basics.ssi:90 en/user_basics.ssi:103 en/user_basics.ssi:111
-#: en/user_basics.ssi:119 en/user_basics.ssi:129 en/user_basics.ssi:143
-#: en/user_basics.ssi:153 en/user_basics.ssi:161 en/user_basics.ssi:169
-#: en/user_basics.ssi:183 en/user_basics.ssi:191 en/user_basics.ssi:201
-#: en/user_basics.ssi:241 en/user_basics.ssi:269 en/user_basics.ssi:277
-#: en/user_basics.ssi:304 en/user_basics.ssi:343 en/user_installation.ssi:42
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
-#: en/user_installation.ssi:137
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/po/de/about_project.ssi.po b/manual/po/de/about_project.ssi.po
index be0ae9c..50f6fa3 100644
--- a/manual/po/de/about_project.ssi.po
+++ b/manual/po/de/about_project.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 14:53+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
diff --git a/manual/po/de/live-manual.ssm.po b/manual/po/de/live-manual.ssm.po
index 407ebb8..a9eb26b 100644
--- a/manual/po/de/live-manual.ssm.po
+++ b/manual/po/de/live-manual.ssm.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-09 09:38+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-09-09\n"
+" :published: 2010-09-17\n"
 msgstr ""
 
 #. type: Plain text
@@ -106,22 +106,22 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:39
-msgid ":B~ Development ~#"
+msgid "<< user_customization-packages.ssi"
 msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:41
-msgid ":B~ Project ~#"
+msgid ":B~ Development ~#"
 msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:43
-msgid ":B~ Other ~#"
+msgid ":B~ Project ~#"
 msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:45
-msgid "<< other_customization-packages.ssi"
+msgid ":B~ Other ~#"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/de/other_coding-style.ssi.po b/manual/po/de/other_coding-style.ssi.po
index 2c544a8..f5c196c 100644
--- a/manual/po/de/other_coding-style.ssi.po
+++ b/manual/po/de/other_coding-style.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/po/de/other_common-tasks.ssi.po b/manual/po/de/other_common-tasks.ssi.po
index ab470a3..77c79b7 100644
--- a/manual/po/de/other_common-tasks.ssi.po
+++ b/manual/po/de/other_common-tasks.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/po/de/other_configuration-files.ssi.po b/manual/po/de/other_configuration-files.ssi.po
index d5a608e..7dc9c1b 100644
--- a/manual/po/de/other_configuration-files.ssi.po
+++ b/manual/po/de/other_configuration-files.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
diff --git a/manual/po/de/other_configuration-layout.ssi.po b/manual/po/de/other_configuration-layout.ssi.po
index a9a4ba0..c44cca5 100644
--- a/manual/po/de/other_configuration-layout.ssi.po
+++ b/manual/po/de/other_configuration-layout.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
diff --git a/manual/po/de/other_customization-backports.ssi.po b/manual/po/de/other_customization-backports.ssi.po
index 95bcb72..dd0294a 100644
--- a/manual/po/de/other_customization-backports.ssi.po
+++ b/manual/po/de/other_customization-backports.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/po/de/other_customization-binary.ssi.po b/manual/po/de/other_customization-binary.ssi.po
index d452991..2dc80b3 100644
--- a/manual/po/de/other_customization-binary.ssi.po
+++ b/manual/po/de/other_customization-binary.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
diff --git a/manual/po/de/other_customization-bootup.ssi.po b/manual/po/de/other_customization-bootup.ssi.po
index a127f53..4156193 100644
--- a/manual/po/de/other_customization-bootup.ssi.po
+++ b/manual/po/de/other_customization-bootup.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
@@ -160,12 +155,7 @@ msgstr ""
 #: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
 #: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
 #: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
+#: en/other_customization-contents.ssi:60 en/other_live-environment.ssi:8
 #: en/other_resources.ssi:8 en/other_success-stories.ssi:7
 msgid "FIXME"
 msgstr ""
diff --git a/manual/po/de/other_customization-contents.ssi.po b/manual/po/de/other_customization-contents.ssi.po
index d6a99d0..e8661c5 100644
--- a/manual/po/de/other_customization-contents.ssi.po
+++ b/manual/po/de/other_customization-contents.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
@@ -142,12 +137,7 @@ msgstr ""
 #: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
 #: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
 #: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
+#: en/other_customization-contents.ssi:60 en/other_live-environment.ssi:8
 #: en/other_resources.ssi:8 en/other_success-stories.ssi:7
 msgid "FIXME"
 msgstr ""
diff --git a/manual/po/de/other_customization-internationalization.ssi.po b/manual/po/de/other_customization-internationalization.ssi.po
index 5fe9215..525d231 100644
--- a/manual/po/de/other_customization-internationalization.ssi.po
+++ b/manual/po/de/other_customization-internationalization.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
@@ -187,7 +182,7 @@ msgstr ""
 
 #. type: Plain text
 #: en/other_customization-internationalization.ssi:32
-#: en/other_installation.ssi:46
+#: en/user_installation.ssi:44
 msgid "or"
 msgstr ""
 
diff --git a/manual/po/de/other_faq.ssi.po b/manual/po/de/other_faq.ssi.po
index 5de92e7..640b515 100644
--- a/manual/po/de/other_faq.ssi.po
+++ b/manual/po/de/other_faq.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/po/de/other_howtos.ssi.po b/manual/po/de/other_howtos.ssi.po
index c080ab7..2324067 100644
--- a/manual/po/de/other_howtos.ssi.po
+++ b/manual/po/de/other_howtos.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/po/de/other_live-environment.ssi.po b/manual/po/de/other_live-environment.ssi.po
index 2f6136c..fcd5a95 100644
--- a/manual/po/de/other_live-environment.ssi.po
+++ b/manual/po/de/other_live-environment.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
@@ -142,12 +137,7 @@ msgstr ""
 #: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
 #: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
 #: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
+#: en/other_customization-contents.ssi:60 en/other_live-environment.ssi:8
 #: en/other_resources.ssi:8 en/other_success-stories.ssi:7
 msgid "FIXME"
 msgstr ""
@@ -335,7 +325,7 @@ msgid ""
 "keyboard layout more precisely with #{klayout}#, #{kvariant}#, #{koptions}# "
 "and #{kmodel}# variables; #{live-initramfs}# will use also these parameters "
 "for X configuration. For example, to set up a french system with a french-"
-"dvorak layout (called Bépo) on a TypeMatrix keyboard, both in console and "
+"dvorak layout (called Bpo) on a TypeMatrix keyboard, both in console and "
 "X11, use:"
 msgstr ""
 
diff --git a/manual/po/de/other_procedures.ssi.po b/manual/po/de/other_procedures.ssi.po
index 7954bb2..a4cc49f 100644
--- a/manual/po/de/other_procedures.ssi.po
+++ b/manual/po/de/other_procedures.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/po/de/other_reporting-bugs.ssi.po b/manual/po/de/other_reporting-bugs.ssi.po
index 5857fcc..0403cfb 100644
--- a/manual/po/de/other_reporting-bugs.ssi.po
+++ b/manual/po/de/other_reporting-bugs.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
diff --git a/manual/po/de/other_resources.ssi.po b/manual/po/de/other_resources.ssi.po
index e5ff885..68fecb5 100644
--- a/manual/po/de/other_resources.ssi.po
+++ b/manual/po/de/other_resources.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
@@ -21,12 +21,7 @@ msgstr ""
 #: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
 #: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
 #: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
+#: en/other_customization-contents.ssi:60 en/other_live-environment.ssi:8
 #: en/other_resources.ssi:8 en/other_success-stories.ssi:7
 msgid "FIXME"
 msgstr ""
diff --git a/manual/po/de/other_success-stories.ssi.po b/manual/po/de/other_success-stories.ssi.po
index b0398a9..c30dc7e 100644
--- a/manual/po/de/other_success-stories.ssi.po
+++ b/manual/po/de/other_success-stories.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
@@ -21,12 +21,7 @@ msgstr ""
 #: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
 #: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
 #: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
+#: en/other_customization-contents.ssi:60 en/other_live-environment.ssi:8
 #: en/other_resources.ssi:8 en/other_success-stories.ssi:7
 msgid "FIXME"
 msgstr ""
diff --git a/manual/po/de/other_troubleshooting.ssi.po b/manual/po/de/other_troubleshooting.ssi.po
index 5447c64..2f8539b 100644
--- a/manual/po/de/other_troubleshooting.ssi.po
+++ b/manual/po/de/other_troubleshooting.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
diff --git a/manual/po/de/other_use-cases.ssi.po b/manual/po/de/other_use-cases.ssi.po
index 8ca02b7..be92d23 100644
--- a/manual/po/de/other_use-cases.ssi.po
+++ b/manual/po/de/other_use-cases.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/po/de/user_basics.ssi.po b/manual/po/de/user_basics.ssi.po
index 3ade27e..12cf317 100644
--- a/manual/po/de/user_basics.ssi.po
+++ b/manual/po/de/user_basics.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 14:53+0300\n"
-"PO-Revision-Date: 2010-09-07 14:53+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
@@ -32,18 +32,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
@@ -55,23 +44,33 @@ msgstr ""
 #: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
 #: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
 #: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
-#: en/other_live-environment.ssi:133 en/other_overview.ssi:54
-#: en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111 en/user_basics.ssi:34
-#: en/user_basics.ssi:45 en/user_basics.ssi:58 en/user_basics.ssi:70
-#: en/user_basics.ssi:84 en/user_basics.ssi:99 en/user_basics.ssi:107
-#: en/user_basics.ssi:115 en/user_basics.ssi:125 en/user_basics.ssi:137
-#: en/user_basics.ssi:149 en/user_basics.ssi:157 en/user_basics.ssi:165
-#: en/user_basics.ssi:179 en/user_basics.ssi:187 en/user_basics.ssi:197
-#: en/user_basics.ssi:249 en/user_basics.ssi:265 en/user_basics.ssi:273
-#: en/user_basics.ssi:293 en/user_basics.ssi:318 en/user_installation.ssi:38
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
 #: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
@@ -91,18 +90,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
@@ -114,23 +102,33 @@ msgstr ""
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137 en/user_basics.ssi:38
-#: en/user_basics.ssi:49 en/user_basics.ssi:64 en/user_basics.ssi:74
-#: en/user_basics.ssi:90 en/user_basics.ssi:103 en/user_basics.ssi:111
-#: en/user_basics.ssi:119 en/user_basics.ssi:129 en/user_basics.ssi:143
-#: en/user_basics.ssi:153 en/user_basics.ssi:161 en/user_basics.ssi:169
-#: en/user_basics.ssi:183 en/user_basics.ssi:191 en/user_basics.ssi:201
-#: en/user_basics.ssi:241 en/user_basics.ssi:269 en/user_basics.ssi:277
-#: en/user_basics.ssi:304 en/user_basics.ssi:343 en/user_installation.ssi:42
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
-#: en/user_installation.ssi:137
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
@@ -604,7 +602,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "  # for net booting, server where the first file to be loaded (by TFTP\n"
-"  # protocol) (\"filename\" following definition) lies : so the TFTP\n"
+"  # protocol) (\"filename\" following definition) lies: so the TFTP\n"
 "  # server's name.\n"
 "  next-server myserver;\n"
 msgstr ""
@@ -613,9 +611,9 @@ msgstr ""
 #: en/user_basics.ssi:233
 #, no-wrap
 msgid ""
-"  # net boot configuration for guests with a PXE client :\n"
+"  # net boot configuration for guests with a PXE client:\n"
 "  if substring (option vendor-class-identifier, 0, 9) = \"PXEClient\" {\n"
-"    # Note : all files for PXE are relatives to the TFTP server's root\n"
+"    # Note: all files for PXE are relatives to the TFTP server's root\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/de/other_customization-packages.ssi.po b/manual/po/de/user_customization-packages.ssi.po
similarity index 50%
rename from manual/po/de/other_customization-packages.ssi.po
rename to manual/po/de/user_customization-packages.ssi.po
index 8743c40..6826f67 100644
--- a/manual/po/de/other_customization-packages.ssi.po
+++ b/manual/po/de/user_customization-packages.ssi.po
@@ -6,27 +6,20 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
-"PO-Revision-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,199 +90,218 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-bootup.ssi:8 en/other_customization-bootup.ssi:14
-#: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
-#: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
-#: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
-#: en/other_resources.ssi:8 en/other_success-stories.ssi:7
-msgid "FIXME"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-packages.ssi:2
+#: en/user_customization-packages.ssi:2
 msgid ":B~ Customising package installation"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:4
+#: en/user_customization-packages.ssi:4
 msgid "1~ Customising package installation"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:6
+#: en/user_customization-packages.ssi:6
 msgid "_* Selecting additional packages to be installed"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:8
+#: en/user_customization-packages.ssi:8
 msgid "_* Installing modified packages"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:10
+#: en/user_customization-packages.ssi:10
 msgid "2~ Package sources"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:12
+#: en/user_customization-packages.ssi:12
 msgid "3~ Debian repositories"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:14
-msgid "To set a local mirror (used to ''build'' the live-cd)"
+#: en/user_customization-packages.ssi:14
+msgid "To set a local mirror (used to 'build' the live system)"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:18
+#: en/user_customization-packages.ssi:18
 msgid ""
-"$ lh config --mirror-bootstrap \"http://local.intra.net/debian/\" --mirror-"
-"chroot \"http://local.intra.net/debian/\""
+"$ lb config --mirror-bootstrap http://localhost/debian/ --mirror-chroot "
+"http://localhost/debian/"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:22
-msgid "The generic mirror is added to the live-system's /etc/apt/sources.list."
+#: en/user_customization-packages.ssi:22
+msgid "The generic mirror is added to the live system's /etc/apt/sources.list."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:26
-msgid "$ lh config --mirror-binary \"http://ftp.debian.org/debian/\""
+#: en/user_customization-packages.ssi:26
+msgid "$ lb config --mirror-binary http://ftp.debian.org/debian/"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:30
+#: en/user_customization-packages.ssi:30
 msgid ""
-"Note: It is not used for building the live-cd but to install new software "
-"while using the live-cd."
+"Note: It is not used for building the live system but to install new "
+"software while using the live system."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:32
-msgid "It can be disabled by setting binary indices parameter to disabled"
+#: en/user_customization-packages.ssi:32
+msgid ""
+"It can be disabled by setting the binary mirror to the same value as the "
+"chroot mirror."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:36
-msgid "$ lh config --binary-indices disabled"
+#: en/user_customization-packages.ssi:34
+msgid ""
+"Note: the same applies for mirror chroot security and mirror binary security"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:40
+#: en/user_customization-packages.ssi:39
 msgid ""
-"Note: the same applies for mirror chroot security and mirror binary security"
+"$ lb config --mirror-chroot-security {URL} $ lb config --mirror-binary-"
+"security {URL}"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:45
+#: en/user_customization-packages.ssi:43
+msgid "If you don't want to include apt indices, you can skip those with:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:47
+msgid "$ lb config --binary-indices false"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:51
 msgid ""
-"$ lh config --mirror-chroot-security {URL} $ lh config --mirror-binary-"
-"security {URL}"
+"This will not influence the entries in /etc/apt/sources.list, but only if /"
+"var/lib/apt contains the indices files or not (and by that making the image "
+"smaller)."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:49
+#: en/user_customization-packages.ssi:53
 msgid "3~ Own repository"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:51
+#: en/user_customization-packages.ssi:55
 msgid ""
-"To add more repositories (e.g. backports, experimental packages, etc.), "
-"create #{config/chroot_sources/your-cdd-repo.{chroot,binary}}# file."
+"To add more repositories (e.g. backports, experimental or custom packages, "
+"etc.), create #{config/chroot_sources/your-repository.{chroot,binary}}# "
+"files."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:57
 msgid ""
 "e.g. #{config/chroot_sources/live.chroot}# allows you to install packages "
-"from the debian live snapshot repository at live-cd build time (you have to "
-"add the packages in your package list):"
+"from the debian live snapshot repository at live system build time (you have "
+"to add the packages in your package list):"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:57
+#: en/user_customization-packages.ssi:61
 msgid "deb http://live.debian.net/ sid-snapshots main contrib non-free"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:61
+#: en/user_customization-packages.ssi:65
 msgid ""
 "If you add the line to #{config/chroot_sources/live.binary}# the repository "
 "will be added to your live-system's #{/etc/apt/sources.list}#."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:67
 msgid "If such files exist, they will be picked up automatically."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:65
+#: en/user_customization-packages.ssi:69
 msgid ""
 "You can also put the gpg-key used to sign the repository into config/"
-"chroot_sources/foo.{binary,chroot}.gpg"
+"chroot_sources/your-repository.{binary,chroot}.gpg"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:67
+#: en/user_customization-packages.ssi:71
+msgid ""
+"Note: some preconfigured package repositories are available for easy "
+"selection through the --repository switch, e.g. for enabling live snapshots, "
+"a simple command is enough to enable it:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:75
+msgid "$ lb config --repository live.debian.net"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:79
 msgid "3~ Package installation"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:69
+#: en/user_customization-packages.ssi:81
 msgid ""
 "You can elect to use either #{apt}# or #{aptitude}# when installing "
-"packages. Which utility is used is governed by the #{LH_APT}# variable in #"
-"{config/chroot}# or by the #{--apt}# argument to #{lh config}#:"
+"packages. Which utility is used is governed by the #{LB_APT}# variable in #"
+"{config/chroot}# or by the #{--apt}# argument to #{lb config}#:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:71
+#: en/user_customization-packages.ssi:83
 msgid ""
 "_* #{apt}#: Specifying a missing package causes package installation to "
 "fail, which may not be the desired behaviour. This is the default setting "
@@ -300,7 +309,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:85
 msgid ""
 "_* #{aptitude}#: Specifying a missing package causes package installation to "
 "succeed, which may not be the desired behaviour. This is the default setting "
@@ -308,74 +317,74 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:75
+#: en/user_customization-packages.ssi:87
 msgid "2~ Installing additional packages"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:89
 msgid ""
 "live-helper has a number of mechanisms for indicating that additional "
 "packages should be installed, including:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:79
-msgid "_* The #{LH_PACKAGES}# variable"
+#: en/user_customization-packages.ssi:91
+msgid "_* The #{LB_PACKAGES}# variable"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:81
+#: en/user_customization-packages.ssi:93
 msgid "_* Package lists"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:83
+#: en/user_customization-packages.ssi:95
 msgid "_* Local packages (#{chroot_local-packages/}#)"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:85
+#: en/user_customization-packages.ssi:97
 msgid "_* Tasks"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:87
-msgid "3~ The #{LH_PACKAGES}# variable"
+#: en/user_customization-packages.ssi:99
+msgid "3~ The #{LB_PACKAGES}# variable"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:89
+#: en/user_customization-packages.ssi:101
 msgid ""
-"To install additional packages, simply add them to the #{LH_PACKAGES}# "
+"To install additional packages, simply add them to the #{LB_PACKAGES}# "
 "variable in #{config/chroot}#. For example:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:93
-msgid "LH_PACKAGES=\"package1 package2 package3 ... \""
+#: en/user_customization-packages.ssi:105
+msgid "LB_PACKAGES=\"package1 package2 package3 ... \""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:97
+#: en/user_customization-packages.ssi:109
 msgid "You can also specify initial values on the command line:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:101
-msgid "$ lh config --packages \"package1 package2 package3\""
+#: en/user_customization-packages.ssi:113
+msgid "$ lb config --packages \"package1 package2 package3\""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:106
+#: en/user_customization-packages.ssi:118
 msgid ""
-"The behaviour of live-helper when specifying a package that does not exist "
-"is determined by your choice of APT utility. See package-installation for "
-"more details.  % FIXME: <xref linkend=\"package-installation\"/>"
+"The behaviour of live-build when specifying a package that does not exist is "
+"determined by your choice of APT utility. See package-installation for more "
+"details.  % FIXME: <xref linkend=\"package-installation\"/>"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:109
+#: en/user_customization-packages.ssi:121
 msgid ""
 "If you need to specify a large number of packages to be installed or you "
 "need flexibility regarding which packages to install, you should probably be "
@@ -384,151 +393,152 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:123
 msgid "3~ Package lists"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:113
+#: en/user_customization-packages.ssi:125
 msgid ""
 "Package lists are a powerful way of expressing which packages should be "
-"installed. live-helper ships with a number of predefined package lists which "
-"provide sensible default package selections for the GNOME and KDE desktop "
+"installed. live-build ships with a number of predefined package lists which "
+"provide sensible default package selections for the major desktop "
 "environments, as well as standard systems."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:115
-msgid ""
-"To specify a package list, add the name of the list to the #"
-"{LH_PACKAGES_LISTS}# variable in #{config/chroot}#. For example:"
+#: en/user_customization-packages.ssi:127
+msgid "To specify one or more package list, you can use:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:117
+#: en/user_customization-packages.ssi:131
+msgid "$ lb config --packages-lists \"list1 list2 list3\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:135
 msgid ""
-"_* #{LH_PACKAGES_LISTS=\"gnome\"}#: Package lists that are distributed with "
-"live-helper reside in the #{/usr/share/live-helper/lists}# directory."
+"Note: Package lists that are distributed with live-build reside in the #{/"
+"usr/share/live/build/lists}# directory."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:119
+#: en/user_customization-packages.ssi:137
 #, no-wrap
 msgid "*{Local packages lists}*\n"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:121
+#: en/user_customization-packages.ssi:139
 msgid ""
 "You may supplement the supplied lists using local package lists stored in #"
 "{config/chroot_local-packageslists}#."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:123
+#: en/user_customization-packages.ssi:141
 msgid ""
-"Package lists that exist in this directory always override package lists "
-"distributed with live-helper. This can cause undesired effects when."
+"Package lists that exist in this directory need to have a #{.list}# suffix "
+"in order to be processed. Local packages lists always override package lists "
+"distributed with live-build. This can cause undesired effects, we therefore "
+"recommend to use unique names for local packages lists."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:125
-msgid "Note: live-helper 2.x change"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-packages.ssi:127
-msgid ""
-"Any file with #{.list}# suffix in #{config/chroot_local-packageslists}# is "
-"automatically enabled, the variable LH_PACKAGES_LISTS should only be used "
-"referencing packages lists included in live-helper (at #{/usr/share/live-"
-"helper/lists/}#."
+#: en/user_customization-packages.ssi:143
+#, no-wrap
+msgid "*{Extending a provided package list using includes}*\n"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:129
-#, no-wrap
-msgid "*{Extending a provided package list using includes}*\n"
+#: en/user_customization-packages.ssi:145
+msgid "% FIXME"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:138
+#: en/user_customization-packages.ssi:152
 msgid "% code{ % % #include <gnome> % iceweasel % % }code"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:140
+#: en/user_customization-packages.ssi:154
 msgid ""
-"The package lists that are included with live-helper make extensive use of "
-"includes. They are available to view in the #{/usr/share/live-helper/lists}# "
+"The package lists that are included with live-build make extensive use of "
+"includes. They are available to view in the #{/usr/share/live/build/lists}# "
 "directory."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:156
 #, no-wrap
 msgid "*{Using conditionals inside packages lists}*\n"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:150
+#: en/user_customization-packages.ssi:162
 msgid "#if ARCHITECTURE amd64 ia32-libs #endif"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:154
-msgid "or if #{LH_ARCHITECTURE}# is set to #{i386}# or #{amd64}#:"
+#: en/user_customization-packages.ssi:166
+msgid "or if #{LB_ARCHITECTURE}# is set to #{i386}# or #{amd64}#:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:160
+#: en/user_customization-packages.ssi:172
 msgid "#if ARCHITECTURE i386 amd64 memtest86+ #endif"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:164
-msgid "or if #{LH_SECTIONS}# contains either #{contrib}# or #{non-free}#:"
+#: en/user_customization-packages.ssi:176
+msgid "or if #{LB_ARCHIVE_AREAS}# contains either #{contrib}# or #{non-free}#:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:170
-msgid "#if SECTIONS contrib non-free vrms #endif"
+#: en/user_customization-packages.ssi:182
+msgid "#if ARCHIVE_AREAS contrib non-free vrms #endif"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:186
 msgid "A conditional may surround an #{#include}# directive:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:180
+#: en/user_customization-packages.ssi:192
 msgid "#if ARCHITECTURE amd64 #include <gnome-full> #endif"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:196
 msgid ""
-"Any live-helper configuration variable that begins with #{LH_}# can be "
-"tested in this way."
+"Any live-build configuration variable that begins with #{LB_}# can be tested "
+"in this way."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:186
+#: en/user_customization-packages.ssi:198
 msgid "The nesting of conditionals is not supported."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:188
+#: en/user_customization-packages.ssi:200
 msgid "3~ Tasks"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:192
+#: en/user_customization-packages.ssi:202
+msgid "%FIXME"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:204
 msgid "2~ Installing modified or third-party packages"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:194
+#: en/user_customization-packages.ssi:206
 msgid ""
 "Whilst it is against the philosophy of Debian Live, it may sometimes be "
 "necessary to build a Live system with modified versions of packages that are "
@@ -539,7 +549,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:196
+#: en/user_customization-packages.ssi:208
 msgid ""
 "This section does not cover advice regarding building or maintaining "
 "modified packages. Joachim Breitner's 'How to fork privately' method from "
@@ -550,22 +560,22 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:198
+#: en/user_customization-packages.ssi:210
 msgid "There are two ways of installing modified custom packages:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:200
+#: en/user_customization-packages.ssi:212
 msgid "_* #{chroot_local-packages}#"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:202
+#: en/user_customization-packages.ssi:214
 msgid "_* Using a custom APT repository"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:204
+#: en/user_customization-packages.ssi:216
 msgid ""
 "The #{chroot_local-packages}# is simpler to achieve and useful for \"one-off"
 "\" customisations but has a number of drawbacks, whilst using a custom APT "
@@ -573,12 +583,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:206
+#: en/user_customization-packages.ssi:218
 msgid "3~ Using #{chroot_local-packages}# to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:208
+#: en/user_customization-packages.ssi:220
 msgid ""
 "To install a custom package, simply copy it to the #{config/chroot_local-"
 "packages}# directory. Packages that are inside this directory will be "
@@ -587,53 +597,53 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:210
+#: en/user_customization-packages.ssi:222
 msgid ""
 "Packages *{must}* be named in the prescribed way. One simple way to do this "
-"is to use #{dpkg-name}#. FIXME"
+"is to use #{dpkg-name}#."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:212
+#: en/user_customization-packages.ssi:224
 msgid ""
 "Using #{chroot_local-packages}# for installation of custom packages has "
 "disadvantages:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:214
+#: en/user_customization-packages.ssi:226
 msgid "_* It is not possible to use secure APT"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:216
+#: en/user_customization-packages.ssi:228
 msgid ""
 "_* You must install all appropriate packages in the #{config/chroot_local-"
 "packages}# directory"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:218
+#: en/user_customization-packages.ssi:230
 msgid ""
 "_* It does not lend itself to storing Debian Live configurations in revision "
 "control"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:220
+#: en/user_customization-packages.ssi:232
 msgid "3~ Using an APT repository to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:225
+#: en/user_customization-packages.ssi:235
 msgid ""
 "Unlike using #{chroot_local-packages}#, when using a custom APT repository "
-"you must ensure that you specify the packages elsewhere. See lh-packages for "
-"details.  % FIXME: <xref linkend=\"lh-packages\"/>"
+"you must ensure that you specify the packages elsewhere. See lb-packages for "
+"details.  % FIXME: <xref linkend=\"lb-packages\"/>"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:227
+#: en/user_customization-packages.ssi:237
 msgid ""
 "Whilst it may seem unnecessary effort to create an APT repository to install "
 "custom packages, the infrastructure can be easily re-used at a later date to "
@@ -641,14 +651,14 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:229
+#: en/user_customization-packages.ssi:239
 msgid "3~ Custom packages and APT"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:231
+#: en/user_customization-packages.ssi:241
 msgid ""
-"live-helper uses APT to install all packages into the live system so will "
+"live-build uses APT to install all packages into the live system so will "
 "therefore inherit behaviours from this program. One relevant example is that "
 "(assuming a default configuration) given a package available in two "
 "different repositories with different version numbers, APT will elect to "
@@ -656,7 +666,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:234
+#: en/user_customization-packages.ssi:244
 msgid ""
 "Because of this, you may wish to increment the version number in your custom "
 "packages' #{debian/changelog}# files to ensure that your modified version is "
@@ -667,12 +677,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:236
+#: en/user_customization-packages.ssi:246
 msgid "3~ Altering APT preferences during Live system"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:239
+#: en/user_customization-packages.ssi:247
 msgid ""
 "Whilst it may seem unnecessary effort to create an APT repository to install "
 "custom packages, the infrastructure can be easily re-used at a later date to "
diff --git a/manual/po/de/user_installation.ssi.po b/manual/po/de/user_installation.ssi.po
index 7cf8d67..38ff806 100644
--- a/manual/po/de/user_installation.ssi.po
+++ b/manual/po/de/user_installation.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 14:53+0300\n"
-"PO-Revision-Date: 2010-09-07 14:53+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
@@ -32,18 +32,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
@@ -55,23 +44,33 @@ msgstr ""
 #: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
 #: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
 #: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
-#: en/other_live-environment.ssi:133 en/other_overview.ssi:54
-#: en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111 en/user_basics.ssi:34
-#: en/user_basics.ssi:45 en/user_basics.ssi:58 en/user_basics.ssi:70
-#: en/user_basics.ssi:84 en/user_basics.ssi:99 en/user_basics.ssi:107
-#: en/user_basics.ssi:115 en/user_basics.ssi:125 en/user_basics.ssi:137
-#: en/user_basics.ssi:149 en/user_basics.ssi:157 en/user_basics.ssi:165
-#: en/user_basics.ssi:179 en/user_basics.ssi:187 en/user_basics.ssi:197
-#: en/user_basics.ssi:249 en/user_basics.ssi:265 en/user_basics.ssi:273
-#: en/user_basics.ssi:293 en/user_basics.ssi:318 en/user_installation.ssi:38
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
 #: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
@@ -91,18 +90,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
@@ -114,23 +102,33 @@ msgstr ""
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137 en/user_basics.ssi:38
-#: en/user_basics.ssi:49 en/user_basics.ssi:64 en/user_basics.ssi:74
-#: en/user_basics.ssi:90 en/user_basics.ssi:103 en/user_basics.ssi:111
-#: en/user_basics.ssi:119 en/user_basics.ssi:129 en/user_basics.ssi:143
-#: en/user_basics.ssi:153 en/user_basics.ssi:161 en/user_basics.ssi:169
-#: en/user_basics.ssi:183 en/user_basics.ssi:191 en/user_basics.ssi:201
-#: en/user_basics.ssi:241 en/user_basics.ssi:269 en/user_basics.ssi:277
-#: en/user_basics.ssi:304 en/user_basics.ssi:343 en/user_installation.ssi:42
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
-#: en/user_installation.ssi:137
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/po/de/user_overview.ssi.po b/manual/po/de/user_overview.ssi.po
index 35702b3..9edd2ce 100644
--- a/manual/po/de/user_overview.ssi.po
+++ b/manual/po/de/user_overview.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 15:15+0300\n"
-"PO-Revision-Date: 2010-09-07 15:15+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\n"
+"PO-Revision-Date: 2010-09-17 23:43+0300\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"
 
@@ -32,18 +32,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
@@ -66,7 +55,17 @@ msgstr ""
 #: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
 #: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
 #: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
-#: en/user_basics.ssi:318 en/user_installation.ssi:38
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
@@ -91,18 +90,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
@@ -125,7 +113,17 @@ msgstr ""
 #: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
 #: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
 #: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
-#: en/user_basics.ssi:343 en/user_installation.ssi:42
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
diff --git a/manual/po4a.cfg b/manual/po4a.cfg
index 6fac8c6..7e749f7 100644
--- a/manual/po4a.cfg
+++ b/manual/po4a.cfg
@@ -12,7 +12,6 @@
 [type: text] en/other_customization-bootup.ssi $lang:$lang/other_customization-bootup.ssi
 [type: text] en/other_customization-contents.ssi $lang:$lang/other_customization-contents.ssi
 [type: text] en/other_customization-internationalization.ssi $lang:$lang/other_customization-internationalization.ssi
-[type: text] en/other_customization-packages.ssi $lang:$lang/other_customization-packages.ssi
 [type: text] en/other_faq.ssi $lang:$lang/other_faq.ssi
 [type: text] en/other_howtos.ssi $lang:$lang/other_howtos.ssi
 [type: text] en/other_live-environment.ssi $lang:$lang/other_live-environment.ssi
@@ -23,5 +22,6 @@
 [type: text] en/other_troubleshooting.ssi $lang:$lang/other_troubleshooting.ssi
 [type: text] en/other_use-cases.ssi $lang:$lang/other_use-cases.ssi
 [type: text] en/user_basics.ssi $lang:$lang/user_basics.ssi
+[type: text] en/user_customization-packages.ssi $lang:$lang/user_customization-packages.ssi
 [type: text] en/user_installation.ssi $lang:$lang/user_installation.ssi
 [type: text] en/user_overview.ssi $lang:$lang/user_overview.ssi
diff --git a/manual/pot/about_manual.ssi.pot b/manual/pot/about_manual.ssi.pot
index 80cd759..18ad507 100644
--- a/manual/pot/about_manual.ssi.pot
+++ b/manual/pot/about_manual.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 14:53+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
@@ -288,18 +288,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
@@ -311,23 +300,33 @@ msgstr ""
 #: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
 #: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
 #: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
-#: en/other_live-environment.ssi:133 en/other_overview.ssi:54
-#: en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111 en/user_basics.ssi:34
-#: en/user_basics.ssi:45 en/user_basics.ssi:58 en/user_basics.ssi:70
-#: en/user_basics.ssi:84 en/user_basics.ssi:99 en/user_basics.ssi:107
-#: en/user_basics.ssi:115 en/user_basics.ssi:125 en/user_basics.ssi:137
-#: en/user_basics.ssi:149 en/user_basics.ssi:157 en/user_basics.ssi:165
-#: en/user_basics.ssi:179 en/user_basics.ssi:187 en/user_basics.ssi:197
-#: en/user_basics.ssi:249 en/user_basics.ssi:265 en/user_basics.ssi:273
-#: en/user_basics.ssi:293 en/user_basics.ssi:318 en/user_installation.ssi:38
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
 #: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
@@ -352,18 +351,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
@@ -375,23 +363,33 @@ msgstr ""
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137 en/user_basics.ssi:38
-#: en/user_basics.ssi:49 en/user_basics.ssi:64 en/user_basics.ssi:74
-#: en/user_basics.ssi:90 en/user_basics.ssi:103 en/user_basics.ssi:111
-#: en/user_basics.ssi:119 en/user_basics.ssi:129 en/user_basics.ssi:143
-#: en/user_basics.ssi:153 en/user_basics.ssi:161 en/user_basics.ssi:169
-#: en/user_basics.ssi:183 en/user_basics.ssi:191 en/user_basics.ssi:201
-#: en/user_basics.ssi:241 en/user_basics.ssi:269 en/user_basics.ssi:277
-#: en/user_basics.ssi:304 en/user_basics.ssi:343 en/user_installation.ssi:42
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
-#: en/user_installation.ssi:137
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/pot/about_project.ssi.pot b/manual/pot/about_project.ssi.pot
index 80ce2fe..f850624 100644
--- a/manual/pot/about_project.ssi.pot
+++ b/manual/pot/about_project.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 14:53+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
index c7a259c..9646113 100644
--- a/manual/pot/live-manual.ssm.pot
+++ b/manual/pot/live-manual.ssm.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-09 09:38+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-09-09\n"
+" :published: 2010-09-17\n"
 msgstr ""
 
 #. type: Plain text
@@ -106,22 +106,22 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:39
-msgid ":B~ Development ~#"
+msgid "<< user_customization-packages.ssi"
 msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:41
-msgid ":B~ Project ~#"
+msgid ":B~ Development ~#"
 msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:43
-msgid ":B~ Other ~#"
+msgid ":B~ Project ~#"
 msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:45
-msgid "<< other_customization-packages.ssi"
+msgid ":B~ Other ~#"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/other_basics.ssi.pot b/manual/pot/other_basics.ssi.pot
deleted file mode 100644
index 8e5bb3f..0000000
--- a/manual/pot/other_basics.ssi.pot
+++ /dev/null
@@ -1,955 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\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"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
-#: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
-#: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
-#: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
-#: en/other_coding-style.ssi:106 en/other_coding-style.ssi:117
-#: en/other_common-tasks.ssi:32 en/other_customization-backports.ssi:8
-#: en/other_customization-bootup.ssi:30 en/other_customization-bootup.ssi:39
-#: en/other_customization-contents.ssi:30
-#: en/other_customization-contents.ssi:39
-#: en/other_customization-internationalization.ssi:10
-#: en/other_customization-internationalization.ssi:18
-#: en/other_customization-internationalization.ssi:26
-#: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
-#: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
-#: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
-#: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
-#: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
-#: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
-#: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
-msgid "code{"
-msgstr ""
-
-#. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
-#: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
-#: en/other_customization-contents.ssi:35
-#: en/other_customization-contents.ssi:50
-#: en/other_customization-internationalization.ssi:14
-#: en/other_customization-internationalization.ssi:22
-#: en/other_customization-internationalization.ssi:30
-#: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
-#: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
-#: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
-#: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
-#: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
-#: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
-#: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
-#: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
-#: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
-#: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
-#: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
-msgid "}code"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:2
-msgid ":B~ The basics"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:4
-msgid "1~ The basics"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:6
-msgid ""
-"This chapter contains a brief overview of the build process as well as "
-"containing instructions on how to boot the various binary image types."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:8
-msgid "2~ What is a live system?"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:11
-msgid ""
-"A live system usually means an OS booted on a computer from a removable "
-"medium (such as CD-ROM, USB stick, or network), ready to use without any "
-"installation on the usual drive(s), with an auto-configuration done at "
-"runtime (see terms).  % FIXME: <xref linkend=\"terms\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:13
-msgid ""
-"With Debian Live, it's a Debian GNU/Linux OS, built for one of the supported "
-"architectures (currently amd64, i386, powerpc and sparc). It is made from "
-"following parts:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:15
-msgid "_* Linux kernel"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:17
-msgid "_* The Linux image, usually named #{vmlinuz*}#"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:19
-msgid ""
-"_* *{Initial RAM disk image (initrd)}*: RAM disk setup for the Linux boot, "
-"containing modules possibly needed to mount the filesystem's image and some "
-"scripts to do it."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:22
-msgid ""
-"_* *{System image}*: The OS filesystem image. Debian Live uses SquashFS, a "
-"compressed filesystem, to minimize its image size. Note that it's read-only. "
-"So, during boot the Debian Live system will use a RAM disk and 'union' "
-"mechanism to enable writing files within the running system. However, all "
-"modifications will be lost upon shutdown unless optional persistence "
-"partition(s) are used. (See persistence.)  % FIXME: <xref linkend="
-"\"persistence\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:24
-msgid ""
-"_* *{Bootloader}*: A small piece of code, crafted to boot up from the chosen "
-"media, possibly presenting a prompt or menu to allow selection of options/"
-"configuration. It then loads the Linux kernel and its initrd to run with an "
-"associated filesystem image. Different solutions can be used depending on "
-"the target media and format of the filesystem containing the previous "
-"components: Isolinux to boot from a CD or DVD in ISO9660 format, syslinux "
-"for HDD or USB drive booting from a VFAT partition, GRUB for ext2/3 "
-"partition, pxelinux for PXE netboot, etc."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:26
-msgid ""
-"_* The Debian Live tools will build the system image from your "
-"specifications, setup a Linux kernel and its initrd, a bootloader to run "
-"them, all in one media-dependant format(ISO9660 image, disk image, etc.)"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:28
-msgid "2~ First steps: building an ISO image"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:30
-msgid ""
-"The following sequence of helper commands, provided by live-helper, will "
-"create a basic ISO image containing just the Debian standard system without "
-"X.org. It is suitable for burning to CD or DVD media."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:32
-msgid ""
-"First, we run the lh config helper command which will create a \"config/\" "
-"hierarchy in the current directory for use by other helper commands:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:36
-msgid "$ lh config"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:41
-msgid ""
-"By passing no parameters to lh config we indicated that we wish to use the "
-"defaults. This will create an image of type binary (see lh-config).  % "
-"FIXME: <xref linkend=\"lh-config\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:43
-msgid ""
-"Now that we have a \"config/\" hierarchy, we may build the image with the lh "
-"build helper command:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:47 en/other_basics.ssi:138 en/other_basics.ssi:228
-msgid "# lh build"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:52
-msgid ""
-"This process can take a while, depending on the speed of your network "
-"connection (see lh-build).  % FIXME: <xref linkend=\"lh-build\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:54
-msgid "3~ Testing an ISO image with Qemu"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:56
-msgid "Testing an ISO is simple:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:60
-msgid "# apt-get install qemu $ qemu -cdrom binary.iso"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:64
-msgid "3~ Testing an ISO image with virtualbox-ose"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:66
-msgid "In order to test the ISO with virtualbox-ose:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:70
-msgid "# apt-get install virtualbox-ose"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:74
-msgid "and either install"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:76
-msgid ""
-"_* the modules package for a stock kernel eg virtualbox-ose-"
-"modules-2.6.26-1-486 or"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:78
-msgid ""
-"_* the modules package compiled for your kernel using module-assistant from "
-"the package virtualbox-ose-source"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:80
-msgid "Run Virtualbox:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:82
-msgid "For example, in Gnome Applications -> System Tools -> VirtualBox OSE"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:84
-msgid "Create a virtual machine from your Live ISO"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:86
-msgid ""
-"To create a virtual machine \"mylive\" from A CDROM ISO \"binary.iso\" in "
-"VirtualBox:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:88
-msgid "Machine -> New"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:90
-msgid "In the Wizard: FIXME"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:92
-msgid "3~ Testing an ISO image with VMware Workstation"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:94
-msgid "In order to test the ISO with VMware Workstation:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:96 en/other_basics.ssi:168
-msgid "Run VMware Workstation:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:98
-msgid "Click on Edit virtual machine settings in the VM summary page"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:100
-msgid ""
-"Then, click on the CD-ROM device and select Use ISO image. Remeber to "
-"connect the CD-ROM device at power on and remeber to adjust the boot order "
-"in the bios."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:102
-msgid "3~ Burning an ISO image to a physical medium"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:104
-msgid "Burning an ISO image is easy:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:109
-msgid "# apt-get install wodim $ wodim binary.iso"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:113
-msgid "2~ Building an USB/HDD image"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:115
-msgid ""
-"The following sequence of helper commands will create a basic USB/HDD image "
-"containing just the Debian standard system without X.org. It is suitable for "
-"booting from USB sticks, USB hard drives, and various other portable storage "
-"devices."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:118
-msgid ""
-"Note if you created an iso image with the previous example, you will need to "
-"clean up your working directory with the lh clean helper command (see lh-"
-"clean): % FIXME: <xref linkend=\"lh-clean\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:122 en/other_basics.ssi:210
-msgid "$ lh clean --binary"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:126
-msgid ""
-"Run the lh config helper command with the parameters to configure the "
-"\"config/\" hierarchy to create a USB/HDD image type:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:130
-msgid "$ lh config -b usb-hdd"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:134 en/other_basics.ssi:224
-msgid "Now build the image with the lh build helper command:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:142
-msgid "3~ Copying USB/HDD image to a USB stick"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:144
-msgid ""
-"The generated binary image contains a VFAT partition and the syslinux "
-"bootloader, ready to be directly written on an USB stick. Plug in an USB "
-"stick with a size larger than that of binary.img and type:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:148
-msgid "$ dd if=binary.img of=${USBSTICK}"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:152
-msgid ""
-"where #{${USBSTICK}}# is the device file of your key, like #{/dev/sdb}# (not "
-"a partition like #{/dev/sdb1}#!); you can find the right device name by "
-"looking in #{dmesg}#'s output after plugging in the stick, for example."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:154
-#, no-wrap
-msgid "*{This will definitely overwrite any previous contents on your stick!}*\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:156
-msgid "3~ Testing a USB/HDD image with Qemu"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:160
-msgid "# apt-get install qemu $ qemu -hda binary.img"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:164
-msgid "3~ Testing an USB/HDD image with VMware Workstation"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:166
-msgid "In order to test the USB/HDD image with VMware Workstation:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:170
-msgid ""
-"Write the image to an usb stick. In VMware, click on Edit virtual machine "
-"settings in VM summary page. Then, add a new physical harddisk device and "
-"enter the device node of your usb stick."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:172
-msgid "3~ Using the space left on a USB stick"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:174
-msgid ""
-"If you want to use the remaining free space after you have installed the "
-"binary.img, you can use a partitioning tool such as gparted or parted to "
-"create a new partition on the stick. The first partition will be used by the "
-"Debian Live system."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:178
-msgid "# gparted ${USBSTICK}"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:182
-msgid ""
-"Ater the creation of the partition you have to create a filsystem on it. One "
-"possible choice would be ext2 (ext3 isn't recommended because the journaling "
-"causes too many writes to the stick)."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:186
-msgid "# mkfs.ext2 ${USBSTICK}"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:190
-msgid "If you want to use this data partition with Windows, use FAT32."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:194
-msgid "# mkfs.vfat -F 32"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:198
-#, no-wrap
-msgid "*{Remember: Every time you install a new binary.img on the stick, all your data will be lost because the image includes a complete partition table.}*\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:200
-msgid ""
-"FIXME: Describe installing Debian Live to a partition (e.g. /dev/sdc1) AND "
-"using a bootloader to boot this."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:202
-msgid "2~ Building a netboot image"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:204
-msgid ""
-"The following sequence of helper commands will create a basic netboot image "
-"containing the Debian standard system without X.org. It is suitable for "
-"booting over the network."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:206
-msgid ""
-"Note if you performed any previous examples, you will need to clean up your "
-"working directory with the lh clean helper command:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:214
-msgid ""
-"Run the lh config helper command with the parameters to configure the "
-"\"config/\" hierarchy to create our netboot image:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:218
-msgid ""
-"$ lh config -b net --net-root-path \"/srv/debian-live\" --net-root-server "
-"\"192.168.0.1\""
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:222
-msgid ""
-"In contrast with the ISO and USB hdd images, netbooting does not support "
-"serving a filesystem image with the client so the files must be served via "
-"NFS. The net-root-path and net-root-server options specify the location and "
-"server, respectively, of the NFS server where the filesytem image will be "
-"located at boot-time."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:232
-msgid ""
-"In a network boot the client runs a small piece of software, which usually "
-"resides on the EPROM of the Ethernet card. This program sends a DHCP request "
-"to get an IP address and information about what to do next. Typically the "
-"next step is getting a higher level boot loader via the TFTP protocol. That "
-"could be Grub, PXELINUX, or even boot directly to an operating system like "
-"Linux."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:234
-msgid ""
-"For example, if you unpack the generated binary-net.tar.gz archive in the /"
-"srv/debian-live directory, you'll find the filesystem image in live/"
-"filesystem.squashfs and the kernel, initrd and PXE Linux bootloader in "
-"tftpboot/debian-live/i386."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:236
-msgid "We must now configure three services on the server to enable netboot:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:238
-msgid "3~ DHCP server"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:240
-msgid ""
-"We must configure our network's DHCP server to be sure to give an IP address "
-"to the computer netbooting, and to advertise the location of the PXE "
-"bootloader."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:242
-msgid ""
-"Here is an example for inspiration, written for the ISC DHCP server (package "
-"dhcp3-server) in the /etc/dhcp3/dhcpd.conf configuration file;"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:250
-#, no-wrap
-msgid ""
-"code{\n"
-"# Options DHCP spécifiques à Pxelinux:\n"
-"option space pxelinux;\n"
-"option pxelinux.magic      code 208 = string;\n"
-"option pxelinux.configfile code 209 = text;\n"
-"option pxelinux.pathprefix code 210 = text;\n"
-"option pxelinux.reboottime code 211 = unsigned integer 32;\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:253
-#, no-wrap
-msgid "subnet 192.168.1.0 netmask 255.255.255.0 {   # 192.168.1.0/24\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:256
-#, no-wrap
-msgid ""
-"  # IP addresses available for guests\n"
-"  range 192.168.1.100 192.168.1.149;\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:259
-#, no-wrap
-msgid ""
-"  # allow booting from the net\n"
-"  allow bootp;\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:264
-#, no-wrap
-msgid ""
-"  # for net booting, server where the first file to be loaded (by TFTP\n"
-"  # protocol) (\"filename\" following definition) lies : so the TFTP\n"
-"  # server's name.\n"
-"  next-server myserver;\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:269
-#, no-wrap
-msgid ""
-"  # net boot configuration for guests with a PXE client :\n"
-"  if substring (option vendor-class-identifier, 0, 9) = \"PXEClient\" {\n"
-"    # Note : all files for PXE are relatives to the TFTP server's root\n"
-"    # path, as usually defined in /etc/inetd.conf.\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:272
-#, no-wrap
-msgid ""
-"    # PXE boot loader (first program to be loaded, by TFTP)\n"
-"    filename \"pxelinux.0\";\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:280
-#, no-wrap
-msgid ""
-"    # describe some specific pxelinux's options through DHCP options :\n"
-"    site-option-space \"pxelinux\";\n"
-"    option pxelinux.magic f1:00:74:7e;\n"
-"    if exists dhcp-parameter-request-list {\n"
-"      # Always send the PXELINUX options (specified in hexadecimal)\n"
-"      option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3);\n"
-"    }\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:286
-#, no-wrap
-msgid ""
-"    # For a PXE boot menu, different versions are available : simple\n"
-"    # text, text with curses, graphic (VESA)\n"
-"    #option pxelinux.configfile \"pxelinux/config_simple\";\n"
-"    #option pxelinux.configfile \"pxelinux/config_curses\";\n"
-"    option pxelinux.configfile \"pxelinux/config_vesa\";\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:291
-#, no-wrap
-msgid ""
-"    # automatically reboot after 10 minutes of no activity\n"
-"    option pxelinux.reboottime 600;\n"
-"  }\n"
-"}\n"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:295
-msgid "3~ TFTPd server"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:297
-msgid "This serves the kernel and initial ramdisk to the system at run-time."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:299
-msgid ""
-"You should install the tftpd-hpa package. It can serve all files contained "
-"inside a root directory, usually /var/lib/tftpboot/, as defined with its -s "
-"option. To let it serve files inside /srv/debian-live/tftpboot, modify its "
-"start definition in /etc/inetd.conf with:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:303
-msgid ""
-"tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /srv/"
-"debian-live/tftpboot -r blksize -v -v"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:307
-msgid "and reload the super server with /etc/init.d/openbsd-inetd reload."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:309
-msgid "3~ NFS server"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:311
-msgid ""
-"Once the guest computer has downloaded and booted a Linux kernel and loaded "
-"its initrd, it will try to mount the Live filesystem image through a NFS "
-"server."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:313
-msgid ""
-"You should install the nfs-kernel-server package -- nfs-user-server does not "
-"function correctly with netboot."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:315
-msgid ""
-"Then, make the filesystem image available through NFS by adding a line like "
-"the following to /etc/exports:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:319
-msgid "/srv/debian-live *(ro,async,subtree_check,no_root_squash)"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:323
-msgid ""
-"and tell the NFS server about this new export with the following command:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:327
-msgid "# exportfs -rv"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:331
-msgid ""
-"Setting up these three services can be a little tricky. You might need some "
-"patience to get all of them working together. The Debian Installer Manual's "
-"TFTP Net Booting section at http://d-i.alioth.debian.org/manual/en.i386/"
-"ch04s05.html might help as that process is very similar."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:333
-msgid "3~ Netboot testing HowTo"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:335
-msgid ""
-"Netboot image creation is made easy with live-helper magic, but testing the "
-"images on physical machines can be really time consuming."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:337
-msgid ""
-"To make our life easier, we can use virtualization. There are two solutions."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:339
-msgid "3~ VMWare Player"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:341
-msgid "_* Install VMWare Player (\"free as in beer\" edition)"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:343
-msgid ""
-"_* Create a PXETester directory, and create a text file called pxe.vwx inside"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:345
-msgid "_* Paste this text inside:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:353
-msgid ""
-"#!/usr/bin/vmware config.version = \"8\" virtualHW.version = \"4\" memsize = "
-"\"512\" MemAllowAutoScaleDown = \"FALSE\""
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:359
-msgid ""
-"ide0:0.present = \"FALSE\" ide1:0.present = \"FALSE\" floppy0.present = "
-"\"FALSE\" sound.present = \"FALSE\" tools.remindInstall = \"FALSE\""
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:362
-msgid "ethernet0.present = \"TRUE\" ethernet0.addressType = \"generated\""
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:365
-msgid "displayName = \"Test Boot PXE\" guestOS = \"other\""
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:370
-msgid ""
-"ethernet0.generatedAddress = \"00:0c:29:8d:71:3b\" uuid.location = \"56 4d "
-"83 72 5c c4 de 3f-ae 9e 07 91 1d 8d 71 3b\" uuid.bios = \"56 4d 83 72 5c c4 "
-"de 3f-ae 9e 07 91 1d 8d 71 3b\" ethernet0.generatedAddressOffset = \"0\""
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:374
-msgid ""
-"_* You can play with this configuration file (i.e. change memory limit to "
-"256)"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:376
-msgid ""
-"_* Double click on this file (or run VMWare player and selecet this file)."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:378
-msgid "_* When running just press space if that strange question comes up..."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:380
-msgid "3~ Qemu"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:382
-msgid "_* Install qemu, bridge-utils, sudo."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:384
-msgid "Edit /etc/qemu-ifup:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:395
-msgid ""
-"#!/bin/sh sudo -p \"Password for $0:\" /sbin/ifconfig $1 172.20.0.1 echo "
-"\"Executing /etc/qemu-ifup\" echo \"Bringing up $1 for bridged mode...\" "
-"sudo /sbin/ifconfig $1 0.0.0.0 promisc up echo \"Adding $1 to br0...\" sudo /"
-"usr/sbin/brctl addif br0 $1 sleep 2"
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:399
-msgid "Get, or build a grub-floppy-netboot (in the svn)."
-msgstr ""
-
-#. type: Plain text
-#: en/other_basics.ssi:400
-msgid "Launch qemu with \"-net nic,vlan=0 -net tap,vlan=0,ifname=tun0\""
-msgstr ""
diff --git a/manual/pot/other_coding-style.ssi.pot b/manual/pot/other_coding-style.ssi.pot
index 0cdcf7e..5aa42ae 100644
--- a/manual/pot/other_coding-style.ssi.pot
+++ b/manual/pot/other_coding-style.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/pot/other_common-tasks.ssi.pot b/manual/pot/other_common-tasks.ssi.pot
index 21aa740..58521f0 100644
--- a/manual/pot/other_common-tasks.ssi.pot
+++ b/manual/pot/other_common-tasks.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/pot/other_configuration-files.ssi.pot b/manual/pot/other_configuration-files.ssi.pot
index 9b7fa28..92df939 100644
--- a/manual/pot/other_configuration-files.ssi.pot
+++ b/manual/pot/other_configuration-files.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
diff --git a/manual/pot/other_configuration-layout.ssi.pot b/manual/pot/other_configuration-layout.ssi.pot
index 9a6ece1..39da468 100644
--- a/manual/pot/other_configuration-layout.ssi.pot
+++ b/manual/pot/other_configuration-layout.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
diff --git a/manual/pot/other_customization-backports.ssi.pot b/manual/pot/other_customization-backports.ssi.pot
index 87d5466..40ac959 100644
--- a/manual/pot/other_customization-backports.ssi.pot
+++ b/manual/pot/other_customization-backports.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/pot/other_customization-binary.ssi.pot b/manual/pot/other_customization-binary.ssi.pot
index e3f6660..f029df0 100644
--- a/manual/pot/other_customization-binary.ssi.pot
+++ b/manual/pot/other_customization-binary.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
diff --git a/manual/pot/other_customization-bootup.ssi.pot b/manual/pot/other_customization-bootup.ssi.pot
index a7ccf64..cd2af22 100644
--- a/manual/pot/other_customization-bootup.ssi.pot
+++ b/manual/pot/other_customization-bootup.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
@@ -160,12 +155,7 @@ msgstr ""
 #: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
 #: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
 #: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
+#: en/other_customization-contents.ssi:60 en/other_live-environment.ssi:8
 #: en/other_resources.ssi:8 en/other_success-stories.ssi:7
 msgid "FIXME"
 msgstr ""
diff --git a/manual/pot/other_customization-contents.ssi.pot b/manual/pot/other_customization-contents.ssi.pot
index c27533c..6e8a83b 100644
--- a/manual/pot/other_customization-contents.ssi.pot
+++ b/manual/pot/other_customization-contents.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
@@ -142,12 +137,7 @@ msgstr ""
 #: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
 #: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
 #: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
+#: en/other_customization-contents.ssi:60 en/other_live-environment.ssi:8
 #: en/other_resources.ssi:8 en/other_success-stories.ssi:7
 msgid "FIXME"
 msgstr ""
diff --git a/manual/pot/other_customization-internationalization.ssi.pot b/manual/pot/other_customization-internationalization.ssi.pot
index 192cdc5..1b4360e 100644
--- a/manual/pot/other_customization-internationalization.ssi.pot
+++ b/manual/pot/other_customization-internationalization.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
@@ -187,7 +182,7 @@ msgstr ""
 
 #. type: Plain text
 #: en/other_customization-internationalization.ssi:32
-#: en/other_installation.ssi:46
+#: en/user_installation.ssi:44
 msgid "or"
 msgstr ""
 
diff --git a/manual/pot/other_faq.ssi.pot b/manual/pot/other_faq.ssi.pot
index f80b9bd..58693e1 100644
--- a/manual/pot/other_faq.ssi.pot
+++ b/manual/pot/other_faq.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/pot/other_howtos.ssi.pot b/manual/pot/other_howtos.ssi.pot
index e664c1d..8645413 100644
--- a/manual/pot/other_howtos.ssi.pot
+++ b/manual/pot/other_howtos.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/pot/other_installation.ssi.pot b/manual/pot/other_installation.ssi.pot
deleted file mode 100644
index 4156585..0000000
--- a/manual/pot/other_installation.ssi.pot
+++ /dev/null
@@ -1,463 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\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"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
-#: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
-#: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
-#: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
-#: en/other_coding-style.ssi:106 en/other_coding-style.ssi:117
-#: en/other_common-tasks.ssi:32 en/other_customization-backports.ssi:8
-#: en/other_customization-bootup.ssi:30 en/other_customization-bootup.ssi:39
-#: en/other_customization-contents.ssi:30
-#: en/other_customization-contents.ssi:39
-#: en/other_customization-internationalization.ssi:10
-#: en/other_customization-internationalization.ssi:18
-#: en/other_customization-internationalization.ssi:26
-#: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
-#: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
-#: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
-#: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
-#: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
-#: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
-#: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
-msgid "code{"
-msgstr ""
-
-#. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
-#: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
-#: en/other_customization-contents.ssi:35
-#: en/other_customization-contents.ssi:50
-#: en/other_customization-internationalization.ssi:14
-#: en/other_customization-internationalization.ssi:22
-#: en/other_customization-internationalization.ssi:30
-#: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
-#: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
-#: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
-#: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
-#: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
-#: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
-#: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
-#: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
-#: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
-#: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
-#: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
-msgid "}code"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-internationalization.ssi:32
-#: en/other_installation.ssi:46
-msgid "or"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:2
-msgid ":B~ Installation"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:4
-msgid "1~ Installation"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:6
-msgid "2~ Requirements"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:8
-msgid "Building Debian Live images has very few system requirements:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:10
-msgid "_* Super user (root) access"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:12
-msgid "_* An up-to-date version of live-helper"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:14
-msgid "_* A POSIX-compliant shell, such as /{bash}/ or /{dash}/."
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:16
-msgid "_* /{debootstrap}/ or /{cdebootstrap}/"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:18
-msgid "_* Linux 2.6.x"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:20
-msgid ""
-"Note that using Debian or a Debian-derived distribution is not required - "
-"live-helper will run on almost any operating system with the above "
-"requirements."
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:22
-msgid "2~ Installing live-helper"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:24
-msgid "You can install live-helper in a number of different ways:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:26
-msgid "_* From the Debian repository"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:28
-msgid "_* From source"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:30
-msgid "_* From snapshots"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:32
-msgid "_* From backports.org"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:34
-msgid ""
-"If you are using lenny or sid the recommended way is to install live-helper "
-"via the Debian repository."
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:36
-msgid "3~ From the Debian repository"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:38
-msgid "Simply install live-helper like any other package:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:42
-msgid "# apt-get install live-helper"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:50
-msgid "# aptitude install live-helper"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:54
-msgid "3~ From source"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:56
-msgid ""
-"live-helper is developed using the Git version control system. On Debian "
-"systems, this is provided by the /{git-core}/ package. To check out the "
-"latest code, execute:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:60
-msgid "$ git clone git://live.debian.net/git/live-helper.git"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:64
-msgid "You can build and install your own Debian package by executing:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:70
-msgid "$ cd live-helper $ dpkg-buildpackage -rfakeroot -b -uc -us $ cd .."
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:72
-msgid "# dpkg -i live-helper*.deb"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:76
-msgid "You can also use a local version of live-helper without installation:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:80
-msgid "# live-helper/helpers/lh_local"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:84
-msgid ""
-"Subsequent calls to #{lh_}# prefixed helpers in that shell environment will "
-"then use the version located in the directory you executed #{lh_local}# from."
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:86
-msgid "You can also install live-helper directly to your system by executing:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:90
-msgid "# make install"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:94
-msgid "3~ From 'snapshots'"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:96
-msgid ""
-"If you do not wish to build or install live-helper from source, you can use "
-"snapshots. These are built automatically from the latest version in Git and "
-"are available on http://live.debian.net/debian/."
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:98
-msgid "2~ live-initramfs"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:100
-msgid ""
-"N.B. You do not need to install live-initramfs on your system to create "
-"customised Debian Live systems. However, doing so will do no harm."
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:102
-msgid "3~ Using a customised live-initramfs"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:105
-msgid ""
-"To modify the code you can follow the process below. Please ensure you are "
-"familiar with the terms mentioned in terms.  % FIXME: <xref linkend=\"terms"
-"\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:107
-msgid "_* Checkout the live-initramfs source"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:111
-msgid "$ git clone git://live.debian.net/git/live-initramfs.git"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:115
-msgid "_* Make changes to your local copy"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:117
-msgid ""
-"And beware that if you want to add your pre-init script in live-bottom, you "
-"should name it without dashes '-', e.g: call it \"81new_feature\" and not "
-"\"81new-feature\"."
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:119
-msgid "_* Build a live-initramfs .deb"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:121
-msgid ""
-"You must build either on your target distribution or in a chroot containing "
-"your target platform: this means if your target is lenny then you should "
-"build against lenny. You can use a personal builder such as /{pbuilder}/ to "
-"automate building packages in chroot. To build directly on the target "
-"platform, use #{dpkg-buildpackage}# (provided by the /{dpkg-dev}/ package):"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:126
-msgid "$ cd live-initramfs $ dpkg-buildpackage -rfakeroot -b -uc -us"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:130
-msgid "_* Use the generated live-initramfs .deb"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:133
-msgid ""
-"As live-initramfs is installed by the build system, installing the package "
-"in the host system is not sufficient: you should treat the generated .deb "
-"like another custom package. Please see custom-packages for more "
-"information. You should pay particular attention to custom-packages-apt.  % "
-"FIXME: <xref linkend=\"custom-packages\"/> <xref linkend=\"custom-packages-"
-"apt\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:135
-msgid "3~ Using live-initramfs snapshots"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:137
-msgid ""
-"You can let live-helper automatically use the latest snapshot of live-"
-"initramfs by configuring a third-party repository in your live-system "
-"configuration. Assuming you have already created a configuration tree with #"
-"{lh config}#:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:139
-msgid "_* Create a sources.list entry for the chroot stage:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:143
-msgid ""
-"echo \"deb http://live.debian.net/ sid-snapshots main contrib non-free\" > "
-"config/chroot_sources/debian-live_sid-snapshots.chroot"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:147
-msgid "_* Create a sources.list entry for the binary stage:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:151
-msgid ""
-"cp config/chroot_sources/debian-live_sid-snapshots.chroot config/"
-"chroot_sources/debian-live_sid-snapshots.binary"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:155
-msgid "_* Fetch the archive signing key:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_installation.ssi:160
-msgid ""
-"$ wget http://live.debian.net/debian/project/openpgp/archive-key.asc -O "
-"config/chroot_sources/debian-live_sid-snapshots.chroot.gpg $ cp config/"
-"chroot_sources/debian-live_sid-snapshots.chroot.gpg config/chroot_sources/"
-"debian-live_sid-snapshots.binary.gpg"
-msgstr ""
diff --git a/manual/pot/other_live-environment.ssi.pot b/manual/pot/other_live-environment.ssi.pot
index 3f0e32b..3c64e33 100644
--- a/manual/pot/other_live-environment.ssi.pot
+++ b/manual/pot/other_live-environment.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
@@ -142,12 +137,7 @@ msgstr ""
 #: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
 #: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
 #: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
+#: en/other_customization-contents.ssi:60 en/other_live-environment.ssi:8
 #: en/other_resources.ssi:8 en/other_success-stories.ssi:7
 msgid "FIXME"
 msgstr ""
@@ -335,7 +325,7 @@ msgid ""
 "keyboard layout more precisely with #{klayout}#, #{kvariant}#, #{koptions}# "
 "and #{kmodel}# variables; #{live-initramfs}# will use also these parameters "
 "for X configuration. For example, to set up a french system with a french-"
-"dvorak layout (called Bépo) on a TypeMatrix keyboard, both in console and "
+"dvorak layout (called Bpo) on a TypeMatrix keyboard, both in console and "
 "X11, use:"
 msgstr ""
 
diff --git a/manual/pot/other_overview.ssi.pot b/manual/pot/other_overview.ssi.pot
deleted file mode 100644
index 004fb0c..0000000
--- a/manual/pot/other_overview.ssi.pot
+++ /dev/null
@@ -1,448 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\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"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
-#: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
-#: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
-#: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
-#: en/other_coding-style.ssi:106 en/other_coding-style.ssi:117
-#: en/other_common-tasks.ssi:32 en/other_customization-backports.ssi:8
-#: en/other_customization-bootup.ssi:30 en/other_customization-bootup.ssi:39
-#: en/other_customization-contents.ssi:30
-#: en/other_customization-contents.ssi:39
-#: en/other_customization-internationalization.ssi:10
-#: en/other_customization-internationalization.ssi:18
-#: en/other_customization-internationalization.ssi:26
-#: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
-#: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
-#: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
-#: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
-#: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
-#: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
-#: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
-msgid "code{"
-msgstr ""
-
-#. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
-#: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
-#: en/other_customization-contents.ssi:35
-#: en/other_customization-contents.ssi:50
-#: en/other_customization-internationalization.ssi:14
-#: en/other_customization-internationalization.ssi:22
-#: en/other_customization-internationalization.ssi:30
-#: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
-#: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
-#: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
-#: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
-#: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
-#: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
-#: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
-#: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
-#: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
-#: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
-#: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
-msgid "}code"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:2
-msgid ":B~ Overview of tools"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:4
-msgid "1~ Overview of tools"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:6
-msgid ""
-"This chapter contains an overview of the two main tools used in building "
-"Debian Live systems."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:8
-msgid "2~ live-helper"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:10
-msgid ""
-"live-helper is a collection of scripts to build Debian Live systems. These "
-"scripts are also referred to as \"helpers\"."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:12
-msgid ""
-"The idea behind live-helper is to be a framework that uses a configuration "
-"directory to completely automate and customize all aspects of building a "
-"Live image."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:14
-msgid ""
-"Many concepts are similar to those in the debhelper Debian package tools "
-"written by Joey Hess:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:16
-msgid ""
-"_* The scripts have a central location for configuring their operation. In "
-"debhelper, this is the debian subdirectory of a package tree. For example, "
-"dh_install will look for a file called #{debian/.install}# to determine "
-"which files should exist in a particular binary package. In much the same "
-"way, live-helper stores its configuration entirely under a config "
-"subdirectory."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:18
-msgid ""
-"_* The scripts are independent - that is to say, it is always safe to run "
-"each command."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:21
-msgid ""
-"Unlike debhelper, live-helper contains a tool to generate a skeleton "
-"configuration directory, lh config. This could be considered to be similar "
-"to tools such as dh-make. For more information about lh config, please see "
-"lh-config.  % FIXME: <xref linkend=\"lh-config\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:23
-msgid ""
-"Besides the common config/common, which is used by all live-helper helper "
-"commands, some additional files can be used to configure the behavior of "
-"specific helper commands. These files are typically named config/helper or "
-"config/stage (where \"stage\", of course, is replaced with the name of the "
-"stage that they belong to, and \"helper\" with the name of the helper)."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:25
-msgid ""
-"For example, the lh bootstrap debootstrap helper command uses files named "
-"config/bootstrap and config/bootstrap_debootstrap to read the options it "
-"will use. Generally, these files contain variables with values assigned, one "
-"variable per line. Some programs in live-helper use pairs of values or "
-"slightly more complicated variable assignments."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:27
-msgid ""
-"live-helper respects environment variables which are present in the context "
-"of the shell it is running. If variables can be read from config files, then "
-"they override environment variables, and if command line options are used, "
-"they override values from config files. If no value for a given variable can "
-"be found (and is thus unset), live-helper will automatically set it to a "
-"default value."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:29
-msgid ""
-"All config files are shell scripts which are sourced by a live-helper "
-"program. That means they have to follow the normal shell syntax. You can "
-"also put comments in these files; lines beginning with \"#\" are ignored."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:31
-msgid ""
-"In some rare cases you may want to have different versions of these files "
-"for different architectures or distributions. If files named config/stage."
-"arch or config/stage_helper.arch, and config/stage.dist or config/"
-"stage_helper.dist exist (where \"arch\" is the same as the output of dpkg --"
-"print-architecture and \"dist\" is the same as the codename of the target "
-"distribution), then they will be used in preference to the other, more "
-"general files."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:34
-msgid ""
-"Please see installation for information on how to install live-helper.  % "
-"FIXME: <xref linkend=\"installation\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:36
-msgid ""
-"The remainder of this section discusses the three most important helpers:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:39
-msgid ""
-"_* *{lh config}*: Responsible for initialising a Live system configuration "
-"directory. See lh-config for more information.  % FIXME: <xref linkend=\"lh-"
-"config\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:42
-msgid ""
-"_* *{lh build}*: Responsible for starting a Live system build. See lh-build "
-"for more information.  % FIXME: <xref linkend=\"lh-build\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:45
-msgid ""
-"_* *{lh clean}*: Responsible for removing parts of a Live system build. See "
-"lh-clean for more information.  % FIXME: <xref linkend=\"lh-clean\"/"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:47
-msgid "3~ The lh config helper"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:50
-msgid ""
-"As discussed in live-helper, the scripts that make up live-helper source "
-"their configuration from a single directory named config/. As constructing "
-"this directory by hand would be time-consuming and error-prone, the lh "
-"config helper can be used to create skeleton configuration folders.  % "
-"FIXME: <xref linkend=\"live-helper\"/>"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:52
-msgid ""
-"Issuing lh config without any arguments creates a config subdirectory which "
-"it populates with some default settings:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:86
-msgid ""
-"$ lh config $ ls -l total 4.1k drwxr-xr-x 19 user group 4.1k 2008-05-09 "
-"21:37 config $ ls -l config/ total 104 -rw-r--r-- 1 user group 4175 "
-"2010-04-11 12:16 binary drwxr-xr-x 2 user group 4096 2010-04-11 12:16 "
-"binary_debian-installer drwxr-xr-x 2 user group 4096 2010-04-11 12:16 "
-"binary_debian-installer-includes drwxr-xr-x 2 user group 4096 2010-04-11 "
-"12:16 binary_grub drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-"
-"debs drwxr-xr-x 2 user group 4096 2010-04-11 12:16 binary_local-hooks drwxr-"
-"xr-x 2 user group 4096 2010-04-11 12:16 binary_local-includes drwxr-xr-x 2 "
-"user group 4096 2010-04-11 12:16 binary_local-packageslists drwxr-xr-x 2 "
-"user group 4096 2010-04-11 12:16 binary_local-udebs drwxr-xr-x 2 user group "
-"4096 2010-04-11 12:16 binary_rootfs drwxr-xr-x 2 user group 4096 2010-04-11 "
-"12:16 binary_syslinux -rw-r--r-- 1 user group 2205 2010-04-11 12:16 "
-"bootstrap -rw-r--r-- 1 user group 1599 2010-04-11 12:16 chroot drwxr-xr-x 2 "
-"user group 4096 2010-04-11 12:16 chroot_apt drwxr-xr-x 2 user group 4096 "
-"2010-04-11 12:16 chroot_local-hooks drwxr-xr-x 2 user group 4096 2010-04-11 "
-"12:16 chroot_local-includes drwxr-xr-x 2 user group 4096 2010-04-11 12:16 "
-"chroot_local-packages drwxr-xr-x 2 user group 4096 2010-04-11 12:16 "
-"chroot_local-packageslists drwxr-xr-x 2 user group 4096 2010-04-11 12:16 "
-"chroot_local-patches drwxr-xr-x 2 user group 4096 2010-04-11 12:16 "
-"chroot_local-preseed drwxr-xr-x 2 user group 4096 2010-04-11 12:16 "
-"chroot_sources -rw-r--r-- 1 user group 2938 2010-04-11 12:16 common drwxr-xr-"
-"x 2 user group 4096 2010-04-11 12:16 includes -rw-r--r-- 1 user group 206 "
-"2010-04-11 12:16 source drwxr-xr-x 2 user group 4096 2010-04-11 12:16 "
-"templates"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:90
-msgid ""
-"Using lh config without any arguments would be suitable for users who are "
-"either happy editing the generated files, or are simply happy with the "
-"defaults it creates."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:92
-msgid ""
-"You can ask lh config to generate a config/ directory \"preseeded\" with "
-"various options. This might be suitable if you do not require the default "
-"settings but do not need to change a large number of options. For example:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:96
-msgid "$ lh config -p gnome"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:100
-msgid ""
-"will build a config/ directory configured to include the 'gnome' package "
-"list. It is possible to specify many options:"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:104
-msgid ""
-"$ lh config --apt aptitude --binary-images net --hostname live-machine --"
-"username live-user ..."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:108
-msgid ""
-"A full list of options is available in the lh_config man page. Most options "
-"have a parallel with an \"LH_\" prefixed variable."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:110
-msgid "3~ The lh build helper"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:112
-msgid ""
-"The lh build helper reads in your configuration from the config/ directory. "
-"It then runs the lower lower level commands needed to build your Live system."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:114
-msgid "3~ The lh clean helper"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:116
-msgid ""
-"It is the job of the lh clean helper to remove various parts of a Live "
-"helper build so subsequent builds can start from a clean state."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:118
-msgid "2~ The live-initramfs package"
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:120
-msgid ""
-"live-initramfs is a collection of scripts providing hooks for the initramfs-"
-"tools, used to generate an initramfs capable of booting live systems, such "
-"as those created by live-helper. This includes the Debian Live isos, netboot "
-"tarballs, and usb stick images."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:122
-msgid ""
-"At boot time it will look for read-only media containing a \"/live\" "
-"directory where a root filesystem (often a compressed filesystem image like "
-"squashfs) is stored. If found, it will create a writable environment, using "
-"aufs or unionfs, for Debian like systems to boot from."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:124
-msgid "live-initramfs is a fork of casper, http://packages.ubuntu.com/casper."
-msgstr ""
-
-#. type: Plain text
-#: en/other_overview.ssi:125
-msgid ""
-"More information on initial ramfs in Debian can be found in the Debian Linux "
-"Kernel Handbook at http://kernel-handbook.alioth.debian.org/ in the chapter "
-"on initramfs."
-msgstr ""
diff --git a/manual/pot/other_procedures.ssi.pot b/manual/pot/other_procedures.ssi.pot
index a89c380..2cadfa2 100644
--- a/manual/pot/other_procedures.ssi.pot
+++ b/manual/pot/other_procedures.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/pot/other_reporting-bugs.ssi.pot b/manual/pot/other_reporting-bugs.ssi.pot
index 96d354d..2be0d12 100644
--- a/manual/pot/other_reporting-bugs.ssi.pot
+++ b/manual/pot/other_reporting-bugs.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
diff --git a/manual/pot/other_resources.ssi.pot b/manual/pot/other_resources.ssi.pot
index 0bc034f..1bc6382 100644
--- a/manual/pot/other_resources.ssi.pot
+++ b/manual/pot/other_resources.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
@@ -21,12 +21,7 @@ msgstr ""
 #: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
 #: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
 #: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
+#: en/other_customization-contents.ssi:60 en/other_live-environment.ssi:8
 #: en/other_resources.ssi:8 en/other_success-stories.ssi:7
 msgid "FIXME"
 msgstr ""
diff --git a/manual/pot/other_success-stories.ssi.pot b/manual/pot/other_success-stories.ssi.pot
index af0ff38..08d1147 100644
--- a/manual/pot/other_success-stories.ssi.pot
+++ b/manual/pot/other_success-stories.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
@@ -21,12 +21,7 @@ msgstr ""
 #: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
 #: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
 #: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
+#: en/other_customization-contents.ssi:60 en/other_live-environment.ssi:8
 #: en/other_resources.ssi:8 en/other_success-stories.ssi:7
 msgid "FIXME"
 msgstr ""
diff --git a/manual/pot/other_troubleshooting.ssi.pot b/manual/pot/other_troubleshooting.ssi.pot
index 409a2df..b24a9b3 100644
--- a/manual/pot/other_troubleshooting.ssi.pot
+++ b/manual/pot/other_troubleshooting.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
diff --git a/manual/pot/other_use-cases.ssi.pot b/manual/pot/other_use-cases.ssi.pot
index 52b70b4..ad28f10 100644
--- a/manual/pot/other_use-cases.ssi.pot
+++ b/manual/pot/other_use-cases.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,40 +90,45 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/pot/user_basics.ssi.pot b/manual/pot/user_basics.ssi.pot
index 9ab2688..a37cbad 100644
--- a/manual/pot/user_basics.ssi.pot
+++ b/manual/pot/user_basics.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 14:53+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
@@ -32,18 +32,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
@@ -55,23 +44,33 @@ msgstr ""
 #: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
 #: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
 #: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
-#: en/other_live-environment.ssi:133 en/other_overview.ssi:54
-#: en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111 en/user_basics.ssi:34
-#: en/user_basics.ssi:45 en/user_basics.ssi:58 en/user_basics.ssi:70
-#: en/user_basics.ssi:84 en/user_basics.ssi:99 en/user_basics.ssi:107
-#: en/user_basics.ssi:115 en/user_basics.ssi:125 en/user_basics.ssi:137
-#: en/user_basics.ssi:149 en/user_basics.ssi:157 en/user_basics.ssi:165
-#: en/user_basics.ssi:179 en/user_basics.ssi:187 en/user_basics.ssi:197
-#: en/user_basics.ssi:249 en/user_basics.ssi:265 en/user_basics.ssi:273
-#: en/user_basics.ssi:293 en/user_basics.ssi:318 en/user_installation.ssi:38
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
 #: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
@@ -91,18 +90,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
@@ -114,23 +102,33 @@ msgstr ""
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137 en/user_basics.ssi:38
-#: en/user_basics.ssi:49 en/user_basics.ssi:64 en/user_basics.ssi:74
-#: en/user_basics.ssi:90 en/user_basics.ssi:103 en/user_basics.ssi:111
-#: en/user_basics.ssi:119 en/user_basics.ssi:129 en/user_basics.ssi:143
-#: en/user_basics.ssi:153 en/user_basics.ssi:161 en/user_basics.ssi:169
-#: en/user_basics.ssi:183 en/user_basics.ssi:191 en/user_basics.ssi:201
-#: en/user_basics.ssi:241 en/user_basics.ssi:269 en/user_basics.ssi:277
-#: en/user_basics.ssi:304 en/user_basics.ssi:343 en/user_installation.ssi:42
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
-#: en/user_installation.ssi:137
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
@@ -604,7 +602,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "  # for net booting, server where the first file to be loaded (by TFTP\n"
-"  # protocol) (\"filename\" following definition) lies : so the TFTP\n"
+"  # protocol) (\"filename\" following definition) lies: so the TFTP\n"
 "  # server's name.\n"
 "  next-server myserver;\n"
 msgstr ""
@@ -613,9 +611,9 @@ msgstr ""
 #: en/user_basics.ssi:233
 #, no-wrap
 msgid ""
-"  # net boot configuration for guests with a PXE client :\n"
+"  # net boot configuration for guests with a PXE client:\n"
 "  if substring (option vendor-class-identifier, 0, 9) = \"PXEClient\" {\n"
-"    # Note : all files for PXE are relatives to the TFTP server's root\n"
+"    # Note: all files for PXE are relatives to the TFTP server's root\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/other_customization-packages.ssi.pot b/manual/pot/user_customization-packages.ssi.pot
similarity index 50%
rename from manual/pot/other_customization-packages.ssi.pot
rename to manual/pot/user_customization-packages.ssi.pot
index de0f302..bfa6c35 100644
--- a/manual/pot/other_customization-packages.ssi.pot
+++ b/manual/pot/user_customization-packages.ssi.pot
@@ -7,26 +7,19 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 10:55+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
-#: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
-#: en/about_manual.ssi:105 en/about_manual.ssi:116 en/about_manual.ssi:129
-#: en/about_manual.ssi:137 en/about_manual.ssi:145 en/about_manual.ssi:153
-#: en/other_basics.ssi:34 en/other_basics.ssi:45 en/other_basics.ssi:58
-#: en/other_basics.ssi:68 en/other_basics.ssi:106 en/other_basics.ssi:120
-#: en/other_basics.ssi:128 en/other_basics.ssi:136 en/other_basics.ssi:146
-#: en/other_basics.ssi:158 en/other_basics.ssi:176 en/other_basics.ssi:184
-#: en/other_basics.ssi:192 en/other_basics.ssi:208 en/other_basics.ssi:216
-#: en/other_basics.ssi:226 en/other_basics.ssi:301 en/other_basics.ssi:317
-#: en/other_basics.ssi:325 en/other_basics.ssi:347 en/other_basics.ssi:386
+#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
+#: en/about_manual.ssi:109 en/about_manual.ssi:120 en/about_manual.ssi:133
+#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:157
 #: en/other_coding-style.ssi:28 en/other_coding-style.ssi:38
 #: en/other_coding-style.ssi:51 en/other_coding-style.ssi:61
 #: en/other_coding-style.ssi:88 en/other_coding-style.ssi:96
@@ -39,60 +32,57 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
 #: en/other_faq.ssi:299 en/other_faq.ssi:314 en/other_faq.ssi:333
 #: en/other_faq.ssi:345 en/other_faq.ssi:353 en/other_faq.ssi:364
 #: en/other_faq.ssi:374 en/other_howtos.ssi:16 en/other_howtos.ssi:43
-#: en/other_installation.ssi:40 en/other_installation.ssi:48
-#: en/other_installation.ssi:58 en/other_installation.ssi:66
-#: en/other_installation.ssi:78 en/other_installation.ssi:88
-#: en/other_installation.ssi:109 en/other_installation.ssi:123
-#: en/other_installation.ssi:141 en/other_installation.ssi:149
-#: en/other_installation.ssi:157 en/other_live-environment.ssi:14
-#: en/other_live-environment.ssi:30 en/other_live-environment.ssi:51
-#: en/other_live-environment.ssi:61 en/other_live-environment.ssi:69
-#: en/other_live-environment.ssi:77 en/other_live-environment.ssi:85
-#: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
-#: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
-#: en/other_overview.ssi:54 en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
+#: en/other_live-environment.ssi:14 en/other_live-environment.ssi:30
+#: en/other_live-environment.ssi:51 en/other_live-environment.ssi:61
+#: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
+#: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
+#: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
+#: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
 #. type: Plain text
-#: en/about_manual.ssi:81 en/about_manual.ssi:89 en/about_manual.ssi:97
-#: en/about_manual.ssi:112 en/about_manual.ssi:125 en/about_manual.ssi:133
-#: en/about_manual.ssi:141 en/about_manual.ssi:149 en/about_manual.ssi:156
-#: en/other_basics.ssi:38 en/other_basics.ssi:49 en/other_basics.ssi:62
-#: en/other_basics.ssi:72 en/other_basics.ssi:111 en/other_basics.ssi:124
-#: en/other_basics.ssi:132 en/other_basics.ssi:140 en/other_basics.ssi:150
-#: en/other_basics.ssi:162 en/other_basics.ssi:180 en/other_basics.ssi:188
-#: en/other_basics.ssi:196 en/other_basics.ssi:212 en/other_basics.ssi:220
-#: en/other_basics.ssi:230 en/other_basics.ssi:293 en/other_basics.ssi:305
-#: en/other_basics.ssi:321 en/other_basics.ssi:329 en/other_basics.ssi:372
-#: en/other_basics.ssi:397 en/other_coding-style.ssi:34
-#: en/other_coding-style.ssi:45 en/other_coding-style.ssi:57
-#: en/other_coding-style.ssi:68 en/other_coding-style.ssi:92
-#: en/other_coding-style.ssi:100 en/other_coding-style.ssi:113
-#: en/other_coding-style.ssi:124 en/other_common-tasks.ssi:36
-#: en/other_customization-backports.ssi:16
+#: en/about_manual.ssi:85 en/about_manual.ssi:93 en/about_manual.ssi:101
+#: en/about_manual.ssi:116 en/about_manual.ssi:129 en/about_manual.ssi:137
+#: en/about_manual.ssi:145 en/about_manual.ssi:153 en/about_manual.ssi:160
+#: en/other_coding-style.ssi:34 en/other_coding-style.ssi:45
+#: en/other_coding-style.ssi:57 en/other_coding-style.ssi:68
+#: en/other_coding-style.ssi:92 en/other_coding-style.ssi:100
+#: en/other_coding-style.ssi:113 en/other_coding-style.ssi:124
+#: en/other_common-tasks.ssi:36 en/other_customization-backports.ssi:16
 #: en/other_customization-bootup.ssi:35 en/other_customization-bootup.ssi:48
 #: en/other_customization-contents.ssi:35
 #: en/other_customization-contents.ssi:50
@@ -100,199 +90,218 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
 #: en/other_faq.ssi:319 en/other_faq.ssi:337 en/other_faq.ssi:349
 #: en/other_faq.ssi:358 en/other_faq.ssi:370 en/other_faq.ssi:381
-#: en/other_howtos.ssi:20 en/other_howtos.ssi:47 en/other_installation.ssi:44
-#: en/other_installation.ssi:52 en/other_installation.ssi:62
-#: en/other_installation.ssi:74 en/other_installation.ssi:82
-#: en/other_installation.ssi:92 en/other_installation.ssi:113
-#: en/other_installation.ssi:128 en/other_installation.ssi:145
-#: en/other_installation.ssi:153 en/other_installation.ssi:161
+#: en/other_howtos.ssi:20 en/other_howtos.ssi:47
 #: en/other_live-environment.ssi:18 en/other_live-environment.ssi:34
 #: en/other_live-environment.ssi:55 en/other_live-environment.ssi:65
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-bootup.ssi:8 en/other_customization-bootup.ssi:14
-#: en/other_customization-bootup.ssi:56 en/other_customization-bootup.ssi:60
-#: en/other_customization-bootup.ssi:64 en/other_customization-bootup.ssi:68
-#: en/other_customization-contents.ssi:56
-#: en/other_customization-contents.ssi:60
-#: en/other_customization-packages.ssi:131
-#: en/other_customization-packages.ssi:144
-#: en/other_customization-packages.ssi:190
-#: en/other_customization-packages.ssi:222
-#: en/other_customization-packages.ssi:238 en/other_live-environment.ssi:8
-#: en/other_resources.ssi:8 en/other_success-stories.ssi:7
-msgid "FIXME"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-packages.ssi:2
+#: en/user_customization-packages.ssi:2
 msgid ":B~ Customising package installation"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:4
+#: en/user_customization-packages.ssi:4
 msgid "1~ Customising package installation"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:6
+#: en/user_customization-packages.ssi:6
 msgid "_* Selecting additional packages to be installed"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:8
+#: en/user_customization-packages.ssi:8
 msgid "_* Installing modified packages"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:10
+#: en/user_customization-packages.ssi:10
 msgid "2~ Package sources"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:12
+#: en/user_customization-packages.ssi:12
 msgid "3~ Debian repositories"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:14
-msgid "To set a local mirror (used to ''build'' the live-cd)"
+#: en/user_customization-packages.ssi:14
+msgid "To set a local mirror (used to 'build' the live system)"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:18
+#: en/user_customization-packages.ssi:18
 msgid ""
-"$ lh config --mirror-bootstrap \"http://local.intra.net/debian/\" --mirror-"
-"chroot \"http://local.intra.net/debian/\""
+"$ lb config --mirror-bootstrap http://localhost/debian/ --mirror-chroot "
+"http://localhost/debian/"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:22
-msgid "The generic mirror is added to the live-system's /etc/apt/sources.list."
+#: en/user_customization-packages.ssi:22
+msgid "The generic mirror is added to the live system's /etc/apt/sources.list."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:26
-msgid "$ lh config --mirror-binary \"http://ftp.debian.org/debian/\""
+#: en/user_customization-packages.ssi:26
+msgid "$ lb config --mirror-binary http://ftp.debian.org/debian/"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:30
+#: en/user_customization-packages.ssi:30
 msgid ""
-"Note: It is not used for building the live-cd but to install new software "
-"while using the live-cd."
+"Note: It is not used for building the live system but to install new "
+"software while using the live system."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:32
-msgid "It can be disabled by setting binary indices parameter to disabled"
+#: en/user_customization-packages.ssi:32
+msgid ""
+"It can be disabled by setting the binary mirror to the same value as the "
+"chroot mirror."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:36
-msgid "$ lh config --binary-indices disabled"
+#: en/user_customization-packages.ssi:34
+msgid ""
+"Note: the same applies for mirror chroot security and mirror binary security"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:40
+#: en/user_customization-packages.ssi:39
 msgid ""
-"Note: the same applies for mirror chroot security and mirror binary security"
+"$ lb config --mirror-chroot-security {URL} $ lb config --mirror-binary-"
+"security {URL}"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:45
+#: en/user_customization-packages.ssi:43
+msgid "If you don't want to include apt indices, you can skip those with:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:47
+msgid "$ lb config --binary-indices false"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:51
 msgid ""
-"$ lh config --mirror-chroot-security {URL} $ lh config --mirror-binary-"
-"security {URL}"
+"This will not influence the entries in /etc/apt/sources.list, but only if /"
+"var/lib/apt contains the indices files or not (and by that making the image "
+"smaller)."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:49
+#: en/user_customization-packages.ssi:53
 msgid "3~ Own repository"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:51
+#: en/user_customization-packages.ssi:55
 msgid ""
-"To add more repositories (e.g. backports, experimental packages, etc.), "
-"create #{config/chroot_sources/your-cdd-repo.{chroot,binary}}# file."
+"To add more repositories (e.g. backports, experimental or custom packages, "
+"etc.), create #{config/chroot_sources/your-repository.{chroot,binary}}# "
+"files."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:53
+#: en/user_customization-packages.ssi:57
 msgid ""
 "e.g. #{config/chroot_sources/live.chroot}# allows you to install packages "
-"from the debian live snapshot repository at live-cd build time (you have to "
-"add the packages in your package list):"
+"from the debian live snapshot repository at live system build time (you have "
+"to add the packages in your package list):"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:57
+#: en/user_customization-packages.ssi:61
 msgid "deb http://live.debian.net/ sid-snapshots main contrib non-free"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:61
+#: en/user_customization-packages.ssi:65
 msgid ""
 "If you add the line to #{config/chroot_sources/live.binary}# the repository "
 "will be added to your live-system's #{/etc/apt/sources.list}#."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:67
 msgid "If such files exist, they will be picked up automatically."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:65
+#: en/user_customization-packages.ssi:69
 msgid ""
 "You can also put the gpg-key used to sign the repository into config/"
-"chroot_sources/foo.{binary,chroot}.gpg"
+"chroot_sources/your-repository.{binary,chroot}.gpg"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:67
+#: en/user_customization-packages.ssi:71
+msgid ""
+"Note: some preconfigured package repositories are available for easy "
+"selection through the --repository switch, e.g. for enabling live snapshots, "
+"a simple command is enough to enable it:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:75
+msgid "$ lb config --repository live.debian.net"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:79
 msgid "3~ Package installation"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:69
+#: en/user_customization-packages.ssi:81
 msgid ""
 "You can elect to use either #{apt}# or #{aptitude}# when installing "
-"packages. Which utility is used is governed by the #{LH_APT}# variable in #"
-"{config/chroot}# or by the #{--apt}# argument to #{lh config}#:"
+"packages. Which utility is used is governed by the #{LB_APT}# variable in #"
+"{config/chroot}# or by the #{--apt}# argument to #{lb config}#:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:71
+#: en/user_customization-packages.ssi:83
 msgid ""
 "_* #{apt}#: Specifying a missing package causes package installation to "
 "fail, which may not be the desired behaviour. This is the default setting "
@@ -300,7 +309,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:85
 msgid ""
 "_* #{aptitude}#: Specifying a missing package causes package installation to "
 "succeed, which may not be the desired behaviour. This is the default setting "
@@ -308,74 +317,74 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:75
+#: en/user_customization-packages.ssi:87
 msgid "2~ Installing additional packages"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:89
 msgid ""
 "live-helper has a number of mechanisms for indicating that additional "
 "packages should be installed, including:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:79
-msgid "_* The #{LH_PACKAGES}# variable"
+#: en/user_customization-packages.ssi:91
+msgid "_* The #{LB_PACKAGES}# variable"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:81
+#: en/user_customization-packages.ssi:93
 msgid "_* Package lists"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:83
+#: en/user_customization-packages.ssi:95
 msgid "_* Local packages (#{chroot_local-packages/}#)"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:85
+#: en/user_customization-packages.ssi:97
 msgid "_* Tasks"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:87
-msgid "3~ The #{LH_PACKAGES}# variable"
+#: en/user_customization-packages.ssi:99
+msgid "3~ The #{LB_PACKAGES}# variable"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:89
+#: en/user_customization-packages.ssi:101
 msgid ""
-"To install additional packages, simply add them to the #{LH_PACKAGES}# "
+"To install additional packages, simply add them to the #{LB_PACKAGES}# "
 "variable in #{config/chroot}#. For example:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:93
-msgid "LH_PACKAGES=\"package1 package2 package3 ... \""
+#: en/user_customization-packages.ssi:105
+msgid "LB_PACKAGES=\"package1 package2 package3 ... \""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:97
+#: en/user_customization-packages.ssi:109
 msgid "You can also specify initial values on the command line:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:101
-msgid "$ lh config --packages \"package1 package2 package3\""
+#: en/user_customization-packages.ssi:113
+msgid "$ lb config --packages \"package1 package2 package3\""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:106
+#: en/user_customization-packages.ssi:118
 msgid ""
-"The behaviour of live-helper when specifying a package that does not exist "
-"is determined by your choice of APT utility. See package-installation for "
-"more details.  % FIXME: <xref linkend=\"package-installation\"/>"
+"The behaviour of live-build when specifying a package that does not exist is "
+"determined by your choice of APT utility. See package-installation for more "
+"details.  % FIXME: <xref linkend=\"package-installation\"/>"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:109
+#: en/user_customization-packages.ssi:121
 msgid ""
 "If you need to specify a large number of packages to be installed or you "
 "need flexibility regarding which packages to install, you should probably be "
@@ -384,151 +393,152 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:123
 msgid "3~ Package lists"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:113
+#: en/user_customization-packages.ssi:125
 msgid ""
 "Package lists are a powerful way of expressing which packages should be "
-"installed. live-helper ships with a number of predefined package lists which "
-"provide sensible default package selections for the GNOME and KDE desktop "
+"installed. live-build ships with a number of predefined package lists which "
+"provide sensible default package selections for the major desktop "
 "environments, as well as standard systems."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:115
-msgid ""
-"To specify a package list, add the name of the list to the #"
-"{LH_PACKAGES_LISTS}# variable in #{config/chroot}#. For example:"
+#: en/user_customization-packages.ssi:127
+msgid "To specify one or more package list, you can use:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:117
+#: en/user_customization-packages.ssi:131
+msgid "$ lb config --packages-lists \"list1 list2 list3\""
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:135
 msgid ""
-"_* #{LH_PACKAGES_LISTS=\"gnome\"}#: Package lists that are distributed with "
-"live-helper reside in the #{/usr/share/live-helper/lists}# directory."
+"Note: Package lists that are distributed with live-build reside in the #{/"
+"usr/share/live/build/lists}# directory."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:119
+#: en/user_customization-packages.ssi:137
 #, no-wrap
 msgid "*{Local packages lists}*\n"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:121
+#: en/user_customization-packages.ssi:139
 msgid ""
 "You may supplement the supplied lists using local package lists stored in #"
 "{config/chroot_local-packageslists}#."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:123
+#: en/user_customization-packages.ssi:141
 msgid ""
-"Package lists that exist in this directory always override package lists "
-"distributed with live-helper. This can cause undesired effects when."
+"Package lists that exist in this directory need to have a #{.list}# suffix "
+"in order to be processed. Local packages lists always override package lists "
+"distributed with live-build. This can cause undesired effects, we therefore "
+"recommend to use unique names for local packages lists."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:125
-msgid "Note: live-helper 2.x change"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-packages.ssi:127
-msgid ""
-"Any file with #{.list}# suffix in #{config/chroot_local-packageslists}# is "
-"automatically enabled, the variable LH_PACKAGES_LISTS should only be used "
-"referencing packages lists included in live-helper (at #{/usr/share/live-"
-"helper/lists/}#."
+#: en/user_customization-packages.ssi:143
+#, no-wrap
+msgid "*{Extending a provided package list using includes}*\n"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:129
-#, no-wrap
-msgid "*{Extending a provided package list using includes}*\n"
+#: en/user_customization-packages.ssi:145
+msgid "% FIXME"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:138
+#: en/user_customization-packages.ssi:152
 msgid "% code{ % % #include <gnome> % iceweasel % % }code"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:140
+#: en/user_customization-packages.ssi:154
 msgid ""
-"The package lists that are included with live-helper make extensive use of "
-"includes. They are available to view in the #{/usr/share/live-helper/lists}# "
+"The package lists that are included with live-build make extensive use of "
+"includes. They are available to view in the #{/usr/share/live/build/lists}# "
 "directory."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:142
+#: en/user_customization-packages.ssi:156
 #, no-wrap
 msgid "*{Using conditionals inside packages lists}*\n"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:150
+#: en/user_customization-packages.ssi:162
 msgid "#if ARCHITECTURE amd64 ia32-libs #endif"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:154
-msgid "or if #{LH_ARCHITECTURE}# is set to #{i386}# or #{amd64}#:"
+#: en/user_customization-packages.ssi:166
+msgid "or if #{LB_ARCHITECTURE}# is set to #{i386}# or #{amd64}#:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:160
+#: en/user_customization-packages.ssi:172
 msgid "#if ARCHITECTURE i386 amd64 memtest86+ #endif"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:164
-msgid "or if #{LH_SECTIONS}# contains either #{contrib}# or #{non-free}#:"
+#: en/user_customization-packages.ssi:176
+msgid "or if #{LB_ARCHIVE_AREAS}# contains either #{contrib}# or #{non-free}#:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:170
-msgid "#if SECTIONS contrib non-free vrms #endif"
+#: en/user_customization-packages.ssi:182
+msgid "#if ARCHIVE_AREAS contrib non-free vrms #endif"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:186
 msgid "A conditional may surround an #{#include}# directive:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:180
+#: en/user_customization-packages.ssi:192
 msgid "#if ARCHITECTURE amd64 #include <gnome-full> #endif"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:196
 msgid ""
-"Any live-helper configuration variable that begins with #{LH_}# can be "
-"tested in this way."
+"Any live-build configuration variable that begins with #{LB_}# can be tested "
+"in this way."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:186
+#: en/user_customization-packages.ssi:198
 msgid "The nesting of conditionals is not supported."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:188
+#: en/user_customization-packages.ssi:200
 msgid "3~ Tasks"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:192
+#: en/user_customization-packages.ssi:202
+msgid "%FIXME"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:204
 msgid "2~ Installing modified or third-party packages"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:194
+#: en/user_customization-packages.ssi:206
 msgid ""
 "Whilst it is against the philosophy of Debian Live, it may sometimes be "
 "necessary to build a Live system with modified versions of packages that are "
@@ -539,7 +549,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:196
+#: en/user_customization-packages.ssi:208
 msgid ""
 "This section does not cover advice regarding building or maintaining "
 "modified packages. Joachim Breitner's 'How to fork privately' method from "
@@ -550,22 +560,22 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:198
+#: en/user_customization-packages.ssi:210
 msgid "There are two ways of installing modified custom packages:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:200
+#: en/user_customization-packages.ssi:212
 msgid "_* #{chroot_local-packages}#"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:202
+#: en/user_customization-packages.ssi:214
 msgid "_* Using a custom APT repository"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:204
+#: en/user_customization-packages.ssi:216
 msgid ""
 "The #{chroot_local-packages}# is simpler to achieve and useful for \"one-off"
 "\" customisations but has a number of drawbacks, whilst using a custom APT "
@@ -573,12 +583,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:206
+#: en/user_customization-packages.ssi:218
 msgid "3~ Using #{chroot_local-packages}# to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:208
+#: en/user_customization-packages.ssi:220
 msgid ""
 "To install a custom package, simply copy it to the #{config/chroot_local-"
 "packages}# directory. Packages that are inside this directory will be "
@@ -587,53 +597,53 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:210
+#: en/user_customization-packages.ssi:222
 msgid ""
 "Packages *{must}* be named in the prescribed way. One simple way to do this "
-"is to use #{dpkg-name}#. FIXME"
+"is to use #{dpkg-name}#."
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:212
+#: en/user_customization-packages.ssi:224
 msgid ""
 "Using #{chroot_local-packages}# for installation of custom packages has "
 "disadvantages:"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:214
+#: en/user_customization-packages.ssi:226
 msgid "_* It is not possible to use secure APT"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:216
+#: en/user_customization-packages.ssi:228
 msgid ""
 "_* You must install all appropriate packages in the #{config/chroot_local-"
 "packages}# directory"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:218
+#: en/user_customization-packages.ssi:230
 msgid ""
 "_* It does not lend itself to storing Debian Live configurations in revision "
 "control"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:220
+#: en/user_customization-packages.ssi:232
 msgid "3~ Using an APT repository to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:225
+#: en/user_customization-packages.ssi:235
 msgid ""
 "Unlike using #{chroot_local-packages}#, when using a custom APT repository "
-"you must ensure that you specify the packages elsewhere. See lh-packages for "
-"details.  % FIXME: <xref linkend=\"lh-packages\"/>"
+"you must ensure that you specify the packages elsewhere. See lb-packages for "
+"details.  % FIXME: <xref linkend=\"lb-packages\"/>"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:227
+#: en/user_customization-packages.ssi:237
 msgid ""
 "Whilst it may seem unnecessary effort to create an APT repository to install "
 "custom packages, the infrastructure can be easily re-used at a later date to "
@@ -641,14 +651,14 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:229
+#: en/user_customization-packages.ssi:239
 msgid "3~ Custom packages and APT"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:231
+#: en/user_customization-packages.ssi:241
 msgid ""
-"live-helper uses APT to install all packages into the live system so will "
+"live-build uses APT to install all packages into the live system so will "
 "therefore inherit behaviours from this program. One relevant example is that "
 "(assuming a default configuration) given a package available in two "
 "different repositories with different version numbers, APT will elect to "
@@ -656,7 +666,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:234
+#: en/user_customization-packages.ssi:244
 msgid ""
 "Because of this, you may wish to increment the version number in your custom "
 "packages' #{debian/changelog}# files to ensure that your modified version is "
@@ -667,12 +677,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:236
+#: en/user_customization-packages.ssi:246
 msgid "3~ Altering APT preferences during Live system"
 msgstr ""
 
 #. type: Plain text
-#: en/other_customization-packages.ssi:239
+#: en/user_customization-packages.ssi:247
 msgid ""
 "Whilst it may seem unnecessary effort to create an APT repository to install "
 "custom packages, the infrastructure can be easily re-used at a later date to "
diff --git a/manual/pot/user_installation.ssi.pot b/manual/pot/user_installation.ssi.pot
index 27e064c..1c33784 100644
--- a/manual/pot/user_installation.ssi.pot
+++ b/manual/pot/user_installation.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 14:53+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
@@ -32,18 +32,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
@@ -55,23 +44,33 @@ msgstr ""
 #: en/other_live-environment.ssi:69 en/other_live-environment.ssi:77
 #: en/other_live-environment.ssi:85 en/other_live-environment.ssi:93
 #: en/other_live-environment.ssi:116 en/other_live-environment.ssi:124
-#: en/other_live-environment.ssi:133 en/other_overview.ssi:54
-#: en/other_overview.ssi:94 en/other_overview.ssi:102
-#: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111 en/user_basics.ssi:34
-#: en/user_basics.ssi:45 en/user_basics.ssi:58 en/user_basics.ssi:70
-#: en/user_basics.ssi:84 en/user_basics.ssi:99 en/user_basics.ssi:107
-#: en/user_basics.ssi:115 en/user_basics.ssi:125 en/user_basics.ssi:137
-#: en/user_basics.ssi:149 en/user_basics.ssi:157 en/user_basics.ssi:165
-#: en/user_basics.ssi:179 en/user_basics.ssi:187 en/user_basics.ssi:197
-#: en/user_basics.ssi:249 en/user_basics.ssi:265 en/user_basics.ssi:273
-#: en/user_basics.ssi:293 en/user_basics.ssi:318 en/user_installation.ssi:38
+#: en/other_live-environment.ssi:133 en/other_procedures.ssi:12
+#: en/other_procedures.ssi:46 en/other_procedures.ssi:58
+#: en/other_use-cases.ssi:24 en/other_use-cases.ssi:49
+#: en/other_use-cases.ssi:75 en/other_use-cases.ssi:103
+#: en/other_use-cases.ssi:111 en/user_basics.ssi:34 en/user_basics.ssi:45
+#: en/user_basics.ssi:58 en/user_basics.ssi:70 en/user_basics.ssi:84
+#: en/user_basics.ssi:99 en/user_basics.ssi:107 en/user_basics.ssi:115
+#: en/user_basics.ssi:125 en/user_basics.ssi:137 en/user_basics.ssi:149
+#: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
+#: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
+#: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
 #: en/user_installation.ssi:118 en/user_installation.ssi:134
+#: en/user_overview.ssi:54 en/user_overview.ssi:98 en/user_overview.ssi:106
 msgid "code{"
 msgstr ""
 
@@ -91,18 +90,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
@@ -114,23 +102,33 @@ msgstr ""
 #: en/other_live-environment.ssi:73 en/other_live-environment.ssi:81
 #: en/other_live-environment.ssi:89 en/other_live-environment.ssi:97
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
-#: en/other_live-environment.ssi:138 en/other_overview.ssi:88
-#: en/other_overview.ssi:98 en/other_overview.ssi:106
-#: en/other_procedures.ssi:16 en/other_procedures.ssi:54
-#: en/other_procedures.ssi:131 en/other_use-cases.ssi:33
-#: en/other_use-cases.ssi:69 en/other_use-cases.ssi:97
-#: en/other_use-cases.ssi:107 en/other_use-cases.ssi:137 en/user_basics.ssi:38
-#: en/user_basics.ssi:49 en/user_basics.ssi:64 en/user_basics.ssi:74
-#: en/user_basics.ssi:90 en/user_basics.ssi:103 en/user_basics.ssi:111
-#: en/user_basics.ssi:119 en/user_basics.ssi:129 en/user_basics.ssi:143
-#: en/user_basics.ssi:153 en/user_basics.ssi:161 en/user_basics.ssi:169
-#: en/user_basics.ssi:183 en/user_basics.ssi:191 en/user_basics.ssi:201
-#: en/user_basics.ssi:241 en/user_basics.ssi:269 en/user_basics.ssi:277
-#: en/user_basics.ssi:304 en/user_basics.ssi:343 en/user_installation.ssi:42
+#: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
+#: en/other_procedures.ssi:54 en/other_procedures.ssi:131
+#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
+#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
+#: en/other_use-cases.ssi:137 en/user_basics.ssi:38 en/user_basics.ssi:49
+#: en/user_basics.ssi:64 en/user_basics.ssi:74 en/user_basics.ssi:90
+#: en/user_basics.ssi:103 en/user_basics.ssi:111 en/user_basics.ssi:119
+#: en/user_basics.ssi:129 en/user_basics.ssi:143 en/user_basics.ssi:153
+#: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
+#: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123
-#: en/user_installation.ssi:137
+#: en/user_installation.ssi:137 en/user_overview.ssi:92
+#: en/user_overview.ssi:102 en/user_overview.ssi:110
 msgid "}code"
 msgstr ""
 
diff --git a/manual/pot/user_overview.ssi.pot b/manual/pot/user_overview.ssi.pot
index a04c3ac..676dbef 100644
--- a/manual/pot/user_overview.ssi.pot
+++ b/manual/pot/user_overview.ssi.pot
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-09-07 15:15+0300\n"
+"POT-Creation-Date: 2010-09-17 23:43+0300\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"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
@@ -32,18 +32,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:18
 #: en/other_customization-internationalization.ssi:26
 #: en/other_customization-internationalization.ssi:34
-#: en/other_customization-internationalization.ssi:46
-#: en/other_customization-packages.ssi:16
-#: en/other_customization-packages.ssi:24
-#: en/other_customization-packages.ssi:34
-#: en/other_customization-packages.ssi:42
-#: en/other_customization-packages.ssi:55
-#: en/other_customization-packages.ssi:91
-#: en/other_customization-packages.ssi:99
-#: en/other_customization-packages.ssi:146
-#: en/other_customization-packages.ssi:156
-#: en/other_customization-packages.ssi:166
-#: en/other_customization-packages.ssi:176 en/other_faq.ssi:41
+#: en/other_customization-internationalization.ssi:46 en/other_faq.ssi:41
 #: en/other_faq.ssi:83 en/other_faq.ssi:103 en/other_faq.ssi:117
 #: en/other_faq.ssi:137 en/other_faq.ssi:151 en/other_faq.ssi:198
 #: en/other_faq.ssi:245 en/other_faq.ssi:261 en/other_faq.ssi:287
@@ -66,7 +55,17 @@ msgstr ""
 #: en/user_basics.ssi:157 en/user_basics.ssi:165 en/user_basics.ssi:179
 #: en/user_basics.ssi:187 en/user_basics.ssi:197 en/user_basics.ssi:249
 #: en/user_basics.ssi:265 en/user_basics.ssi:273 en/user_basics.ssi:293
-#: en/user_basics.ssi:318 en/user_installation.ssi:38
+#: en/user_basics.ssi:318 en/user_customization-packages.ssi:16
+#: en/user_customization-packages.ssi:24 en/user_customization-packages.ssi:36
+#: en/user_customization-packages.ssi:45 en/user_customization-packages.ssi:59
+#: en/user_customization-packages.ssi:73
+#: en/user_customization-packages.ssi:103
+#: en/user_customization-packages.ssi:111
+#: en/user_customization-packages.ssi:129
+#: en/user_customization-packages.ssi:158
+#: en/user_customization-packages.ssi:168
+#: en/user_customization-packages.ssi:178
+#: en/user_customization-packages.ssi:188 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:104
@@ -91,18 +90,7 @@ msgstr ""
 #: en/other_customization-internationalization.ssi:22
 #: en/other_customization-internationalization.ssi:30
 #: en/other_customization-internationalization.ssi:38
-#: en/other_customization-internationalization.ssi:50
-#: en/other_customization-packages.ssi:20
-#: en/other_customization-packages.ssi:28
-#: en/other_customization-packages.ssi:38
-#: en/other_customization-packages.ssi:47
-#: en/other_customization-packages.ssi:59
-#: en/other_customization-packages.ssi:95
-#: en/other_customization-packages.ssi:103
-#: en/other_customization-packages.ssi:152
-#: en/other_customization-packages.ssi:162
-#: en/other_customization-packages.ssi:172
-#: en/other_customization-packages.ssi:182 en/other_faq.ssi:37
+#: en/other_customization-internationalization.ssi:50 en/other_faq.ssi:37
 #: en/other_faq.ssi:46 en/other_faq.ssi:92 en/other_faq.ssi:108
 #: en/other_faq.ssi:141 en/other_faq.ssi:155 en/other_faq.ssi:207
 #: en/other_faq.ssi:256 en/other_faq.ssi:292 en/other_faq.ssi:307
@@ -125,7 +113,17 @@ msgstr ""
 #: en/user_basics.ssi:161 en/user_basics.ssi:169 en/user_basics.ssi:183
 #: en/user_basics.ssi:191 en/user_basics.ssi:201 en/user_basics.ssi:241
 #: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:304
-#: en/user_basics.ssi:343 en/user_installation.ssi:42
+#: en/user_basics.ssi:343 en/user_customization-packages.ssi:20
+#: en/user_customization-packages.ssi:28 en/user_customization-packages.ssi:41
+#: en/user_customization-packages.ssi:49 en/user_customization-packages.ssi:63
+#: en/user_customization-packages.ssi:77
+#: en/user_customization-packages.ssi:107
+#: en/user_customization-packages.ssi:115
+#: en/user_customization-packages.ssi:133
+#: en/user_customization-packages.ssi:164
+#: en/user_customization-packages.ssi:174
+#: en/user_customization-packages.ssi:184
+#: en/user_customization-packages.ssi:194 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:108 en/user_installation.ssi:123

-- 
live-manual



More information about the debian-live-changes mailing list