[SCM] live-manual branch, debian, updated. debian/2.0_a11-1-4-g327221b

Daniel Baumann daniel at debian.org
Tue Nov 30 09:41:54 UTC 2010


The following commit has been merged in the debian branch:
commit 327221be20002473a195963615a1a02ae2875024
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Nov 30 10:41:32 2010 +0100

    Removing obsolete other_customization-backports page.

diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
index 35e00d0..f50bd2e 100644
--- a/manual/de/live-manual.ssm
+++ b/manual/de/live-manual.ssm
@@ -69,8 +69,6 @@ only after it has been reviewed.
 
 % << other_customization-binary.ssi
 
-% << other_customization-backports.ssi
-
 % << other_common-tasks.ssi
 
 % << other_live-environment.ssi
@@ -81,14 +79,8 @@ only after it has been reviewed.
 
 % << other_coding-style.ssi
 
-% << other_procedures.ssi
-
 % << other_resources.ssi
 
-% << other_success-stories.ssi
-
-% << other_troubleshooting.ssi
-
 % << other_configuration-layout.ssi
 
 % << other_configuration-files.ssi
diff --git a/manual/de/other_customization-backports.ssi b/manual/de/other_customization-backports.ssi
deleted file mode 100644
index 9071b56..0000000
--- a/manual/de/other_customization-backports.ssi
+++ /dev/null
@@ -1,22 +0,0 @@
-B~ Using a newer kernel with Lenny
-
-1~ Using a newer kernel with Lenny
-
-The backports repository, backports.org, lacks the necessary module packages
-(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been
-set up, in order to build Lenny live images with a later kernel. Shown here
-is one way of doing it.
-
-code{
-
-$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb
-http://unsupported.debian-maintainers.org/backports-kernel/ ./' >
-config/chroot_sources/backports-kernel.chroot $ echo 'deb
-http://unsupported.debian-maintainers.org/backports-kernel/ ./' >
-config/chroot_sources/backports-kernel.binary $ wget
-http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc
--O config/chroot_sources/backports-kernel.chroot.gpg $ wget
-http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc
--O config/chroot_sources/backports-kernel.binary.gpg # lh_build
-
-}code
diff --git a/manual/en/live-manual.ssm b/manual/en/live-manual.ssm
index b87e3b6..1fbb3d4 100644
--- a/manual/en/live-manual.ssm
+++ b/manual/en/live-manual.ssm
@@ -69,8 +69,6 @@ been reviewed.
 
 % << other_customization-binary.ssi
 
-% << other_customization-backports.ssi
-
 % << other_common-tasks.ssi
 
 % << other_live-environment.ssi
@@ -81,14 +79,8 @@ been reviewed.
 
 % << other_coding-style.ssi
 
-% << other_procedures.ssi
-
 % << other_resources.ssi
 
-% << other_success-stories.ssi
-
-% << other_troubleshooting.ssi
-
 % << other_configuration-layout.ssi
 
 % << other_configuration-files.ssi
diff --git a/manual/en/other_customization-backports.ssi b/manual/en/other_customization-backports.ssi
deleted file mode 100644
index 3f86570..0000000
--- a/manual/en/other_customization-backports.ssi
+++ /dev/null
@@ -1,16 +0,0 @@
-B~ Using a newer kernel with Lenny
-
-1~ Using a newer kernel with Lenny
-
-The backports repository, backports.org, lacks the necessary module packages (linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been set up, in order to build Lenny live images with a later kernel. Shown here is one way of doing it.
-
-code{
-
-$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6'
-$ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' > config/chroot_sources/backports-kernel.chroot
-$ echo 'deb http://unsupported.debian-maintainers.org/backports-kernel/ ./' > config/chroot_sources/backports-kernel.binary
-$ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg
-$ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc -O config/chroot_sources/backports-kernel.binary.gpg
-# lh_build
-
-}code
diff --git a/manual/fr/live-manual.ssm b/manual/fr/live-manual.ssm
index 920fd59..2db800f 100644
--- a/manual/fr/live-manual.ssm
+++ b/manual/fr/live-manual.ssm
@@ -69,8 +69,6 @@ only after it has been reviewed.
 
 % << other_customization-binary.ssi
 
-% << other_customization-backports.ssi
-
 % << other_common-tasks.ssi
 
 % << other_live-environment.ssi
@@ -81,14 +79,8 @@ only after it has been reviewed.
 
 % << other_coding-style.ssi
 
-% << other_procedures.ssi
-
 % << other_resources.ssi
 
-% << other_success-stories.ssi
-
-% << other_troubleshooting.ssi
-
 % << other_configuration-layout.ssi
 
 % << other_configuration-files.ssi
diff --git a/manual/fr/other_customization-backports.ssi b/manual/fr/other_customization-backports.ssi
deleted file mode 100644
index 9071b56..0000000
--- a/manual/fr/other_customization-backports.ssi
+++ /dev/null
@@ -1,22 +0,0 @@
-B~ Using a newer kernel with Lenny
-
-1~ Using a newer kernel with Lenny
-
-The backports repository, backports.org, lacks the necessary module packages
-(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been
-set up, in order to build Lenny live images with a later kernel. Shown here
-is one way of doing it.
-
-code{
-
-$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb
-http://unsupported.debian-maintainers.org/backports-kernel/ ./' >
-config/chroot_sources/backports-kernel.chroot $ echo 'deb
-http://unsupported.debian-maintainers.org/backports-kernel/ ./' >
-config/chroot_sources/backports-kernel.binary $ wget
-http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc
--O config/chroot_sources/backports-kernel.chroot.gpg $ wget
-http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc
--O config/chroot_sources/backports-kernel.binary.gpg # lh_build
-
-}code
diff --git a/manual/po/de/live-manual.ssm.po b/manual/po/de/live-manual.ssm.po
index 508295b..4986587 100644
--- a/manual/po/de/live-manual.ssm.po
+++ b/manual/po/de/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 10:35+0100\n"
+"POT-Creation-Date: 2010-11-30 10:39+0100\n"
 "PO-Revision-Date: 2010-10-03 20:30+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -186,60 +186,40 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:73
-msgid "% << other_customization-backports.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:75
 msgid "% << other_common-tasks.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:77
+#: en/live-manual.ssm:75
 msgid "% << other_live-environment.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:79
+#: en/live-manual.ssm:77
 msgid "% << other_faq.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:81
+#: en/live-manual.ssm:79
 msgid "% << other_howtos.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:83
+#: en/live-manual.ssm:81
 msgid "% << other_coding-style.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:85
-msgid "% << other_procedures.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:87
+#: en/live-manual.ssm:83
 msgid "% << other_resources.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:89
-msgid "% << other_success-stories.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:91
-msgid "% << other_troubleshooting.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:93
+#: en/live-manual.ssm:85
 msgid "% << other_configuration-layout.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:94
+#: en/live-manual.ssm:86
 msgid "% << other_configuration-files.ssi"
 msgstr ""
diff --git a/manual/po/de/other_customization-backports.ssi.po b/manual/po/de/other_customization-backports.ssi.po
deleted file mode 100644
index b8a1ef4..0000000
--- a/manual/po/de/other_customization-backports.ssi.po
+++ /dev/null
@@ -1,164 +0,0 @@
-# German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-03 20:30+0300\n"
-"PO-Revision-Date: 2010-10-03 20:30+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-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: en/about_manual.ssi:82 en/about_manual.ssi:90 en/about_manual.ssi:98
-#: en/about_manual.ssi:110 en/about_manual.ssi:121 en/about_manual.ssi:134
-#: en/about_manual.ssi:142 en/about_manual.ssi:150 en/about_manual.ssi:158
-#: 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-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_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_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:36 en/user_basics.ssi:48
-#: en/user_basics.ssi:62 en/user_basics.ssi:74 en/user_basics.ssi:88
-#: en/user_basics.ssi:104 en/user_basics.ssi:112 en/user_basics.ssi:120
-#: en/user_basics.ssi:130 en/user_basics.ssi:142 en/user_basics.ssi:154
-#: en/user_basics.ssi:162 en/user_basics.ssi:170 en/user_basics.ssi:184
-#: en/user_basics.ssi:192 en/user_basics.ssi:202 en/user_basics.ssi:222
-#: en/user_basics.ssi:255 en/user_basics.ssi:271 en/user_basics.ssi:279
-#: en/user_basics.ssi:299 en/user_basics.ssi:324
-#: en/user_customization-contents.ssi:34 en/user_customization-contents.ssi:43
-#: en/user_customization-contents.ssi:66 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:131
-#: en/user_customization-packages.ssi:160
-#: en/user_customization-packages.ssi:170
-#: en/user_customization-packages.ssi:180
-#: en/user_customization-packages.ssi:190 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:105
-#: en/user_installation.ssi:119 en/user_installation.ssi:136
-#: en/user_overview.ssi:60 en/user_overview.ssi:104 en/user_overview.ssi:112
-msgid "code{"
-msgstr ""
-
-#. type: Plain text
-#: en/about_manual.ssi:86 en/about_manual.ssi:94 en/about_manual.ssi:102
-#: en/about_manual.ssi:117 en/about_manual.ssi:130 en/about_manual.ssi:138
-#: en/about_manual.ssi:146 en/about_manual.ssi:154 en/about_manual.ssi:161
-#: 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-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_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_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_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:40 en/user_basics.ssi:52
-#: en/user_basics.ssi:68 en/user_basics.ssi:78 en/user_basics.ssi:94
-#: en/user_basics.ssi:108 en/user_basics.ssi:116 en/user_basics.ssi:124
-#: en/user_basics.ssi:134 en/user_basics.ssi:148 en/user_basics.ssi:158
-#: en/user_basics.ssi:166 en/user_basics.ssi:174 en/user_basics.ssi:188
-#: en/user_basics.ssi:196 en/user_basics.ssi:206 en/user_basics.ssi:247
-#: en/user_basics.ssi:275 en/user_basics.ssi:283 en/user_basics.ssi:310
-#: en/user_basics.ssi:349 en/user_customization-contents.ssi:39
-#: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:70
-#: 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:135
-#: en/user_customization-packages.ssi:166
-#: en/user_customization-packages.ssi:176
-#: en/user_customization-packages.ssi:186
-#: en/user_customization-packages.ssi:196 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:109 en/user_installation.ssi:124
-#: en/user_installation.ssi:139 en/user_overview.ssi:98
-#: en/user_overview.ssi:108 en/user_overview.ssi:116
-msgid "}code"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:2
-msgid "B~ Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:4
-msgid "1~ Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:6
-msgid ""
-"The backports repository, backports.org, lacks the necessary module packages "
-"(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been "
-"set up, in order to build Lenny live images with a later kernel. Shown here "
-"is one way of doing it."
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:15
-msgid ""
-"$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb "
-"http://unsupported.debian-maintainers.org/backports-kernel/ ./' > config/"
-"chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-"
-"maintainers.org/backports-kernel/ ./' > config/chroot_sources/backports-"
-"kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-"
-"kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg "
-"$ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-"
-"key.asc -O config/chroot_sources/backports-kernel.binary.gpg # lh_build"
-msgstr ""
diff --git a/manual/po/fr/live-manual.ssm.po b/manual/po/fr/live-manual.ssm.po
index d71baaf..075e3d4 100644
--- a/manual/po/fr/live-manual.ssm.po
+++ b/manual/po/fr/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 10:35+0100\n"
+"POT-Creation-Date: 2010-11-30 10:39+0100\n"
 "PO-Revision-Date: 2010-10-21 07:06-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -186,60 +186,40 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:73
-msgid "% << other_customization-backports.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:75
 msgid "% << other_common-tasks.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:77
+#: en/live-manual.ssm:75
 msgid "% << other_live-environment.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:79
+#: en/live-manual.ssm:77
 msgid "% << other_faq.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:81
+#: en/live-manual.ssm:79
 msgid "% << other_howtos.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:83
+#: en/live-manual.ssm:81
 msgid "% << other_coding-style.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:85
-msgid "% << other_procedures.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:87
+#: en/live-manual.ssm:83
 msgid "% << other_resources.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:89
-msgid "% << other_success-stories.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:91
-msgid "% << other_troubleshooting.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:93
+#: en/live-manual.ssm:85
 msgid "% << other_configuration-layout.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:94
+#: en/live-manual.ssm:86
 msgid "% << other_configuration-files.ssi"
 msgstr ""
diff --git a/manual/po/fr/other_customization-backports.ssi.po b/manual/po/fr/other_customization-backports.ssi.po
deleted file mode 100644
index 2891bac..0000000
--- a/manual/po/fr/other_customization-backports.ssi.po
+++ /dev/null
@@ -1,164 +0,0 @@
-# French translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-03 20:30+0300\n"
-"PO-Revision-Date: 2010-10-03 20:30+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. type: Plain text
-#: en/about_manual.ssi:82 en/about_manual.ssi:90 en/about_manual.ssi:98
-#: en/about_manual.ssi:110 en/about_manual.ssi:121 en/about_manual.ssi:134
-#: en/about_manual.ssi:142 en/about_manual.ssi:150 en/about_manual.ssi:158
-#: 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-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_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_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:36 en/user_basics.ssi:48
-#: en/user_basics.ssi:62 en/user_basics.ssi:74 en/user_basics.ssi:88
-#: en/user_basics.ssi:104 en/user_basics.ssi:112 en/user_basics.ssi:120
-#: en/user_basics.ssi:130 en/user_basics.ssi:142 en/user_basics.ssi:154
-#: en/user_basics.ssi:162 en/user_basics.ssi:170 en/user_basics.ssi:184
-#: en/user_basics.ssi:192 en/user_basics.ssi:202 en/user_basics.ssi:222
-#: en/user_basics.ssi:255 en/user_basics.ssi:271 en/user_basics.ssi:279
-#: en/user_basics.ssi:299 en/user_basics.ssi:324
-#: en/user_customization-contents.ssi:34 en/user_customization-contents.ssi:43
-#: en/user_customization-contents.ssi:66 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:131
-#: en/user_customization-packages.ssi:160
-#: en/user_customization-packages.ssi:170
-#: en/user_customization-packages.ssi:180
-#: en/user_customization-packages.ssi:190 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:105
-#: en/user_installation.ssi:119 en/user_installation.ssi:136
-#: en/user_overview.ssi:60 en/user_overview.ssi:104 en/user_overview.ssi:112
-msgid "code{"
-msgstr "code{"
-
-#. type: Plain text
-#: en/about_manual.ssi:86 en/about_manual.ssi:94 en/about_manual.ssi:102
-#: en/about_manual.ssi:117 en/about_manual.ssi:130 en/about_manual.ssi:138
-#: en/about_manual.ssi:146 en/about_manual.ssi:154 en/about_manual.ssi:161
-#: 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-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_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_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_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:40 en/user_basics.ssi:52
-#: en/user_basics.ssi:68 en/user_basics.ssi:78 en/user_basics.ssi:94
-#: en/user_basics.ssi:108 en/user_basics.ssi:116 en/user_basics.ssi:124
-#: en/user_basics.ssi:134 en/user_basics.ssi:148 en/user_basics.ssi:158
-#: en/user_basics.ssi:166 en/user_basics.ssi:174 en/user_basics.ssi:188
-#: en/user_basics.ssi:196 en/user_basics.ssi:206 en/user_basics.ssi:247
-#: en/user_basics.ssi:275 en/user_basics.ssi:283 en/user_basics.ssi:310
-#: en/user_basics.ssi:349 en/user_customization-contents.ssi:39
-#: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:70
-#: 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:135
-#: en/user_customization-packages.ssi:166
-#: en/user_customization-packages.ssi:176
-#: en/user_customization-packages.ssi:186
-#: en/user_customization-packages.ssi:196 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:109 en/user_installation.ssi:124
-#: en/user_installation.ssi:139 en/user_overview.ssi:98
-#: en/user_overview.ssi:108 en/user_overview.ssi:116
-msgid "}code"
-msgstr "}code"
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:2
-msgid "B~ Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:4
-msgid "1~ Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:6
-msgid ""
-"The backports repository, backports.org, lacks the necessary module packages "
-"(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been "
-"set up, in order to build Lenny live images with a later kernel. Shown here "
-"is one way of doing it."
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:15
-msgid ""
-"$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb "
-"http://unsupported.debian-maintainers.org/backports-kernel/ ./' > config/"
-"chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-"
-"maintainers.org/backports-kernel/ ./' > config/chroot_sources/backports-"
-"kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-"
-"kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg "
-"$ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-"
-"key.asc -O config/chroot_sources/backports-kernel.binary.gpg # lh_build"
-msgstr ""
diff --git a/manual/po/pt_BR/live-manual.ssm.po b/manual/po/pt_BR/live-manual.ssm.po
index cbe57d8..61ac4d5 100644
--- a/manual/po/pt_BR/live-manual.ssm.po
+++ b/manual/po/pt_BR/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 10:35+0100\n"
+"POT-Creation-Date: 2010-11-30 10:39+0100\n"
 "PO-Revision-Date: 2010-10-22 07:52-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -186,60 +186,40 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:73
-msgid "% << other_customization-backports.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:75
 msgid "% << other_common-tasks.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:77
+#: en/live-manual.ssm:75
 msgid "% << other_live-environment.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:79
+#: en/live-manual.ssm:77
 msgid "% << other_faq.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:81
+#: en/live-manual.ssm:79
 msgid "% << other_howtos.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:83
+#: en/live-manual.ssm:81
 msgid "% << other_coding-style.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:85
-msgid "% << other_procedures.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:87
+#: en/live-manual.ssm:83
 msgid "% << other_resources.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:89
-msgid "% << other_success-stories.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:91
-msgid "% << other_troubleshooting.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:93
+#: en/live-manual.ssm:85
 msgid "% << other_configuration-layout.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:94
+#: en/live-manual.ssm:86
 msgid "% << other_configuration-files.ssi"
 msgstr ""
diff --git a/manual/po/pt_BR/other_customization-backports.ssi.po b/manual/po/pt_BR/other_customization-backports.ssi.po
deleted file mode 100644
index bec4c76..0000000
--- a/manual/po/pt_BR/other_customization-backports.ssi.po
+++ /dev/null
@@ -1,164 +0,0 @@
-# Portuguese translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-03 20:30+0300\n"
-"PO-Revision-Date: 2010-10-03 20:30+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: pt_BR\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. type: Plain text
-#: en/about_manual.ssi:82 en/about_manual.ssi:90 en/about_manual.ssi:98
-#: en/about_manual.ssi:110 en/about_manual.ssi:121 en/about_manual.ssi:134
-#: en/about_manual.ssi:142 en/about_manual.ssi:150 en/about_manual.ssi:158
-#: 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-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_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_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:36 en/user_basics.ssi:48
-#: en/user_basics.ssi:62 en/user_basics.ssi:74 en/user_basics.ssi:88
-#: en/user_basics.ssi:104 en/user_basics.ssi:112 en/user_basics.ssi:120
-#: en/user_basics.ssi:130 en/user_basics.ssi:142 en/user_basics.ssi:154
-#: en/user_basics.ssi:162 en/user_basics.ssi:170 en/user_basics.ssi:184
-#: en/user_basics.ssi:192 en/user_basics.ssi:202 en/user_basics.ssi:222
-#: en/user_basics.ssi:255 en/user_basics.ssi:271 en/user_basics.ssi:279
-#: en/user_basics.ssi:299 en/user_basics.ssi:324
-#: en/user_customization-contents.ssi:34 en/user_customization-contents.ssi:43
-#: en/user_customization-contents.ssi:66 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:131
-#: en/user_customization-packages.ssi:160
-#: en/user_customization-packages.ssi:170
-#: en/user_customization-packages.ssi:180
-#: en/user_customization-packages.ssi:190 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:105
-#: en/user_installation.ssi:119 en/user_installation.ssi:136
-#: en/user_overview.ssi:60 en/user_overview.ssi:104 en/user_overview.ssi:112
-msgid "code{"
-msgstr "code{"
-
-#. type: Plain text
-#: en/about_manual.ssi:86 en/about_manual.ssi:94 en/about_manual.ssi:102
-#: en/about_manual.ssi:117 en/about_manual.ssi:130 en/about_manual.ssi:138
-#: en/about_manual.ssi:146 en/about_manual.ssi:154 en/about_manual.ssi:161
-#: 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-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_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_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_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:40 en/user_basics.ssi:52
-#: en/user_basics.ssi:68 en/user_basics.ssi:78 en/user_basics.ssi:94
-#: en/user_basics.ssi:108 en/user_basics.ssi:116 en/user_basics.ssi:124
-#: en/user_basics.ssi:134 en/user_basics.ssi:148 en/user_basics.ssi:158
-#: en/user_basics.ssi:166 en/user_basics.ssi:174 en/user_basics.ssi:188
-#: en/user_basics.ssi:196 en/user_basics.ssi:206 en/user_basics.ssi:247
-#: en/user_basics.ssi:275 en/user_basics.ssi:283 en/user_basics.ssi:310
-#: en/user_basics.ssi:349 en/user_customization-contents.ssi:39
-#: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:70
-#: 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:135
-#: en/user_customization-packages.ssi:166
-#: en/user_customization-packages.ssi:176
-#: en/user_customization-packages.ssi:186
-#: en/user_customization-packages.ssi:196 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:109 en/user_installation.ssi:124
-#: en/user_installation.ssi:139 en/user_overview.ssi:98
-#: en/user_overview.ssi:108 en/user_overview.ssi:116
-msgid "}code"
-msgstr "}code"
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:2
-msgid "B~ Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:4
-msgid "1~ Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:6
-msgid ""
-"The backports repository, backports.org, lacks the necessary module packages "
-"(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been "
-"set up, in order to build Lenny live images with a later kernel. Shown here "
-"is one way of doing it."
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:15
-msgid ""
-"$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb "
-"http://unsupported.debian-maintainers.org/backports-kernel/ ./' > config/"
-"chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-"
-"maintainers.org/backports-kernel/ ./' > config/chroot_sources/backports-"
-"kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-"
-"kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg "
-"$ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-"
-"key.asc -O config/chroot_sources/backports-kernel.binary.gpg # lh_build"
-msgstr ""
diff --git a/manual/po/ro/live-manual.ssm.po b/manual/po/ro/live-manual.ssm.po
index 995285a..7dbd434 100644
--- a/manual/po/ro/live-manual.ssm.po
+++ b/manual/po/ro/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 10:35+0100\n"
+"POT-Creation-Date: 2010-11-30 10:39+0100\n"
 "PO-Revision-Date: 2010-10-23 00:04+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -187,60 +187,40 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:73
-msgid "% << other_customization-backports.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:75
 msgid "% << other_common-tasks.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:77
+#: en/live-manual.ssm:75
 msgid "% << other_live-environment.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:79
+#: en/live-manual.ssm:77
 msgid "% << other_faq.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:81
+#: en/live-manual.ssm:79
 msgid "% << other_howtos.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:83
+#: en/live-manual.ssm:81
 msgid "% << other_coding-style.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:85
-msgid "% << other_procedures.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:87
+#: en/live-manual.ssm:83
 msgid "% << other_resources.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:89
-msgid "% << other_success-stories.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:91
-msgid "% << other_troubleshooting.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:93
+#: en/live-manual.ssm:85
 msgid "% << other_configuration-layout.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:94
+#: en/live-manual.ssm:86
 msgid "% << other_configuration-files.ssi"
 msgstr ""
diff --git a/manual/po/ro/other_customization-backports.ssi.po b/manual/po/ro/other_customization-backports.ssi.po
deleted file mode 100644
index 10d8a00..0000000
--- a/manual/po/ro/other_customization-backports.ssi.po
+++ /dev/null
@@ -1,165 +0,0 @@
-# Romanian translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-03 20:30+0300\n"
-"PO-Revision-Date: 2010-10-03 20:30+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: ro\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
-"20)) ? 1 : 2;\n"
-
-#. type: Plain text
-#: en/about_manual.ssi:82 en/about_manual.ssi:90 en/about_manual.ssi:98
-#: en/about_manual.ssi:110 en/about_manual.ssi:121 en/about_manual.ssi:134
-#: en/about_manual.ssi:142 en/about_manual.ssi:150 en/about_manual.ssi:158
-#: 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-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_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_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:36 en/user_basics.ssi:48
-#: en/user_basics.ssi:62 en/user_basics.ssi:74 en/user_basics.ssi:88
-#: en/user_basics.ssi:104 en/user_basics.ssi:112 en/user_basics.ssi:120
-#: en/user_basics.ssi:130 en/user_basics.ssi:142 en/user_basics.ssi:154
-#: en/user_basics.ssi:162 en/user_basics.ssi:170 en/user_basics.ssi:184
-#: en/user_basics.ssi:192 en/user_basics.ssi:202 en/user_basics.ssi:222
-#: en/user_basics.ssi:255 en/user_basics.ssi:271 en/user_basics.ssi:279
-#: en/user_basics.ssi:299 en/user_basics.ssi:324
-#: en/user_customization-contents.ssi:34 en/user_customization-contents.ssi:43
-#: en/user_customization-contents.ssi:66 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:131
-#: en/user_customization-packages.ssi:160
-#: en/user_customization-packages.ssi:170
-#: en/user_customization-packages.ssi:180
-#: en/user_customization-packages.ssi:190 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:105
-#: en/user_installation.ssi:119 en/user_installation.ssi:136
-#: en/user_overview.ssi:60 en/user_overview.ssi:104 en/user_overview.ssi:112
-msgid "code{"
-msgstr "code{"
-
-#. type: Plain text
-#: en/about_manual.ssi:86 en/about_manual.ssi:94 en/about_manual.ssi:102
-#: en/about_manual.ssi:117 en/about_manual.ssi:130 en/about_manual.ssi:138
-#: en/about_manual.ssi:146 en/about_manual.ssi:154 en/about_manual.ssi:161
-#: 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-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_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_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_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:40 en/user_basics.ssi:52
-#: en/user_basics.ssi:68 en/user_basics.ssi:78 en/user_basics.ssi:94
-#: en/user_basics.ssi:108 en/user_basics.ssi:116 en/user_basics.ssi:124
-#: en/user_basics.ssi:134 en/user_basics.ssi:148 en/user_basics.ssi:158
-#: en/user_basics.ssi:166 en/user_basics.ssi:174 en/user_basics.ssi:188
-#: en/user_basics.ssi:196 en/user_basics.ssi:206 en/user_basics.ssi:247
-#: en/user_basics.ssi:275 en/user_basics.ssi:283 en/user_basics.ssi:310
-#: en/user_basics.ssi:349 en/user_customization-contents.ssi:39
-#: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:70
-#: 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:135
-#: en/user_customization-packages.ssi:166
-#: en/user_customization-packages.ssi:176
-#: en/user_customization-packages.ssi:186
-#: en/user_customization-packages.ssi:196 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:109 en/user_installation.ssi:124
-#: en/user_installation.ssi:139 en/user_overview.ssi:98
-#: en/user_overview.ssi:108 en/user_overview.ssi:116
-msgid "}code"
-msgstr "}code"
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:2
-msgid "B~ Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:4
-msgid "1~ Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:6
-msgid ""
-"The backports repository, backports.org, lacks the necessary module packages "
-"(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been "
-"set up, in order to build Lenny live images with a later kernel. Shown here "
-"is one way of doing it."
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:15
-msgid ""
-"$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb "
-"http://unsupported.debian-maintainers.org/backports-kernel/ ./' > config/"
-"chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-"
-"maintainers.org/backports-kernel/ ./' > config/chroot_sources/backports-"
-"kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-"
-"kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg "
-"$ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-"
-"key.asc -O config/chroot_sources/backports-kernel.binary.gpg # lh_build"
-msgstr ""
diff --git a/manual/po4a.cfg b/manual/po4a.cfg
index bf410e4..98715af 100644
--- a/manual/po4a.cfg
+++ b/manual/po4a.cfg
@@ -7,7 +7,6 @@
 [type: text] en/other_common-tasks.ssi $lang:$lang/other_common-tasks.ssi
 [type: text] en/other_configuration-files.ssi $lang:$lang/other_configuration-files.ssi
 [type: text] en/other_configuration-layout.ssi $lang:$lang/other_configuration-layout.ssi
-[type: text] en/other_customization-backports.ssi $lang:$lang/other_customization-backports.ssi
 [type: text] en/other_customization-binary.ssi $lang:$lang/other_customization-binary.ssi
 [type: text] en/other_customization-bootup.ssi $lang:$lang/other_customization-bootup.ssi
 [type: text] en/other_faq.ssi $lang:$lang/other_faq.ssi
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
index 8b3d6c4..1a83318 100644
--- a/manual/pot/live-manual.ssm.pot
+++ b/manual/pot/live-manual.ssm.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-30 10:35+0100\n"
+"POT-Creation-Date: 2010-11-30 10:39+0100\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"
@@ -186,60 +186,40 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:73
-msgid "% << other_customization-backports.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:75
 msgid "% << other_common-tasks.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:77
+#: en/live-manual.ssm:75
 msgid "% << other_live-environment.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:79
+#: en/live-manual.ssm:77
 msgid "% << other_faq.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:81
+#: en/live-manual.ssm:79
 msgid "% << other_howtos.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:83
+#: en/live-manual.ssm:81
 msgid "% << other_coding-style.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:85
-msgid "% << other_procedures.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:87
+#: en/live-manual.ssm:83
 msgid "% << other_resources.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:89
-msgid "% << other_success-stories.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:91
-msgid "% << other_troubleshooting.ssi"
-msgstr ""
-
-#. type: Plain text
-#: en/live-manual.ssm:93
+#: en/live-manual.ssm:85
 msgid "% << other_configuration-layout.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:94
+#: en/live-manual.ssm:86
 msgid "% << other_configuration-files.ssi"
 msgstr ""
diff --git a/manual/pot/other_customization-backports.ssi.pot b/manual/pot/other_customization-backports.ssi.pot
deleted file mode 100644
index ab3f585..0000000
--- a/manual/pot/other_customization-backports.ssi.pot
+++ /dev/null
@@ -1,164 +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-10-03 20:30+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=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#: en/about_manual.ssi:82 en/about_manual.ssi:90 en/about_manual.ssi:98
-#: en/about_manual.ssi:110 en/about_manual.ssi:121 en/about_manual.ssi:134
-#: en/about_manual.ssi:142 en/about_manual.ssi:150 en/about_manual.ssi:158
-#: 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-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_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_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:36 en/user_basics.ssi:48
-#: en/user_basics.ssi:62 en/user_basics.ssi:74 en/user_basics.ssi:88
-#: en/user_basics.ssi:104 en/user_basics.ssi:112 en/user_basics.ssi:120
-#: en/user_basics.ssi:130 en/user_basics.ssi:142 en/user_basics.ssi:154
-#: en/user_basics.ssi:162 en/user_basics.ssi:170 en/user_basics.ssi:184
-#: en/user_basics.ssi:192 en/user_basics.ssi:202 en/user_basics.ssi:222
-#: en/user_basics.ssi:255 en/user_basics.ssi:271 en/user_basics.ssi:279
-#: en/user_basics.ssi:299 en/user_basics.ssi:324
-#: en/user_customization-contents.ssi:34 en/user_customization-contents.ssi:43
-#: en/user_customization-contents.ssi:66 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:131
-#: en/user_customization-packages.ssi:160
-#: en/user_customization-packages.ssi:170
-#: en/user_customization-packages.ssi:180
-#: en/user_customization-packages.ssi:190 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:105
-#: en/user_installation.ssi:119 en/user_installation.ssi:136
-#: en/user_overview.ssi:60 en/user_overview.ssi:104 en/user_overview.ssi:112
-msgid "code{"
-msgstr ""
-
-#. type: Plain text
-#: en/about_manual.ssi:86 en/about_manual.ssi:94 en/about_manual.ssi:102
-#: en/about_manual.ssi:117 en/about_manual.ssi:130 en/about_manual.ssi:138
-#: en/about_manual.ssi:146 en/about_manual.ssi:154 en/about_manual.ssi:161
-#: 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-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_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_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_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:40 en/user_basics.ssi:52
-#: en/user_basics.ssi:68 en/user_basics.ssi:78 en/user_basics.ssi:94
-#: en/user_basics.ssi:108 en/user_basics.ssi:116 en/user_basics.ssi:124
-#: en/user_basics.ssi:134 en/user_basics.ssi:148 en/user_basics.ssi:158
-#: en/user_basics.ssi:166 en/user_basics.ssi:174 en/user_basics.ssi:188
-#: en/user_basics.ssi:196 en/user_basics.ssi:206 en/user_basics.ssi:247
-#: en/user_basics.ssi:275 en/user_basics.ssi:283 en/user_basics.ssi:310
-#: en/user_basics.ssi:349 en/user_customization-contents.ssi:39
-#: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:70
-#: 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:135
-#: en/user_customization-packages.ssi:166
-#: en/user_customization-packages.ssi:176
-#: en/user_customization-packages.ssi:186
-#: en/user_customization-packages.ssi:196 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:109 en/user_installation.ssi:124
-#: en/user_installation.ssi:139 en/user_overview.ssi:98
-#: en/user_overview.ssi:108 en/user_overview.ssi:116
-msgid "}code"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:2
-msgid "B~ Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:4
-msgid "1~ Using a newer kernel with Lenny"
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:6
-msgid ""
-"The backports repository, backports.org, lacks the necessary module packages "
-"(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been "
-"set up, in order to build Lenny live images with a later kernel. Shown here "
-"is one way of doing it."
-msgstr ""
-
-#. type: Plain text
-#: en/other_customization-backports.ssi:15
-msgid ""
-"$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb "
-"http://unsupported.debian-maintainers.org/backports-kernel/ ./' > config/"
-"chroot_sources/backports-kernel.chroot $ echo 'deb http://unsupported.debian-"
-"maintainers.org/backports-kernel/ ./' > config/chroot_sources/backports-"
-"kernel.binary $ wget http://unsupported.debian-maintainers.org/backports-"
-"kernel/archive-key.asc -O config/chroot_sources/backports-kernel.chroot.gpg "
-"$ wget http://unsupported.debian-maintainers.org/backports-kernel/archive-"
-"key.asc -O config/chroot_sources/backports-kernel.binary.gpg # lh_build"
-msgstr ""
diff --git a/manual/pt_BR/live-manual.ssm b/manual/pt_BR/live-manual.ssm
index 920fd59..2db800f 100644
--- a/manual/pt_BR/live-manual.ssm
+++ b/manual/pt_BR/live-manual.ssm
@@ -69,8 +69,6 @@ only after it has been reviewed.
 
 % << other_customization-binary.ssi
 
-% << other_customization-backports.ssi
-
 % << other_common-tasks.ssi
 
 % << other_live-environment.ssi
@@ -81,14 +79,8 @@ only after it has been reviewed.
 
 % << other_coding-style.ssi
 
-% << other_procedures.ssi
-
 % << other_resources.ssi
 
-% << other_success-stories.ssi
-
-% << other_troubleshooting.ssi
-
 % << other_configuration-layout.ssi
 
 % << other_configuration-files.ssi
diff --git a/manual/pt_BR/other_customization-backports.ssi b/manual/pt_BR/other_customization-backports.ssi
deleted file mode 100644
index 9071b56..0000000
--- a/manual/pt_BR/other_customization-backports.ssi
+++ /dev/null
@@ -1,22 +0,0 @@
-B~ Using a newer kernel with Lenny
-
-1~ Using a newer kernel with Lenny
-
-The backports repository, backports.org, lacks the necessary module packages
-(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been
-set up, in order to build Lenny live images with a later kernel. Shown here
-is one way of doing it.
-
-code{
-
-$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb
-http://unsupported.debian-maintainers.org/backports-kernel/ ./' >
-config/chroot_sources/backports-kernel.chroot $ echo 'deb
-http://unsupported.debian-maintainers.org/backports-kernel/ ./' >
-config/chroot_sources/backports-kernel.binary $ wget
-http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc
--O config/chroot_sources/backports-kernel.chroot.gpg $ wget
-http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc
--O config/chroot_sources/backports-kernel.binary.gpg # lh_build
-
-}code
diff --git a/manual/ro/live-manual.ssm b/manual/ro/live-manual.ssm
index 920fd59..2db800f 100644
--- a/manual/ro/live-manual.ssm
+++ b/manual/ro/live-manual.ssm
@@ -69,8 +69,6 @@ only after it has been reviewed.
 
 % << other_customization-binary.ssi
 
-% << other_customization-backports.ssi
-
 % << other_common-tasks.ssi
 
 % << other_live-environment.ssi
@@ -81,14 +79,8 @@ only after it has been reviewed.
 
 % << other_coding-style.ssi
 
-% << other_procedures.ssi
-
 % << other_resources.ssi
 
-% << other_success-stories.ssi
-
-% << other_troubleshooting.ssi
-
 % << other_configuration-layout.ssi
 
 % << other_configuration-files.ssi
diff --git a/manual/ro/other_customization-backports.ssi b/manual/ro/other_customization-backports.ssi
deleted file mode 100644
index 9071b56..0000000
--- a/manual/ro/other_customization-backports.ssi
+++ /dev/null
@@ -1,22 +0,0 @@
-B~ Using a newer kernel with Lenny
-
-1~ Using a newer kernel with Lenny
-
-The backports repository, backports.org, lacks the necessary module packages
-(linux-modules-extra-2.6, aufs, etc.) so an alternative repository has been
-set up, in order to build Lenny live images with a later kernel. Shown here
-is one way of doing it.
-
-code{
-
-$ lh_config --linux-packages 'linux-image-2.6 aufs-modules-2.6' $ echo 'deb
-http://unsupported.debian-maintainers.org/backports-kernel/ ./' >
-config/chroot_sources/backports-kernel.chroot $ echo 'deb
-http://unsupported.debian-maintainers.org/backports-kernel/ ./' >
-config/chroot_sources/backports-kernel.binary $ wget
-http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc
--O config/chroot_sources/backports-kernel.chroot.gpg $ wget
-http://unsupported.debian-maintainers.org/backports-kernel/archive-key.asc
--O config/chroot_sources/backports-kernel.binary.gpg # lh_build
-
-}code

-- 
live-manual



More information about the debian-live-changes mailing list