[SCM] live-manual branch, debian, updated. debian/3.0_a17-1

chals chals at altorricon.com
Thu Sep 27 10:55:57 UTC 2012


The following commit has been merged in the debian branch:
commit b9253a88094871948ff8b36841e123cc18293454
Author: chals <chals at altorricon.com>
Date:   Tue Sep 25 21:13:50 2012 +0200

    Translating kernel flavour and version into Spanish.

diff --git a/manual/ca/live-manual.ssm b/manual/ca/live-manual.ssm
index 8616fad..aa716a8 100644
--- a/manual/ca/live-manual.ssm
+++ b/manual/ca/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: Aquest programa és un programari lliure: es pot redistribuir i/o modificar sota els termes de la Llicència Pública General de la GNU com és publicada per la Free Software Foundation, ja sigui la versió 3 de la Llicència, o (si ho preferiu) qualsevol versió posterior.<br><br>Aquest programa es distribueix amb l'esperança que sigui útil, però sense cap garantia, fins i tot sense la garantia implícita de COMERCIALITZACIÓ o ADEQUACIÓ PER A PROPÒSITS DETERMINATS. Vegeu la Llicència General Pública de la GNU per a més detalls.<br><br>Haurieu de rebre una còpia de la Llicència Pública General de la GNU amb aquest programa. Si no és així, consulteu http://www.gnu.org/licenses/. <br><br>El text complet de la Llicència Pública General de la GNU es pot trobar a /usr/share/common-licenses/GPL-3.
 
 @date:
- :published: 24.09.2012
+ :published: 25.09.2012
 
 @publisher: Projecte Debian Live <debian-live at lists.debian.org>
 
diff --git a/manual/ca/user_customization-packages.ssi b/manual/ca/user_customization-packages.ssi
index 85e7e86..663933e 100644
--- a/manual/ca/user_customization-packages.ssi
+++ b/manual/ca/user_customization-packages.ssi
@@ -365,6 +365,54 @@ code{
 
 }code
 
+3~kernel-flavour-and-version Kernel flavour and version
+
+Your choice of architecture determines the default flavour or flavours of
+kernel images included in the live system. Each flavour is suffixed to the
+default stub #{linux-image}# to form each metapackage name which in turn
+depends on an exact kernel package to be included in your image.
+
+Thus by default, an #{amd64}# architecture image will include the
+#{linux-image-amd64}# flavour metapackage, and an #{i386}# architecture
+image will include the #{linux-image-486}# and #{linux-image-686-pae}#
+metapackages. At time of writing, these packages depend on
+#{linux-image-3.2.0-4-amd64}#, #{linux-image-3.2.0-4-486}# and
+#{linux-image-3.2.0-4-686-pae}#, respectively.
+
+When more than one kernel package version is available in your configured
+archives, you can specify a different kernel package name stub with the
+#{--linux-packages}# option. For example, supposing you are building an
+#{amd64}# architecture image and add the experimental archive for testing
+purposes so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You
+would configure that image as follows:
+
+code{
+
+ $ lb config --linux-packages linux-image-3.5-trunk
+ $ echo "deb http://ftp.debian.org/debian/ experimental main" > config/archives/experimental.list.chroot
+
+}code
+
+Please note that live-build directly supports only kernels that are
+integrated within the Debian package management system and does not support
+kernels not built as #{.deb}# packages.
+
+The proper and recommended way to deploy your own kernel packages is to
+follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and
+include a complete build of the #{linux}# and matching #{linux-latest}#
+packages in your repository.
+
+When not using a full kernel build with matching metapackages, kernels
+without metapackages can be included in your configuration just the way you
+would any other package and specifying an appropriate #{--linux-packages}#
+stub.
+
+Remember when building custom kernel configurations you must of course
+satisfy the minimum requirements for running a live environment, i.e. at
+least include any kernel modules needed to handle the live filesystem
+(usually aufs and squashfs) and don't forget to suffix the package names
+with the flavour (e.g. #{-amd64}#).
+
 2~installing-modified-or-third-party-packages Instaŀlació de paquets
 modificats o de tercers
 
diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
index 3e0a87e..ac3638e 100644
--- a/manual/de/live-manual.ssm
+++ b/manual/de/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: Dieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäss Version 3 der Lizenz oder (nach Ihrer Option) jeder späteren Version.<br><br>Die Veröffentlichung dieses Programms erfolgt in der Hoffnung, dass es Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, sogar ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU General Public License.<br><br>Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Programm erhalten haben. Falls nicht, siehe <http://www.gnu.org/licenses/>.<br><br>Der komplette Text der GNU General Public License kann in der Datei /usr/share/common-licenses/GPL-3 gefunden werden.
 
 @date:
- :published: 24.09.2012
+ :published: 25.09.2012
 
 @publisher: Debian Live Projekt <debian-live at lists.debian.org>
 
diff --git a/manual/de/user_customization-packages.ssi b/manual/de/user_customization-packages.ssi
index 32e7058..d652d10 100644
--- a/manual/de/user_customization-packages.ssi
+++ b/manual/de/user_customization-packages.ssi
@@ -345,6 +345,54 @@ code{
 
 }code
 
+3~kernel-flavour-and-version Kernel flavour and version
+
+Your choice of architecture determines the default flavour or flavours of
+kernel images included in the live system. Each flavour is suffixed to the
+default stub #{linux-image}# to form each metapackage name which in turn
+depends on an exact kernel package to be included in your image.
+
+Thus by default, an #{amd64}# architecture image will include the
+#{linux-image-amd64}# flavour metapackage, and an #{i386}# architecture
+image will include the #{linux-image-486}# and #{linux-image-686-pae}#
+metapackages. At time of writing, these packages depend on
+#{linux-image-3.2.0-4-amd64}#, #{linux-image-3.2.0-4-486}# and
+#{linux-image-3.2.0-4-686-pae}#, respectively.
+
+When more than one kernel package version is available in your configured
+archives, you can specify a different kernel package name stub with the
+#{--linux-packages}# option. For example, supposing you are building an
+#{amd64}# architecture image and add the experimental archive for testing
+purposes so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You
+would configure that image as follows:
+
+code{
+
+ $ lb config --linux-packages linux-image-3.5-trunk
+ $ echo "deb http://ftp.debian.org/debian/ experimental main" > config/archives/experimental.list.chroot
+
+}code
+
+Please note that live-build directly supports only kernels that are
+integrated within the Debian package management system and does not support
+kernels not built as #{.deb}# packages.
+
+The proper and recommended way to deploy your own kernel packages is to
+follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and
+include a complete build of the #{linux}# and matching #{linux-latest}#
+packages in your repository.
+
+When not using a full kernel build with matching metapackages, kernels
+without metapackages can be included in your configuration just the way you
+would any other package and specifying an appropriate #{--linux-packages}#
+stub.
+
+Remember when building custom kernel configurations you must of course
+satisfy the minimum requirements for running a live environment, i.e. at
+least include any kernel modules needed to handle the live filesystem
+(usually aufs and squashfs) and don't forget to suffix the package names
+with the flavour (e.g. #{-amd64}#).
+
 2~installing-modified-or-third-party-packages Installing modified or
 third-party packages
 
diff --git a/manual/en/live-manual.ssm b/manual/en/live-manual.ssm
index a394006..dcbb2fb 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>The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2012-09-24
+ :published: 2012-09-25
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/es/live-manual.ssm b/manual/es/live-manual.ssm
index d5fbbfb..2b827e5 100644
--- a/manual/es/live-manual.ssm
+++ b/manual/es/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: Este programa es software libre: puede ser redistribuido y/o modificado bajo los términos de la GNU General Public License publicada por la Free Software Foundation, bien de la versión 3 de la Licencia, o (a su elección) cualquier versión posterior. <br><br> Este programa se distribuye con la esperanza de que sea útil, pero SIN NINGUNA GARANTÍA, incluso sin la garantía implícita de COMERCIALIZACIÓN o IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Consulte la GNU General Public License para más detalles. <br><br> Debería haber recibido una copia de la General Public License GNU junto con este programa. Si no, vea http://www.gnu.org/licenses/. <br><br> El texto completo de la GNU Licencia Pública General se pueden encontrar en /usr/share/common-licenses/GPL-3
 
 @date:
- :published: 24.09.2012
+ :published: 25.09.2012
 
 @publisher: Proyecto Debian Live <debian-live at lists.debian.org>
 
diff --git a/manual/es/user_customization-packages.ssi b/manual/es/user_customization-packages.ssi
index c4a86c2..cfddc24 100644
--- a/manual/es/user_customization-packages.ssi
+++ b/manual/es/user_customization-packages.ssi
@@ -380,6 +380,56 @@ code{
 
 }code
 
+3~kernel-flavour-and-version Versión y tipo de kernel 
+
+La elección de la arquitectura determina el tipo o tipos de las imágenes del
+kernel incluidas por defecto en el sistema en vivo. Cada tipo tiene el
+sufijo del stub predeterminado de #{linux-image}# para formar el nombre de
+cada metapaquete que a su vez depende del paquete del kernel exacto que debe
+incluirse en la imagen.
+
+Así, por defecto, una imagen de arquitectura #{amd64}# incluirá el
+metapaquete #{linux-image-amd64}# y una imagen de arquitectura #{i386}#
+incluirá los metapaquetes {linux-image-486}# y #{linux-image-686-pae}#. En
+el momento de escribir esto, los paquetes dependen, respectivamente, de
+#{linux-image-3.2.0-4-amd64}#, #{linux-image-3.2.0-4-486}# y
+#{linux-image-3.2.0-4-686-pae}#
+
+Cuando hay más de una versión del paquete kernel disponible en los archivos
+configurados, se puede especificar el nombre de un paquete del kernel
+diferente con la opción #{--linux-packages}#. Por ejemplo, suponiendo que se
+está construyendo una image de arquitectura #{amd64}# y se quiere añadir el
+archivo experimental con propósitos de prueba para que se pueda instalar el
+kernel #{linux-image-3.5-trunk-amd64}#. Se podría configurar la imagen de la
+siguiente manera:
+
+code{
+
+ $ lb config --linux-packages linux-image-3.5-trunk
+ $ echo "deb http://ftp.debian.org/debian/ experimental main" > config/archives/experimental.list.chroot
+
+}code
+
+Tener en cuenta que live-build sólo soporta directamente los kernels que se
+integran en el sistema de gestión de paquetes de Debian y no es compatible
+con kernels que no esten en paquetes deb.
+
+La manera apropiada y recomendable de implementar los propios paquetes del
+kernel es seguir las instrucciones del #{kernel-handbook}#, añadir el ABI
+del kernel e incluir los paquetes del kernel completo en un repositorio que
+coincidan con los paquetes #{linux}# y #{linux-latest}#.
+
+Si no se utiliza un kernel completo con los metapaquetes adecuados, se puede
+añadir kernels sin metapaquetes en la configuración tal y como se haría con
+cualquier otro paquete y especificar un stub adecuado #{--linux-packages}#
+
+Recordar cuando se construyen configuraciones personalizadas del kernel que,
+por supuesto, se deben cumplir los requisitos mínimos para el funcionamiento
+de un entorno en vivo, es decir, como mínimo, alguna módulos del kernel
+necesarios para manejar el sistema de archivos en vivo (generalmente aufs y
+squashfs) y no olvidarse del sufijo de los nombres de los paquetes con el
+tipo de kernel (por ejemplo, #{-amd64}#).
+
 2~installing-modified-or-third-party-packages Instalar paquetes modificados
 o de terceros
 
diff --git a/manual/fr/live-manual.ssm b/manual/fr/live-manual.ssm
index 0a27ab3..6e746cb 100644
--- a/manual/fr/live-manual.ssm
+++ b/manual/fr/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: Ce programme est un logiciel libre; vous pouvez le redistribuer ou le modifier suivant les termes de la Licence Générale Publique GNU telle que publiée par la Free Software Foundation: soit la version 3 de cette licence, soit (à votre gré) toute version ultérieure.<br><br>Ce programme est distribué dans l’espoir qu’il vous sera utile, mais SANS AUCUNE GARANTIE: sans même la garantie implicite de COMMERCIALISABILITÉ ni d’ADÉQUATION À UN OBJECTIF PARTICULIER. Consultez la Licence Générale Publique GNU pour plus de détails.<br><br>Vous devriez avoir reçu une copie de la Licence Générale Publique GNU avec ce programme ; si ce n’est pas le cas, consultez http://www.gnu.org/licenses/. <br><br>Le texte complet de la Licence Générale Publique GNU peut être trouvé dans le fichier / usr/share/common-licenses/GPL-3
 
 @date:
- :published: 24.09.2012
+ :published: 25.09.2012
 
 @publisher:  Projet Debian Live <debian-live at lists.debian.org>
 
diff --git a/manual/fr/user_customization-packages.ssi b/manual/fr/user_customization-packages.ssi
index 942df89..f4e837e 100644
--- a/manual/fr/user_customization-packages.ssi
+++ b/manual/fr/user_customization-packages.ssi
@@ -369,6 +369,54 @@ code{
 
 }code
 
+3~kernel-flavour-and-version Kernel flavour and version
+
+Your choice of architecture determines the default flavour or flavours of
+kernel images included in the live system. Each flavour is suffixed to the
+default stub #{linux-image}# to form each metapackage name which in turn
+depends on an exact kernel package to be included in your image.
+
+Thus by default, an #{amd64}# architecture image will include the
+#{linux-image-amd64}# flavour metapackage, and an #{i386}# architecture
+image will include the #{linux-image-486}# and #{linux-image-686-pae}#
+metapackages. At time of writing, these packages depend on
+#{linux-image-3.2.0-4-amd64}#, #{linux-image-3.2.0-4-486}# and
+#{linux-image-3.2.0-4-686-pae}#, respectively.
+
+When more than one kernel package version is available in your configured
+archives, you can specify a different kernel package name stub with the
+#{--linux-packages}# option. For example, supposing you are building an
+#{amd64}# architecture image and add the experimental archive for testing
+purposes so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You
+would configure that image as follows:
+
+code{
+
+ $ lb config --linux-packages linux-image-3.5-trunk
+ $ echo "deb http://ftp.debian.org/debian/ experimental main" > config/archives/experimental.list.chroot
+
+}code
+
+Please note that live-build directly supports only kernels that are
+integrated within the Debian package management system and does not support
+kernels not built as #{.deb}# packages.
+
+The proper and recommended way to deploy your own kernel packages is to
+follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and
+include a complete build of the #{linux}# and matching #{linux-latest}#
+packages in your repository.
+
+When not using a full kernel build with matching metapackages, kernels
+without metapackages can be included in your configuration just the way you
+would any other package and specifying an appropriate #{--linux-packages}#
+stub.
+
+Remember when building custom kernel configurations you must of course
+satisfy the minimum requirements for running a live environment, i.e. at
+least include any kernel modules needed to handle the live filesystem
+(usually aufs and squashfs) and don't forget to suffix the package names
+with the flavour (e.g. #{-amd64}#).
+
 2~installing-modified-or-third-party-packages Installation des paquets
 modifiés ou de tiers
 
diff --git a/manual/it/live-manual.ssm b/manual/it/live-manual.ssm
index db43f6c..56f6216 100644
--- a/manual/it/live-manual.ssm
+++ b/manual/it/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: Questo programma è software libero: è possibile ridistribuirlo e modificarlo secondo i termini della GNU General Public License come pubblicata dalla Free Software Foundation, sia la versione 3 della licenza o (a scelta) una versione successiva.<br><br>Questo programma è distribuito nella speranza che possa essere utile, ma SENZA ALCUNA GARANZIA, nemmeno la garanzia implicita di COMMERCIABILITÀ o IDONEITÀ PER UN PARTICOLARE SCOPO. Vedere la GNU General Public License per ulteriori dettagli.<br><br>Si dovrebbe aver ricevuto una copia della GNU General Public License con questo programma. In caso contrario, vedere http://www.gnu.org/licenses/. <br><br>Il testo completo della GNU General Public License può essere trovato nel file /usr/share/common-licenses/GPL-3.
 
 @date:
- :published: 24.09.2012
+ :published: 25.09.2012
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/it/user_customization-packages.ssi b/manual/it/user_customization-packages.ssi
index 58307bd..c5c93de 100644
--- a/manual/it/user_customization-packages.ssi
+++ b/manual/it/user_customization-packages.ssi
@@ -358,6 +358,54 @@ code{
 
 }code
 
+3~kernel-flavour-and-version Kernel flavour and version
+
+Your choice of architecture determines the default flavour or flavours of
+kernel images included in the live system. Each flavour is suffixed to the
+default stub #{linux-image}# to form each metapackage name which in turn
+depends on an exact kernel package to be included in your image.
+
+Thus by default, an #{amd64}# architecture image will include the
+#{linux-image-amd64}# flavour metapackage, and an #{i386}# architecture
+image will include the #{linux-image-486}# and #{linux-image-686-pae}#
+metapackages. At time of writing, these packages depend on
+#{linux-image-3.2.0-4-amd64}#, #{linux-image-3.2.0-4-486}# and
+#{linux-image-3.2.0-4-686-pae}#, respectively.
+
+When more than one kernel package version is available in your configured
+archives, you can specify a different kernel package name stub with the
+#{--linux-packages}# option. For example, supposing you are building an
+#{amd64}# architecture image and add the experimental archive for testing
+purposes so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You
+would configure that image as follows:
+
+code{
+
+ $ lb config --linux-packages linux-image-3.5-trunk
+ $ echo "deb http://ftp.debian.org/debian/ experimental main" > config/archives/experimental.list.chroot
+
+}code
+
+Please note that live-build directly supports only kernels that are
+integrated within the Debian package management system and does not support
+kernels not built as #{.deb}# packages.
+
+The proper and recommended way to deploy your own kernel packages is to
+follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and
+include a complete build of the #{linux}# and matching #{linux-latest}#
+packages in your repository.
+
+When not using a full kernel build with matching metapackages, kernels
+without metapackages can be included in your configuration just the way you
+would any other package and specifying an appropriate #{--linux-packages}#
+stub.
+
+Remember when building custom kernel configurations you must of course
+satisfy the minimum requirements for running a live environment, i.e. at
+least include any kernel modules needed to handle the live filesystem
+(usually aufs and squashfs) and don't forget to suffix the package names
+with the flavour (e.g. #{-amd64}#).
+
 2~installing-modified-or-third-party-packages Installare pacchetti
 modificati o di terze parti
 
diff --git a/manual/po/ca/live-manual.ssm.po b/manual/po/ca/live-manual.ssm.po
index 7690297..4c1e428 100644
--- a/manual/po/ca/live-manual.ssm.po
+++ b/manual/po/ca/live-manual.ssm.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-09-24 16:32+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2012-08-26 14:11+0200\n"
 "Last-Translator: Carlos Zuferri <chals at altorricon.com>\n"
 "Language-Team: none\n"
@@ -50,10 +50,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-09-24\n"
+" :published: 2012-09-25\n"
 msgstr ""
 "@date:\n"
-" :published: 24.09.2012\n"
+" :published: 25.09.2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/ca/user_customization-packages.ssi.po b/manual/po/ca/user_customization-packages.ssi.po
index 341b66c..8eea82b 100644
--- a/manual/po/ca/user_customization-packages.ssi.po
+++ b/manual/po/ca/user_customization-packages.ssi.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual\n"
-"POT-Creation-Date: 2012-09-10 23:16+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2012-09-10 23:37+0100\n"
 "Last-Translator: Carlos Zuferri <chals at altorricon.com>\n"
 "Language-Team: none\n"
@@ -52,28 +52,29 @@ msgstr ""
 #: en/user_customization-packages.ssi:177
 #: en/user_customization-packages.ssi:187
 #: en/user_customization-packages.ssi:205
-#: en/user_customization-packages.ssi:269
-#: en/user_customization-packages.ssi:281
-#: en/user_customization-packages.ssi:291
-#: en/user_customization-packages.ssi:305
-#: en/user_customization-packages.ssi:321
-#: en/user_customization-packages.ssi:338
-#: en/user_customization-packages.ssi:346 en/user_customization-runtime.ssi:14
+#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:292
+#: en/user_customization-packages.ssi:304
+#: en/user_customization-packages.ssi:314
+#: en/user_customization-packages.ssi:328
+#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:361
+#: en/user_customization-packages.ssi:369 en/user_customization-runtime.ssi:14
 #: en/user_customization-runtime.ssi:27 en/user_customization-runtime.ssi:45
 #: en/user_customization-runtime.ssi:57 en/user_customization-runtime.ssi:76
 #: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:93
 #: en/user_customization-runtime.ssi:122 en/user_customization-runtime.ssi:132
 #: en/user_customization-runtime.ssi:140 en/user_customization-runtime.ssi:149
-#: en/user_customization-runtime.ssi:166 en/user_examples.ssi:14
-#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
-#: en/user_examples.ssi:66 en/user_examples.ssi:82 en/user_examples.ssi:92
-#: en/user_examples.ssi:105 en/user_examples.ssi:113 en/user_examples.ssi:123
-#: en/user_examples.ssi:133 en/user_examples.ssi:147 en/user_examples.ssi:155
-#: en/user_examples.ssi:163 en/user_examples.ssi:171 en/user_examples.ssi:187
-#: en/user_examples.ssi:201 en/user_examples.ssi:209 en/user_examples.ssi:217
-#: en/user_examples.ssi:233 en/user_examples.ssi:247 en/user_examples.ssi:256
-#: en/user_examples.ssi:264 en/user_examples.ssi:284 en/user_examples.ssi:292
-#: en/user_examples.ssi:301 en/user_examples.ssi:311
+#: en/user_customization-runtime.ssi:158 en/user_customization-runtime.ssi:173
+#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
+#: en/user_examples.ssi:54 en/user_examples.ssi:66 en/user_examples.ssi:82
+#: en/user_examples.ssi:92 en/user_examples.ssi:105 en/user_examples.ssi:113
+#: en/user_examples.ssi:123 en/user_examples.ssi:133 en/user_examples.ssi:147
+#: en/user_examples.ssi:155 en/user_examples.ssi:163 en/user_examples.ssi:171
+#: en/user_examples.ssi:187 en/user_examples.ssi:201 en/user_examples.ssi:209
+#: en/user_examples.ssi:217 en/user_examples.ssi:233 en/user_examples.ssi:247
+#: en/user_examples.ssi:256 en/user_examples.ssi:264 en/user_examples.ssi:284
+#: en/user_examples.ssi:292 en/user_examples.ssi:301 en/user_examples.ssi:311
 #: en/user_installation.ssi:38 en/user_installation.ssi:46
 #: en/user_installation.ssi:56 en/user_installation.ssi:64
 #: en/user_installation.ssi:74 en/user_installation.ssi:82
@@ -125,28 +126,29 @@ msgstr "code{"
 #: en/user_customization-packages.ssi:183
 #: en/user_customization-packages.ssi:193
 #: en/user_customization-packages.ssi:211
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:285
-#: en/user_customization-packages.ssi:295
-#: en/user_customization-packages.ssi:309
-#: en/user_customization-packages.ssi:334
-#: en/user_customization-packages.ssi:342
-#: en/user_customization-packages.ssi:351 en/user_customization-runtime.ssi:21
+#: en/user_customization-packages.ssi:226
+#: en/user_customization-packages.ssi:296
+#: en/user_customization-packages.ssi:308
+#: en/user_customization-packages.ssi:318
+#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:357
+#: en/user_customization-packages.ssi:365
+#: en/user_customization-packages.ssi:374 en/user_customization-runtime.ssi:21
 #: en/user_customization-runtime.ssi:31 en/user_customization-runtime.ssi:49
 #: en/user_customization-runtime.ssi:70 en/user_customization-runtime.ssi:80
 #: en/user_customization-runtime.ssi:89 en/user_customization-runtime.ssi:98
 #: en/user_customization-runtime.ssi:126 en/user_customization-runtime.ssi:136
-#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:156
-#: en/user_customization-runtime.ssi:174 en/user_examples.ssi:20
-#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:60
-#: en/user_examples.ssi:70 en/user_examples.ssi:88 en/user_examples.ssi:101
-#: en/user_examples.ssi:109 en/user_examples.ssi:117 en/user_examples.ssi:127
-#: en/user_examples.ssi:139 en/user_examples.ssi:151 en/user_examples.ssi:159
-#: en/user_examples.ssi:167 en/user_examples.ssi:175 en/user_examples.ssi:195
-#: en/user_examples.ssi:205 en/user_examples.ssi:213 en/user_examples.ssi:229
-#: en/user_examples.ssi:237 en/user_examples.ssi:252 en/user_examples.ssi:260
-#: en/user_examples.ssi:268 en/user_examples.ssi:288 en/user_examples.ssi:297
-#: en/user_examples.ssi:307 en/user_examples.ssi:325
+#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:154
+#: en/user_customization-runtime.ssi:163 en/user_customization-runtime.ssi:181
+#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
+#: en/user_examples.ssi:60 en/user_examples.ssi:70 en/user_examples.ssi:88
+#: en/user_examples.ssi:101 en/user_examples.ssi:109 en/user_examples.ssi:117
+#: en/user_examples.ssi:127 en/user_examples.ssi:139 en/user_examples.ssi:151
+#: en/user_examples.ssi:159 en/user_examples.ssi:167 en/user_examples.ssi:175
+#: en/user_examples.ssi:195 en/user_examples.ssi:205 en/user_examples.ssi:213
+#: en/user_examples.ssi:229 en/user_examples.ssi:237 en/user_examples.ssi:252
+#: en/user_examples.ssi:260 en/user_examples.ssi:268 en/user_examples.ssi:288
+#: en/user_examples.ssi:297 en/user_examples.ssi:307 en/user_examples.ssi:325
 #: en/user_installation.ssi:42 en/user_installation.ssi:50
 #: en/user_installation.ssi:60 en/user_installation.ssi:70
 #: en/user_installation.ssi:78 en/user_installation.ssi:86
@@ -924,6 +926,85 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:213
+msgid "3~kernel-flavour-and-version Kernel flavour and version"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:215
+msgid ""
+"Your choice of architecture determines the default flavour or flavours of "
+"kernel images included in the live system. Each flavour is suffixed to the "
+"default stub #{linux-image}# to form each metapackage name which in turn "
+"depends on an exact kernel package to be included in your image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:217
+msgid ""
+"Thus by default, an #{amd64}# architecture image will include the #{linux-"
+"image-amd64}# flavour metapackage, and an #{i386}# architecture image will "
+"include the #{linux-image-486}# and #{linux-image-686-pae}# metapackages. At "
+"time of writing, these packages depend on #{linux-image-3.2.0-4-amd64}#, #"
+"{linux-image-3.2.0-4-486}# and #{linux-image-3.2.0-4-686-pae}#, respectively."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:219
+msgid ""
+"When more than one kernel package version is available in your configured "
+"archives, you can specify a different kernel package name stub with the #{--"
+"linux-packages}# option. For example, supposing you are building an #{amd64}"
+"# architecture image and add the experimental archive for testing purposes "
+"so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You would "
+"configure that image as follows:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:224
+#, no-wrap
+msgid ""
+" $ lb config --linux-packages linux-image-3.5-trunk\n"
+" $ echo \"deb http://ftp.debian.org/debian/ experimental main\" > config/archives/experimental.list.chroot\n"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:228
+msgid ""
+"Please note that live-build directly supports only kernels that are "
+"integrated within the Debian package management system and does not support "
+"kernels not built as #{.deb}# packages."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:230
+msgid ""
+"The proper and recommended way to deploy your own kernel packages is to "
+"follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and "
+"include a complete build of the #{linux}# and matching #{linux-latest}# "
+"packages in your repository."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:232
+msgid ""
+"When not using a full kernel build with matching metapackages, kernels "
+"without metapackages can be included in your configuration just the way you "
+"would any other package and specifying an appropriate #{--linux-packages}# "
+"stub."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:234
+msgid ""
+"Remember when building custom kernel configurations you must of course "
+"satisfy the minimum requirements for running a live environment, i.e. at "
+"least include any kernel modules needed to handle the live filesystem "
+"(usually aufs and squashfs) and don't forget to suffix the package names "
+"with the flavour (e.g. #{-amd64}#)."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:236
 msgid ""
 "2~installing-modified-or-third-party-packages Installing modified or third-"
 "party packages"
@@ -932,7 +1013,7 @@ msgstr ""
 "modificats o de tercers"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:238
 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 "
@@ -950,7 +1031,7 @@ msgstr ""
 "funcionalitat personalitzada i/o propietària."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:217
+#: en/user_customization-packages.ssi:240
 msgid ""
 "This section does not cover advice regarding building or maintaining "
 "modified packages. Joachim Breitner's 'How to fork privately' method from "
@@ -967,22 +1048,22 @@ msgstr ""
 "guide/ i en altres llocs."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:242
 msgid "There are two ways of installing modified custom packages:"
 msgstr "Hi ha dues formes d'instaŀlar paquets personalitzats modificats:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:244
 msgid "_* #{packages.chroot}#"
 msgstr "_* #{packages.chroot}#"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:223
+#: en/user_customization-packages.ssi:246
 msgid "_* Using a custom APT repository"
 msgstr "_* L'ús d'un repositori APT personalitzat"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:225
+#: en/user_customization-packages.ssi:248
 msgid ""
 "Using #{packages.chroot}# is simpler to achieve and useful for \"one-off\" "
 "customizations but has a number of drawbacks, whilst using a custom APT "
@@ -994,12 +1075,12 @@ msgstr ""
 "temps necessari."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:227
+#: en/user_customization-packages.ssi:250
 msgid "3~ Using #{packages.chroot}# to install custom packages"
 msgstr "3~ Fer servir #{packages.chroot}# per instaŀar paquets personalitzats"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:229
+#: en/user_customization-packages.ssi:252
 msgid ""
 "To install a custom package, simply copy it to the #{config/packages.chroot/}"
 "# directory. Packages that are inside this directory will be automatically "
@@ -1012,7 +1093,7 @@ msgstr ""
 "construcció - no cal especificar res més en cap altre lloc."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:231
+#: en/user_customization-packages.ssi:254
 msgid ""
 "Packages *{must}* be named in the prescribed way. One simple way to do this "
 "is to use #{dpkg-name}#."
@@ -1021,7 +1102,7 @@ msgstr ""
 "de fer això és utilitzar #{dpkg-name}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:233
+#: en/user_customization-packages.ssi:256
 msgid ""
 "Using #{packages.chroot}# for installation of custom packages has "
 "disadvantages:"
@@ -1030,12 +1111,12 @@ msgstr ""
 "té els seus desavantatges:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:235
+#: en/user_customization-packages.ssi:258
 msgid "_* It is not possible to use secure APT."
 msgstr "_* No és possible utilitzar APT segur."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:237
+#: en/user_customization-packages.ssi:260
 msgid ""
 "_* You must install all appropriate packages in the #{config/packages."
 "chroot/}# directory."
@@ -1044,7 +1125,7 @@ msgstr ""
 "chroot/}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:239
+#: en/user_customization-packages.ssi:262
 msgid ""
 "_* It does not lend itself to storing Debian Live configurations in revision "
 "control."
@@ -1053,12 +1134,12 @@ msgstr ""
 "el control de revisió."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:241
+#: en/user_customization-packages.ssi:264
 msgid "3~ Using an APT repository to install custom packages"
 msgstr "3~ Fer servir un repositori APT per instaŀlar paquets personalitzats"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:243
+#: en/user_customization-packages.ssi:266
 msgid ""
 "Unlike using #{packages.chroot}#, when using a custom APT repository you "
 "must ensure that you specify the packages elsewhere. See {Choosing packages "
@@ -1070,7 +1151,7 @@ msgstr ""
 "per més detalls."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:245
+#: en/user_customization-packages.ssi:268
 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 "
@@ -1082,12 +1163,12 @@ msgstr ""
 "modificats."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:247
+#: en/user_customization-packages.ssi:270
 msgid "3~ Custom packages and APT"
 msgstr "3~ Paquets personalitzats i APT"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:249
+#: en/user_customization-packages.ssi:272
 msgid ""
 "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 "
@@ -1102,7 +1183,7 @@ msgstr ""
 "de versió, APT triarà per instaŀlar el paquet amb la versió més alta."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:251
+#: en/user_customization-packages.ssi:274
 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 "
@@ -1118,12 +1199,12 @@ msgstr ""
 "per més informació."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:253
+#: en/user_customization-packages.ssi:276
 msgid "2~ Configuring APT at build time"
 msgstr "2~ Configurar APT en temps de construcció"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:255
+#: en/user_customization-packages.ssi:278
 msgid ""
 "You can configure APT through a number of options applied only at build "
 "time. (APT configuration used in the running live system may be configured "
@@ -1140,12 +1221,12 @@ msgstr ""
 "opcions que comencen amb #{apt}# a la pàgina del manual de #{lb_config}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:257
+#: en/user_customization-packages.ssi:280
 msgid "3~choosing-apt-or-aptitude Choosing apt or aptitude"
 msgstr "3~choosing-apt-or-aptitude Elegir apt o aptitude"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:259
+#: en/user_customization-packages.ssi:282
 msgid ""
 "You can elect to use either /{apt}/ or /{aptitude}/ when installing packages "
 "at build time. Which utility is used is governed by the #{--apt}# argument "
@@ -1160,7 +1241,7 @@ msgstr ""
 "notable és la forma en que es manegen els paquets que falten."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:261
+#: en/user_customization-packages.ssi:284
 msgid ""
 "_* #{apt}#: With this method, if a missing package is specified, the package "
 "installation will fail. This is the default setting."
@@ -1169,7 +1250,7 @@ msgstr ""
 "l'instaŀlació de paquets fallarà. Aquesta és la configuració per defecte."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:263
+#: en/user_customization-packages.ssi:286
 msgid ""
 "_* #{aptitude}#: With this method, if a missing package is specified, the "
 "package installation will succeed."
@@ -1178,12 +1259,12 @@ msgstr ""
 "l'instaŀlació de paquets tindrà èxit."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:265
+#: en/user_customization-packages.ssi:288
 msgid "3~ Using a proxy with APT"
 msgstr "3~ L'ús d'un proxy amb APT"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:267
+#: en/user_customization-packages.ssi:290
 msgid ""
 "One commonly required APT configuration is to deal with building an image "
 "behind a proxy. You may specify your APT proxy with the #{--apt-ftp-proxy}# "
@@ -1194,18 +1275,18 @@ msgstr ""
 "apt-ftp-proxy}# o #{--apt-http-proxy}# segons sigui necessari, per exemple,"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:271
+#: en/user_customization-packages.ssi:294
 #, no-wrap
 msgid " $ lb config --apt-http-proxy http://proxy/\n"
 msgstr " $ lb config --apt-http-proxy http://proxy/\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:275
+#: en/user_customization-packages.ssi:298
 msgid "3~tweaking-apt-to-save-space Tweaking APT to save space"
 msgstr "3~tweaking-apt-to-save-space Afinar APT per estalviar espai"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:277
+#: en/user_customization-packages.ssi:300
 msgid ""
 "You may find yourself needing to save some space on the image media, in "
 "which case one or the other or both of the following options may be of "
@@ -1215,7 +1296,7 @@ msgstr ""
 "aquest cas una o altra o ambdós de les següentes opcions poden ser d'interès."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:279
+#: en/user_customization-packages.ssi:302
 msgid ""
 "If you don't want to include APT indices in the image, you can omit those "
 "with:"
@@ -1223,13 +1304,13 @@ msgstr ""
 "Si no es vol incloure els índexs d'APT en la imatge, es poden omitir amb:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:283
+#: en/user_customization-packages.ssi:306
 #, no-wrap
 msgid " $ lb config --apt-indices false\n"
 msgstr " $ lb config --apt-indices false\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:287
+#: en/user_customization-packages.ssi:310
 msgid ""
 "This will not influence the entries in #{/etc/apt/sources.list}#, but merely "
 "whether #{/var/lib/apt}# contains the indices files or not. The tradeoff is "
@@ -1245,7 +1326,7 @@ msgstr ""
 "aquests índexs."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:289
+#: en/user_customization-packages.ssi:312
 msgid ""
 "If you find the installation of recommended packages bloats your image too "
 "much, provided you are prepared to deal with the consequences discussed "
@@ -1257,13 +1338,13 @@ msgstr ""
 "per defecte d'APT amb:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:316
 #, no-wrap
 msgid " $ lb config --apt-recommends false\n"
 msgstr " $ lb config --apt-recommends false\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:320
 msgid ""
 "The most important consequence of turning off recommends is that #{live-boot}"
 "# and #{live-config}# themselves recommend some packages that provide "
@@ -1287,7 +1368,7 @@ msgstr ""
 "tornar a afegir-los a les llistes de paquets."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:299
+#: en/user_customization-packages.ssi:322
 msgid ""
 "The more general consequence is that if you don't install recommended "
 "packages for any given package, that is, \"packages that would be found "
@@ -1315,12 +1396,12 @@ msgstr ""
 "impedir la seva instaŀlació, com s'explica a {APT pinning}#apt-pinning."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:301
+#: en/user_customization-packages.ssi:324
 msgid "3~ Passing options to apt or aptitude"
 msgstr "3~ Passar opcions per a apt o aptitude"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:326
 msgid ""
 "If there is not a #{lb config}# option to alter APT's behaviour in the way "
 "you need, use #{--apt-options}# or #{--aptitude-options}# to pass any "
@@ -1346,13 +1427,13 @@ msgstr ""
 "yes}#:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:330
 #, no-wrap
 msgid " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 msgstr " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:311
+#: en/user_customization-packages.ssi:334
 msgid ""
 "Please check the man pages to fully understand these options and when to use "
 "them. This is an example only and should not be construed as advice to "
@@ -1365,7 +1446,7 @@ msgstr ""
 "exemple, per una versió final d'una imatge en viu."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:313
+#: en/user_customization-packages.ssi:336
 msgid ""
 "For more complicated APT configurations involving #{apt.conf}# options you "
 "might want to create a #{config/chroot_apt/apt.conf}# file instead. See also "
@@ -1378,12 +1459,12 @@ msgstr ""
 "opcions que es necessiten amb freqüència."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:315
+#: en/user_customization-packages.ssi:338
 msgid "3~apt-pinning APT pinning"
 msgstr "3~apt-pinning APT pinning"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:317
+#: en/user_customization-packages.ssi:340
 msgid ""
 "For background, please first read the #{apt_preferences(5)}# man page. APT "
 "pinning can be configured either for build time, or else for run time. For "
@@ -1396,7 +1477,7 @@ msgstr ""
 "cas, crear #{config/includes.chroot/etc/apt/preferences}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:319
+#: en/user_customization-packages.ssi:342
 msgid ""
 "Let's say you are building a wheezy live system but need all the live "
 "packages that end up in the binary image to be installed from sid at build "
@@ -1413,7 +1494,7 @@ msgstr ""
 "wheezy. El que segueix aconseguira això:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:327
+#: en/user_customization-packages.ssi:350
 #, no-wrap
 msgid ""
 " $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
@@ -1429,7 +1510,7 @@ msgstr ""
 " Pin-Priority: 600\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:355
 #, no-wrap
 msgid ""
 " Package: *\n"
@@ -1443,18 +1524,18 @@ msgstr ""
 " END\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:336
+#: en/user_customization-packages.ssi:359
 #, no-wrap
 msgid "*{Note:}* Wildcards can be used in package names (e.g. *{Package: live-*}*) with Apt version 0.8.14 or higher. This means that it works with wheezy using:\n"
 msgstr "*{Nota:}* Es poden usar comodins en els noms dels paquets (per exemple, *{Package: live-*}*) amb la versió 0.8.14 o superior d'Apt. Això significa que funciona amb wheezy utilitzant:\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:340
+#: en/user_customization-packages.ssi:363
 msgid "$ lb config --distribution wheezy"
 msgstr "$ lb config --distribution wheezy"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:367
 msgid ""
 "Negative pin priorities will prevent a package from being installed, as in "
 "the case where you do not want a package that is recommended by another "
@@ -1477,7 +1558,7 @@ msgstr ""
 "preferences}#:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:350
+#: en/user_customization-packages.ssi:373
 #, no-wrap
 msgid ""
 " Package: gnome-keyring\n"
diff --git a/manual/po/de/live-manual.ssm.po b/manual/po/de/live-manual.ssm.po
index ffb4e0b..05027f2 100644
--- a/manual/po/de/live-manual.ssm.po
+++ b/manual/po/de/live-manual.ssm.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-09-24 16:32+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2011-04-23 14:15+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -50,10 +50,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-09-24\n"
+" :published: 2012-09-25\n"
 msgstr ""
 "@date:\n"
-" :published: 24.09.2012\n"
+" :published: 25.09.2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/de/user_customization-packages.ssi.po b/manual/po/de/user_customization-packages.ssi.po
index 500163f..8307292 100644
--- a/manual/po/de/user_customization-packages.ssi.po
+++ b/manual/po/de/user_customization-packages.ssi.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-09-10 23:16+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2011-04-23 14:15+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -52,28 +52,29 @@ msgstr ""
 #: en/user_customization-packages.ssi:177
 #: en/user_customization-packages.ssi:187
 #: en/user_customization-packages.ssi:205
-#: en/user_customization-packages.ssi:269
-#: en/user_customization-packages.ssi:281
-#: en/user_customization-packages.ssi:291
-#: en/user_customization-packages.ssi:305
-#: en/user_customization-packages.ssi:321
-#: en/user_customization-packages.ssi:338
-#: en/user_customization-packages.ssi:346 en/user_customization-runtime.ssi:14
+#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:292
+#: en/user_customization-packages.ssi:304
+#: en/user_customization-packages.ssi:314
+#: en/user_customization-packages.ssi:328
+#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:361
+#: en/user_customization-packages.ssi:369 en/user_customization-runtime.ssi:14
 #: en/user_customization-runtime.ssi:27 en/user_customization-runtime.ssi:45
 #: en/user_customization-runtime.ssi:57 en/user_customization-runtime.ssi:76
 #: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:93
 #: en/user_customization-runtime.ssi:122 en/user_customization-runtime.ssi:132
 #: en/user_customization-runtime.ssi:140 en/user_customization-runtime.ssi:149
-#: en/user_customization-runtime.ssi:166 en/user_examples.ssi:14
-#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
-#: en/user_examples.ssi:66 en/user_examples.ssi:82 en/user_examples.ssi:92
-#: en/user_examples.ssi:105 en/user_examples.ssi:113 en/user_examples.ssi:123
-#: en/user_examples.ssi:133 en/user_examples.ssi:147 en/user_examples.ssi:155
-#: en/user_examples.ssi:163 en/user_examples.ssi:171 en/user_examples.ssi:187
-#: en/user_examples.ssi:201 en/user_examples.ssi:209 en/user_examples.ssi:217
-#: en/user_examples.ssi:233 en/user_examples.ssi:247 en/user_examples.ssi:256
-#: en/user_examples.ssi:264 en/user_examples.ssi:284 en/user_examples.ssi:292
-#: en/user_examples.ssi:301 en/user_examples.ssi:311
+#: en/user_customization-runtime.ssi:158 en/user_customization-runtime.ssi:173
+#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
+#: en/user_examples.ssi:54 en/user_examples.ssi:66 en/user_examples.ssi:82
+#: en/user_examples.ssi:92 en/user_examples.ssi:105 en/user_examples.ssi:113
+#: en/user_examples.ssi:123 en/user_examples.ssi:133 en/user_examples.ssi:147
+#: en/user_examples.ssi:155 en/user_examples.ssi:163 en/user_examples.ssi:171
+#: en/user_examples.ssi:187 en/user_examples.ssi:201 en/user_examples.ssi:209
+#: en/user_examples.ssi:217 en/user_examples.ssi:233 en/user_examples.ssi:247
+#: en/user_examples.ssi:256 en/user_examples.ssi:264 en/user_examples.ssi:284
+#: en/user_examples.ssi:292 en/user_examples.ssi:301 en/user_examples.ssi:311
 #: en/user_installation.ssi:38 en/user_installation.ssi:46
 #: en/user_installation.ssi:56 en/user_installation.ssi:64
 #: en/user_installation.ssi:74 en/user_installation.ssi:82
@@ -125,28 +126,29 @@ msgstr ""
 #: en/user_customization-packages.ssi:183
 #: en/user_customization-packages.ssi:193
 #: en/user_customization-packages.ssi:211
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:285
-#: en/user_customization-packages.ssi:295
-#: en/user_customization-packages.ssi:309
-#: en/user_customization-packages.ssi:334
-#: en/user_customization-packages.ssi:342
-#: en/user_customization-packages.ssi:351 en/user_customization-runtime.ssi:21
+#: en/user_customization-packages.ssi:226
+#: en/user_customization-packages.ssi:296
+#: en/user_customization-packages.ssi:308
+#: en/user_customization-packages.ssi:318
+#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:357
+#: en/user_customization-packages.ssi:365
+#: en/user_customization-packages.ssi:374 en/user_customization-runtime.ssi:21
 #: en/user_customization-runtime.ssi:31 en/user_customization-runtime.ssi:49
 #: en/user_customization-runtime.ssi:70 en/user_customization-runtime.ssi:80
 #: en/user_customization-runtime.ssi:89 en/user_customization-runtime.ssi:98
 #: en/user_customization-runtime.ssi:126 en/user_customization-runtime.ssi:136
-#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:156
-#: en/user_customization-runtime.ssi:174 en/user_examples.ssi:20
-#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:60
-#: en/user_examples.ssi:70 en/user_examples.ssi:88 en/user_examples.ssi:101
-#: en/user_examples.ssi:109 en/user_examples.ssi:117 en/user_examples.ssi:127
-#: en/user_examples.ssi:139 en/user_examples.ssi:151 en/user_examples.ssi:159
-#: en/user_examples.ssi:167 en/user_examples.ssi:175 en/user_examples.ssi:195
-#: en/user_examples.ssi:205 en/user_examples.ssi:213 en/user_examples.ssi:229
-#: en/user_examples.ssi:237 en/user_examples.ssi:252 en/user_examples.ssi:260
-#: en/user_examples.ssi:268 en/user_examples.ssi:288 en/user_examples.ssi:297
-#: en/user_examples.ssi:307 en/user_examples.ssi:325
+#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:154
+#: en/user_customization-runtime.ssi:163 en/user_customization-runtime.ssi:181
+#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
+#: en/user_examples.ssi:60 en/user_examples.ssi:70 en/user_examples.ssi:88
+#: en/user_examples.ssi:101 en/user_examples.ssi:109 en/user_examples.ssi:117
+#: en/user_examples.ssi:127 en/user_examples.ssi:139 en/user_examples.ssi:151
+#: en/user_examples.ssi:159 en/user_examples.ssi:167 en/user_examples.ssi:175
+#: en/user_examples.ssi:195 en/user_examples.ssi:205 en/user_examples.ssi:213
+#: en/user_examples.ssi:229 en/user_examples.ssi:237 en/user_examples.ssi:252
+#: en/user_examples.ssi:260 en/user_examples.ssi:268 en/user_examples.ssi:288
+#: en/user_examples.ssi:297 en/user_examples.ssi:307 en/user_examples.ssi:325
 #: en/user_installation.ssi:42 en/user_installation.ssi:50
 #: en/user_installation.ssi:60 en/user_installation.ssi:70
 #: en/user_installation.ssi:78 en/user_installation.ssi:86
@@ -712,13 +714,92 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:213
+msgid "3~kernel-flavour-and-version Kernel flavour and version"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:215
+msgid ""
+"Your choice of architecture determines the default flavour or flavours of "
+"kernel images included in the live system. Each flavour is suffixed to the "
+"default stub #{linux-image}# to form each metapackage name which in turn "
+"depends on an exact kernel package to be included in your image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:217
+msgid ""
+"Thus by default, an #{amd64}# architecture image will include the #{linux-"
+"image-amd64}# flavour metapackage, and an #{i386}# architecture image will "
+"include the #{linux-image-486}# and #{linux-image-686-pae}# metapackages. At "
+"time of writing, these packages depend on #{linux-image-3.2.0-4-amd64}#, #"
+"{linux-image-3.2.0-4-486}# and #{linux-image-3.2.0-4-686-pae}#, respectively."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:219
+msgid ""
+"When more than one kernel package version is available in your configured "
+"archives, you can specify a different kernel package name stub with the #{--"
+"linux-packages}# option. For example, supposing you are building an #{amd64}"
+"# architecture image and add the experimental archive for testing purposes "
+"so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You would "
+"configure that image as follows:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:224
+#, no-wrap
+msgid ""
+" $ lb config --linux-packages linux-image-3.5-trunk\n"
+" $ echo \"deb http://ftp.debian.org/debian/ experimental main\" > config/archives/experimental.list.chroot\n"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:228
+msgid ""
+"Please note that live-build directly supports only kernels that are "
+"integrated within the Debian package management system and does not support "
+"kernels not built as #{.deb}# packages."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:230
+msgid ""
+"The proper and recommended way to deploy your own kernel packages is to "
+"follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and "
+"include a complete build of the #{linux}# and matching #{linux-latest}# "
+"packages in your repository."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:232
+msgid ""
+"When not using a full kernel build with matching metapackages, kernels "
+"without metapackages can be included in your configuration just the way you "
+"would any other package and specifying an appropriate #{--linux-packages}# "
+"stub."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:234
+msgid ""
+"Remember when building custom kernel configurations you must of course "
+"satisfy the minimum requirements for running a live environment, i.e. at "
+"least include any kernel modules needed to handle the live filesystem "
+"(usually aufs and squashfs) and don't forget to suffix the package names "
+"with the flavour (e.g. #{-amd64}#)."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:236
 msgid ""
 "2~installing-modified-or-third-party-packages Installing modified or third-"
 "party packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:238
 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 "
@@ -729,7 +810,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:217
+#: en/user_customization-packages.ssi:240
 msgid ""
 "This section does not cover advice regarding building or maintaining "
 "modified packages. Joachim Breitner's 'How to fork privately' method from "
@@ -740,22 +821,22 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:242
 msgid "There are two ways of installing modified custom packages:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:244
 msgid "_* #{packages.chroot}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:223
+#: en/user_customization-packages.ssi:246
 msgid "_* Using a custom APT repository"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:225
+#: en/user_customization-packages.ssi:248
 msgid ""
 "Using #{packages.chroot}# is simpler to achieve and useful for \"one-off\" "
 "customizations but has a number of drawbacks, whilst using a custom APT "
@@ -763,12 +844,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:227
+#: en/user_customization-packages.ssi:250
 msgid "3~ Using #{packages.chroot}# to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:229
+#: en/user_customization-packages.ssi:252
 msgid ""
 "To install a custom package, simply copy it to the #{config/packages.chroot/}"
 "# directory. Packages that are inside this directory will be automatically "
@@ -777,45 +858,45 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:231
+#: en/user_customization-packages.ssi:254
 msgid ""
 "Packages *{must}* be named in the prescribed way. One simple way to do this "
 "is to use #{dpkg-name}#."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:233
+#: en/user_customization-packages.ssi:256
 msgid ""
 "Using #{packages.chroot}# for installation of custom packages has "
 "disadvantages:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:235
+#: en/user_customization-packages.ssi:258
 msgid "_* It is not possible to use secure APT."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:237
+#: en/user_customization-packages.ssi:260
 msgid ""
 "_* You must install all appropriate packages in the #{config/packages."
 "chroot/}# directory."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:239
+#: en/user_customization-packages.ssi:262
 msgid ""
 "_* It does not lend itself to storing Debian Live configurations in revision "
 "control."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:241
+#: en/user_customization-packages.ssi:264
 msgid "3~ Using an APT repository to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:243
+#: en/user_customization-packages.ssi:266
 msgid ""
 "Unlike using #{packages.chroot}#, when using a custom APT repository you "
 "must ensure that you specify the packages elsewhere. See {Choosing packages "
@@ -823,7 +904,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:245
+#: en/user_customization-packages.ssi:268
 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 "
@@ -831,12 +912,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:247
+#: en/user_customization-packages.ssi:270
 msgid "3~ Custom packages and APT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:249
+#: en/user_customization-packages.ssi:272
 msgid ""
 "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 "
@@ -846,7 +927,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:251
+#: en/user_customization-packages.ssi:274
 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 "
@@ -856,12 +937,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:253
+#: en/user_customization-packages.ssi:276
 msgid "2~ Configuring APT at build time"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:255
+#: en/user_customization-packages.ssi:278
 msgid ""
 "You can configure APT through a number of options applied only at build "
 "time. (APT configuration used in the running live system may be configured "
@@ -872,12 +953,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:257
+#: en/user_customization-packages.ssi:280
 msgid "3~choosing-apt-or-aptitude Choosing apt or aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:259
+#: en/user_customization-packages.ssi:282
 msgid ""
 "You can elect to use either /{apt}/ or /{aptitude}/ when installing packages "
 "at build time. Which utility is used is governed by the #{--apt}# argument "
@@ -887,26 +968,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:261
+#: en/user_customization-packages.ssi:284
 msgid ""
 "_* #{apt}#: With this method, if a missing package is specified, the package "
 "installation will fail. This is the default setting."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:263
+#: en/user_customization-packages.ssi:286
 msgid ""
 "_* #{aptitude}#: With this method, if a missing package is specified, the "
 "package installation will succeed."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:265
+#: en/user_customization-packages.ssi:288
 msgid "3~ Using a proxy with APT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:267
+#: en/user_customization-packages.ssi:290
 msgid ""
 "One commonly required APT configuration is to deal with building an image "
 "behind a proxy. You may specify your APT proxy with the #{--apt-ftp-proxy}# "
@@ -914,18 +995,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:271
+#: en/user_customization-packages.ssi:294
 #, no-wrap
 msgid " $ lb config --apt-http-proxy http://proxy/\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:275
+#: en/user_customization-packages.ssi:298
 msgid "3~tweaking-apt-to-save-space Tweaking APT to save space"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:277
+#: en/user_customization-packages.ssi:300
 msgid ""
 "You may find yourself needing to save some space on the image media, in "
 "which case one or the other or both of the following options may be of "
@@ -933,20 +1014,20 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:279
+#: en/user_customization-packages.ssi:302
 msgid ""
 "If you don't want to include APT indices in the image, you can omit those "
 "with:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:283
+#: en/user_customization-packages.ssi:306
 #, no-wrap
 msgid " $ lb config --apt-indices false\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:287
+#: en/user_customization-packages.ssi:310
 msgid ""
 "This will not influence the entries in #{/etc/apt/sources.list}#, but merely "
 "whether #{/var/lib/apt}# contains the indices files or not. The tradeoff is "
@@ -956,7 +1037,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:289
+#: en/user_customization-packages.ssi:312
 msgid ""
 "If you find the installation of recommended packages bloats your image too "
 "much, provided you are prepared to deal with the consequences discussed "
@@ -964,13 +1045,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:316
 #, no-wrap
 msgid " $ lb config --apt-recommends false\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:320
 msgid ""
 "The most important consequence of turning off recommends is that #{live-boot}"
 "# and #{live-config}# themselves recommend some packages that provide "
@@ -984,7 +1065,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:299
+#: en/user_customization-packages.ssi:322
 msgid ""
 "The more general consequence is that if you don't install recommended "
 "packages for any given package, that is, \"packages that would be found "
@@ -1000,12 +1081,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:301
+#: en/user_customization-packages.ssi:324
 msgid "3~ Passing options to apt or aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:326
 msgid ""
 "If there is not a #{lb config}# option to alter APT's behaviour in the way "
 "you need, use #{--apt-options}# or #{--aptitude-options}# to pass any "
@@ -1020,13 +1101,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:330
 #, no-wrap
 msgid " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:311
+#: en/user_customization-packages.ssi:334
 msgid ""
 "Please check the man pages to fully understand these options and when to use "
 "them. This is an example only and should not be construed as advice to "
@@ -1035,7 +1116,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:313
+#: en/user_customization-packages.ssi:336
 msgid ""
 "For more complicated APT configurations involving #{apt.conf}# options you "
 "might want to create a #{config/chroot_apt/apt.conf}# file instead. See also "
@@ -1044,12 +1125,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:315
+#: en/user_customization-packages.ssi:338
 msgid "3~apt-pinning APT pinning"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:317
+#: en/user_customization-packages.ssi:340
 msgid ""
 "For background, please first read the #{apt_preferences(5)}# man page. APT "
 "pinning can be configured either for build time, or else for run time. For "
@@ -1058,7 +1139,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:319
+#: en/user_customization-packages.ssi:342
 msgid ""
 "Let's say you are building a wheezy live system but need all the live "
 "packages that end up in the binary image to be installed from sid at build "
@@ -1069,7 +1150,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:327
+#: en/user_customization-packages.ssi:350
 #, no-wrap
 msgid ""
 " $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
@@ -1080,7 +1161,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:355
 #, no-wrap
 msgid ""
 " Package: *\n"
@@ -1090,18 +1171,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:336
+#: en/user_customization-packages.ssi:359
 #, no-wrap
 msgid "*{Note:}* Wildcards can be used in package names (e.g. *{Package: live-*}*) with Apt version 0.8.14 or higher. This means that it works with wheezy using:\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:340
+#: en/user_customization-packages.ssi:363
 msgid "$ lb config --distribution wheezy"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:367
 msgid ""
 "Negative pin priorities will prevent a package from being installed, as in "
 "the case where you do not want a package that is recommended by another "
@@ -1115,7 +1196,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:350
+#: en/user_customization-packages.ssi:373
 #, no-wrap
 msgid ""
 " Package: gnome-keyring\n"
diff --git a/manual/po/es/live-manual.ssm.po b/manual/po/es/live-manual.ssm.po
index 2a2278d..8ff07d7 100644
--- a/manual/po/es/live-manual.ssm.po
+++ b/manual/po/es/live-manual.ssm.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-09-24 16:32+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2012-08-07 14:03+0200\n"
 "Last-Translator: Carlos Zuferri <chals at altorricon.com>\n"
 "Language-Team: none\n"
@@ -50,10 +50,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-09-24\n"
+" :published: 2012-09-25\n"
 msgstr ""
 "@date:\n"
-" :published: 24.09.2012\n"
+" :published: 25.09.2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/es/user_customization-packages.ssi.po b/manual/po/es/user_customization-packages.ssi.po
index 5a9508e..0e037eb 100644
--- a/manual/po/es/user_customization-packages.ssi.po
+++ b/manual/po/es/user_customization-packages.ssi.po
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual\n"
-"POT-Creation-Date: 2012-09-10 23:16+0300\n"
-"PO-Revision-Date: 2012-09-10 23:50+0100\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
+"PO-Revision-Date: 2012-09-25 21:11+0100\n"
 "Last-Translator: Carlos Zuferri <chals at altorricon.com>\n"
 "Language-Team: none\n"
 "Language: es\n"
@@ -54,28 +54,29 @@ msgstr ""
 #: en/user_customization-packages.ssi:177
 #: en/user_customization-packages.ssi:187
 #: en/user_customization-packages.ssi:205
-#: en/user_customization-packages.ssi:269
-#: en/user_customization-packages.ssi:281
-#: en/user_customization-packages.ssi:291
-#: en/user_customization-packages.ssi:305
-#: en/user_customization-packages.ssi:321
-#: en/user_customization-packages.ssi:338
-#: en/user_customization-packages.ssi:346 en/user_customization-runtime.ssi:14
+#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:292
+#: en/user_customization-packages.ssi:304
+#: en/user_customization-packages.ssi:314
+#: en/user_customization-packages.ssi:328
+#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:361
+#: en/user_customization-packages.ssi:369 en/user_customization-runtime.ssi:14
 #: en/user_customization-runtime.ssi:27 en/user_customization-runtime.ssi:45
 #: en/user_customization-runtime.ssi:57 en/user_customization-runtime.ssi:76
 #: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:93
 #: en/user_customization-runtime.ssi:122 en/user_customization-runtime.ssi:132
 #: en/user_customization-runtime.ssi:140 en/user_customization-runtime.ssi:149
-#: en/user_customization-runtime.ssi:166 en/user_examples.ssi:14
-#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
-#: en/user_examples.ssi:66 en/user_examples.ssi:82 en/user_examples.ssi:92
-#: en/user_examples.ssi:105 en/user_examples.ssi:113 en/user_examples.ssi:123
-#: en/user_examples.ssi:133 en/user_examples.ssi:147 en/user_examples.ssi:155
-#: en/user_examples.ssi:163 en/user_examples.ssi:171 en/user_examples.ssi:187
-#: en/user_examples.ssi:201 en/user_examples.ssi:209 en/user_examples.ssi:217
-#: en/user_examples.ssi:233 en/user_examples.ssi:247 en/user_examples.ssi:256
-#: en/user_examples.ssi:264 en/user_examples.ssi:284 en/user_examples.ssi:292
-#: en/user_examples.ssi:301 en/user_examples.ssi:311
+#: en/user_customization-runtime.ssi:158 en/user_customization-runtime.ssi:173
+#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
+#: en/user_examples.ssi:54 en/user_examples.ssi:66 en/user_examples.ssi:82
+#: en/user_examples.ssi:92 en/user_examples.ssi:105 en/user_examples.ssi:113
+#: en/user_examples.ssi:123 en/user_examples.ssi:133 en/user_examples.ssi:147
+#: en/user_examples.ssi:155 en/user_examples.ssi:163 en/user_examples.ssi:171
+#: en/user_examples.ssi:187 en/user_examples.ssi:201 en/user_examples.ssi:209
+#: en/user_examples.ssi:217 en/user_examples.ssi:233 en/user_examples.ssi:247
+#: en/user_examples.ssi:256 en/user_examples.ssi:264 en/user_examples.ssi:284
+#: en/user_examples.ssi:292 en/user_examples.ssi:301 en/user_examples.ssi:311
 #: en/user_installation.ssi:38 en/user_installation.ssi:46
 #: en/user_installation.ssi:56 en/user_installation.ssi:64
 #: en/user_installation.ssi:74 en/user_installation.ssi:82
@@ -127,28 +128,29 @@ msgstr "code{"
 #: en/user_customization-packages.ssi:183
 #: en/user_customization-packages.ssi:193
 #: en/user_customization-packages.ssi:211
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:285
-#: en/user_customization-packages.ssi:295
-#: en/user_customization-packages.ssi:309
-#: en/user_customization-packages.ssi:334
-#: en/user_customization-packages.ssi:342
-#: en/user_customization-packages.ssi:351 en/user_customization-runtime.ssi:21
+#: en/user_customization-packages.ssi:226
+#: en/user_customization-packages.ssi:296
+#: en/user_customization-packages.ssi:308
+#: en/user_customization-packages.ssi:318
+#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:357
+#: en/user_customization-packages.ssi:365
+#: en/user_customization-packages.ssi:374 en/user_customization-runtime.ssi:21
 #: en/user_customization-runtime.ssi:31 en/user_customization-runtime.ssi:49
 #: en/user_customization-runtime.ssi:70 en/user_customization-runtime.ssi:80
 #: en/user_customization-runtime.ssi:89 en/user_customization-runtime.ssi:98
 #: en/user_customization-runtime.ssi:126 en/user_customization-runtime.ssi:136
-#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:156
-#: en/user_customization-runtime.ssi:174 en/user_examples.ssi:20
-#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:60
-#: en/user_examples.ssi:70 en/user_examples.ssi:88 en/user_examples.ssi:101
-#: en/user_examples.ssi:109 en/user_examples.ssi:117 en/user_examples.ssi:127
-#: en/user_examples.ssi:139 en/user_examples.ssi:151 en/user_examples.ssi:159
-#: en/user_examples.ssi:167 en/user_examples.ssi:175 en/user_examples.ssi:195
-#: en/user_examples.ssi:205 en/user_examples.ssi:213 en/user_examples.ssi:229
-#: en/user_examples.ssi:237 en/user_examples.ssi:252 en/user_examples.ssi:260
-#: en/user_examples.ssi:268 en/user_examples.ssi:288 en/user_examples.ssi:297
-#: en/user_examples.ssi:307 en/user_examples.ssi:325
+#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:154
+#: en/user_customization-runtime.ssi:163 en/user_customization-runtime.ssi:181
+#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
+#: en/user_examples.ssi:60 en/user_examples.ssi:70 en/user_examples.ssi:88
+#: en/user_examples.ssi:101 en/user_examples.ssi:109 en/user_examples.ssi:117
+#: en/user_examples.ssi:127 en/user_examples.ssi:139 en/user_examples.ssi:151
+#: en/user_examples.ssi:159 en/user_examples.ssi:167 en/user_examples.ssi:175
+#: en/user_examples.ssi:195 en/user_examples.ssi:205 en/user_examples.ssi:213
+#: en/user_examples.ssi:229 en/user_examples.ssi:237 en/user_examples.ssi:252
+#: en/user_examples.ssi:260 en/user_examples.ssi:268 en/user_examples.ssi:288
+#: en/user_examples.ssi:297 en/user_examples.ssi:307 en/user_examples.ssi:325
 #: en/user_installation.ssi:42 en/user_installation.ssi:50
 #: en/user_installation.ssi:60 en/user_installation.ssi:70
 #: en/user_installation.ssi:78 en/user_installation.ssi:86
@@ -936,6 +938,121 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:213
+msgid "3~kernel-flavour-and-version Kernel flavour and version"
+msgstr "3~kernel-flavour-and-version Versión y tipo de kernel "
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:215
+msgid ""
+"Your choice of architecture determines the default flavour or flavours of "
+"kernel images included in the live system. Each flavour is suffixed to the "
+"default stub #{linux-image}# to form each metapackage name which in turn "
+"depends on an exact kernel package to be included in your image."
+msgstr ""
+"La elección de la arquitectura determina el tipo o tipos de las imágenes del "
+"kernel incluidas por defecto en el sistema en vivo. Cada tipo tiene el "
+"sufijo del stub predeterminado de #{linux-image}# para formar el nombre de "
+"cada metapaquete que a su vez depende del paquete del kernel exacto que debe "
+"incluirse en la imagen."
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:217
+msgid ""
+"Thus by default, an #{amd64}# architecture image will include the #{linux-"
+"image-amd64}# flavour metapackage, and an #{i386}# architecture image will "
+"include the #{linux-image-486}# and #{linux-image-686-pae}# metapackages. At "
+"time of writing, these packages depend on #{linux-image-3.2.0-4-amd64}#, #"
+"{linux-image-3.2.0-4-486}# and #{linux-image-3.2.0-4-686-pae}#, respectively."
+msgstr ""
+"Así, por defecto, una imagen de arquitectura #{amd64}# incluirá el "
+"metapaquete #{linux-image-amd64}# y una imagen de arquitectura #{i386}# "
+"incluirá los metapaquetes {linux-image-486}# y #{linux-image-686-pae}#. En "
+"el momento de escribir esto, los paquetes dependen, respectivamente, de #"
+"{linux-image-3.2.0-4-amd64}#, #{linux-image-3.2.0-4-486}# y #{linux-"
+"image-3.2.0-4-686-pae}#"
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:219
+msgid ""
+"When more than one kernel package version is available in your configured "
+"archives, you can specify a different kernel package name stub with the #{--"
+"linux-packages}# option. For example, supposing you are building an #{amd64}"
+"# architecture image and add the experimental archive for testing purposes "
+"so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You would "
+"configure that image as follows:"
+msgstr ""
+"Cuando hay más de una versión del paquete kernel disponible en los archivos "
+"configurados, se puede especificar el nombre de un paquete del kernel "
+"diferente con la opción #{--linux-packages}#. Por ejemplo, suponiendo que se "
+"está construyendo una image de arquitectura #{amd64}# y se quiere añadir el "
+"archivo experimental con propósitos de prueba para que se pueda instalar el "
+"kernel #{linux-image-3.5-trunk-amd64}#. Se podría configurar la imagen de la "
+"siguiente manera:"
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:224
+#, no-wrap
+msgid ""
+" $ lb config --linux-packages linux-image-3.5-trunk\n"
+" $ echo \"deb http://ftp.debian.org/debian/ experimental main\" > config/archives/experimental.list.chroot\n"
+msgstr ""
+" $ lb config --linux-packages linux-image-3.5-trunk\n"
+" $ echo \"deb http://ftp.debian.org/debian/ experimental main\" > config/archives/experimental.list.chroot\n"
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:228
+msgid ""
+"Please note that live-build directly supports only kernels that are "
+"integrated within the Debian package management system and does not support "
+"kernels not built as #{.deb}# packages."
+msgstr ""
+"Tener en cuenta que live-build sólo soporta directamente los kernels que se "
+"integran en el sistema de gestión de paquetes de Debian y no es compatible "
+"con kernels que no esten en paquetes deb."
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:230
+msgid ""
+"The proper and recommended way to deploy your own kernel packages is to "
+"follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and "
+"include a complete build of the #{linux}# and matching #{linux-latest}# "
+"packages in your repository."
+msgstr ""
+"La manera apropiada y recomendable de implementar los propios paquetes del "
+"kernel es seguir las instrucciones del #{kernel-handbook}#, añadir el ABI "
+"del kernel e incluir los paquetes del kernel completo en un repositorio que "
+"coincidan con los paquetes #{linux}# y #{linux-latest}#."
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:232
+msgid ""
+"When not using a full kernel build with matching metapackages, kernels "
+"without metapackages can be included in your configuration just the way you "
+"would any other package and specifying an appropriate #{--linux-packages}# "
+"stub."
+msgstr ""
+"Si no se utiliza un kernel completo con los metapaquetes adecuados, se puede "
+"añadir kernels sin metapaquetes en la configuración tal y como se haría con "
+"cualquier otro paquete y especificar un stub adecuado #{--linux-packages}#"
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:234
+msgid ""
+"Remember when building custom kernel configurations you must of course "
+"satisfy the minimum requirements for running a live environment, i.e. at "
+"least include any kernel modules needed to handle the live filesystem "
+"(usually aufs and squashfs) and don't forget to suffix the package names "
+"with the flavour (e.g. #{-amd64}#)."
+msgstr ""
+"Recordar cuando se construyen configuraciones personalizadas del kernel que, "
+"por supuesto, se deben cumplir los requisitos mínimos para el funcionamiento "
+"de un entorno en vivo, es decir, como mínimo, alguna módulos del kernel "
+"necesarios para manejar el sistema de archivos en vivo (generalmente aufs y "
+"squashfs) y no olvidarse del sufijo de los nombres de los paquetes con el "
+"tipo de kernel (por ejemplo, #{-amd64}#)."
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:236
 msgid ""
 "2~installing-modified-or-third-party-packages Installing modified or third-"
 "party packages"
@@ -944,7 +1061,7 @@ msgstr ""
 "o de terceros"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:238
 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 "
@@ -962,7 +1079,7 @@ msgstr ""
 "paquetes «de terceros» para añadir funcionalidades a medida o propietarias."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:217
+#: en/user_customization-packages.ssi:240
 msgid ""
 "This section does not cover advice regarding building or maintaining "
 "modified packages. Joachim Breitner's 'How to fork privately' method from "
@@ -979,22 +1096,22 @@ msgstr ""
 "la creación de paquetes a medida."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:242
 msgid "There are two ways of installing modified custom packages:"
 msgstr "Existen dos formas de instalar paquetes personalizados:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:244
 msgid "_* #{packages.chroot}#"
 msgstr "_* #{packages.chroot}#"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:223
+#: en/user_customization-packages.ssi:246
 msgid "_* Using a custom APT repository"
 msgstr "_* Utilizando un repositorio APT personalizado"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:225
+#: en/user_customization-packages.ssi:248
 msgid ""
 "Using #{packages.chroot}# is simpler to achieve and useful for \"one-off\" "
 "customizations but has a number of drawbacks, whilst using a custom APT "
@@ -1006,12 +1123,12 @@ msgstr ""
 "repositorio APT personalizado es más lento de poner en marcha."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:227
+#: en/user_customization-packages.ssi:250
 msgid "3~ Using #{packages.chroot}# to install custom packages"
 msgstr "3~ Método #{packages.chroot}# para instalar paquetes personalizados"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:229
+#: en/user_customization-packages.ssi:252
 msgid ""
 "To install a custom package, simply copy it to the #{config/packages.chroot/}"
 "# directory. Packages that are inside this directory will be automatically "
@@ -1025,7 +1142,7 @@ msgstr ""
 "los paquetes."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:231
+#: en/user_customization-packages.ssi:254
 msgid ""
 "Packages *{must}* be named in the prescribed way. One simple way to do this "
 "is to use #{dpkg-name}#."
@@ -1034,7 +1151,7 @@ msgstr ""
 "es usar #{dpkg-name}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:233
+#: en/user_customization-packages.ssi:256
 msgid ""
 "Using #{packages.chroot}# for installation of custom packages has "
 "disadvantages:"
@@ -1043,12 +1160,12 @@ msgstr ""
 "tiene desventajas:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:235
+#: en/user_customization-packages.ssi:258
 msgid "_* It is not possible to use secure APT."
 msgstr "_* No es posible utilizar secure APT."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:237
+#: en/user_customization-packages.ssi:260
 msgid ""
 "_* You must install all appropriate packages in the #{config/packages."
 "chroot/}# directory."
@@ -1057,7 +1174,7 @@ msgstr ""
 "{config/packages.chroot/}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:239
+#: en/user_customization-packages.ssi:262
 msgid ""
 "_* It does not lend itself to storing Debian Live configurations in revision "
 "control."
@@ -1066,12 +1183,12 @@ msgstr ""
 "control de versiones."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:241
+#: en/user_customization-packages.ssi:264
 msgid "3~ Using an APT repository to install custom packages"
 msgstr "3~ Método de repositorio APT para instalar paquetes personalizados"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:243
+#: en/user_customization-packages.ssi:266
 msgid ""
 "Unlike using #{packages.chroot}#, when using a custom APT repository you "
 "must ensure that you specify the packages elsewhere. See {Choosing packages "
@@ -1083,7 +1200,7 @@ msgstr ""
 "los paquetes a instalar}#choosing-packages-to-install."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:245
+#: en/user_customization-packages.ssi:268
 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 "
@@ -1094,12 +1211,12 @@ msgstr ""
 "reutilizada posteriormente para ofrecer nuevas versiones de los paquetes."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:247
+#: en/user_customization-packages.ssi:270
 msgid "3~ Custom packages and APT"
 msgstr "3~ Paquetes personalizados y APT"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:249
+#: en/user_customization-packages.ssi:272
 msgid ""
 "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 "
@@ -1114,7 +1231,7 @@ msgstr ""
 "seleccionará para instalar el paquete con número de versión superior."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:251
+#: en/user_customization-packages.ssi:274
 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 "
@@ -1130,12 +1247,12 @@ msgstr ""
 "{APT pinning}#apt-pinning."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:253
+#: en/user_customization-packages.ssi:276
 msgid "2~ Configuring APT at build time"
 msgstr "2~ Configurar APT en la creación"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:255
+#: en/user_customization-packages.ssi:278
 msgid ""
 "You can configure APT through a number of options applied only at build "
 "time. (APT configuration used in the running live system may be configured "
@@ -1154,12 +1271,12 @@ msgstr ""
 "opciones que comienzan con #{apt}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:257
+#: en/user_customization-packages.ssi:280
 msgid "3~choosing-apt-or-aptitude Choosing apt or aptitude"
 msgstr "3~choosing-apt-or-aptitude Utilizar apt o aptitude"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:259
+#: en/user_customization-packages.ssi:282
 msgid ""
 "You can elect to use either /{apt}/ or /{aptitude}/ when installing packages "
 "at build time. Which utility is used is governed by the #{--apt}# argument "
@@ -1174,7 +1291,7 @@ msgstr ""
 "manera de tratar los paquetes no disponibles."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:261
+#: en/user_customization-packages.ssi:284
 msgid ""
 "_* #{apt}#: With this method, if a missing package is specified, the package "
 "installation will fail. This is the default setting."
@@ -1183,7 +1300,7 @@ msgstr ""
 "instalación fallará. Es el comportamiento por defecto."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:263
+#: en/user_customization-packages.ssi:286
 msgid ""
 "_* #{aptitude}#: With this method, if a missing package is specified, the "
 "package installation will succeed."
@@ -1192,12 +1309,12 @@ msgstr ""
 "la instalación continuará sin error."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:265
+#: en/user_customization-packages.ssi:288
 msgid "3~ Using a proxy with APT"
 msgstr "3~ Utilización de un proxy con APT"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:267
+#: en/user_customization-packages.ssi:290
 msgid ""
 "One commonly required APT configuration is to deal with building an image "
 "behind a proxy. You may specify your APT proxy with the #{--apt-ftp-proxy}# "
@@ -1208,18 +1325,18 @@ msgstr ""
 "las opciones  #{--apt-ftp-proxy}# o #{--apt-http-proxy}#. Por ejemplo:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:271
+#: en/user_customization-packages.ssi:294
 #, no-wrap
 msgid " $ lb config --apt-http-proxy http://proxy/\n"
 msgstr " $ lb config --apt-http-proxy http://proxy/\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:275
+#: en/user_customization-packages.ssi:298
 msgid "3~tweaking-apt-to-save-space Tweaking APT to save space"
 msgstr "3~tweaking-apt-to-save-space Ajuste de APT para ahorrar espacio"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:277
+#: en/user_customization-packages.ssi:300
 msgid ""
 "You may find yourself needing to save some space on the image media, in "
 "which case one or the other or both of the following options may be of "
@@ -1229,7 +1346,7 @@ msgstr ""
 "instalación. Las dos opciones descritas a continuación pueden ser de interes."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:279
+#: en/user_customization-packages.ssi:302
 msgid ""
 "If you don't want to include APT indices in the image, you can omit those "
 "with:"
@@ -1238,13 +1355,13 @@ msgstr ""
 "utilizar la siguiente opción:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:283
+#: en/user_customization-packages.ssi:306
 #, no-wrap
 msgid " $ lb config --apt-indices false\n"
 msgstr " $ lb config --apt-indices false\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:287
+#: en/user_customization-packages.ssi:310
 msgid ""
 "This will not influence the entries in #{/etc/apt/sources.list}#, but merely "
 "whether #{/var/lib/apt}# contains the indices files or not. The tradeoff is "
@@ -1261,7 +1378,7 @@ msgstr ""
 "# o #{apt-get install}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:289
+#: en/user_customization-packages.ssi:312
 msgid ""
 "If you find the installation of recommended packages bloats your image too "
 "much, provided you are prepared to deal with the consequences discussed "
@@ -1273,13 +1390,13 @@ msgstr ""
 "por defecto de esta opción de APT con:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:316
 #, no-wrap
 msgid " $ lb config --apt-recommends false\n"
 msgstr " $ lb config --apt-recommends false\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:320
 msgid ""
 "The most important consequence of turning off recommends is that #{live-boot}"
 "# and #{live-config}# themselves recommend some packages that provide "
@@ -1304,7 +1421,7 @@ msgstr ""
 "puede omitir, volver a agregarlo utilizando las listas de paquetes."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:299
+#: en/user_customization-packages.ssi:322
 msgid ""
 "The more general consequence is that if you don't install recommended "
 "packages for any given package, that is, \"packages that would be found "
@@ -1332,12 +1449,12 @@ msgstr ""
 "explica en {APT pinning}#apt-pinning."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:301
+#: en/user_customization-packages.ssi:324
 msgid "3~ Passing options to apt or aptitude"
 msgstr "3~ Pasar opciones a apt o a aptitude"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:326
 msgid ""
 "If there is not a #{lb config}# option to alter APT's behaviour in the way "
 "you need, use #{--apt-options}# or #{--aptitude-options}# to pass any "
@@ -1363,13 +1480,13 @@ msgstr ""
 "del valor por defecto #{--yes}#:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:330
 #, no-wrap
 msgid " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 msgstr " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:311
+#: en/user_customization-packages.ssi:334
 msgid ""
 "Please check the man pages to fully understand these options and when to use "
 "them. This is an example only and should not be construed as advice to "
@@ -1382,7 +1499,7 @@ msgstr ""
 "ejemplo, una versión final de una imagen en vivo."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:313
+#: en/user_customization-packages.ssi:336
 msgid ""
 "For more complicated APT configurations involving #{apt.conf}# options you "
 "might want to create a #{config/chroot_apt/apt.conf}# file instead. See also "
@@ -1395,12 +1512,12 @@ msgstr ""
 "para las opciones que se necesitan con frecuencia."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:315
+#: en/user_customization-packages.ssi:338
 msgid "3~apt-pinning APT pinning"
 msgstr "3~apt-pinning APT pinning"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:317
+#: en/user_customization-packages.ssi:340
 msgid ""
 "For background, please first read the #{apt_preferences(5)}# man page. APT "
 "pinning can be configured either for build time, or else for run time. For "
@@ -1414,7 +1531,7 @@ msgstr ""
 "includes.chroot/etc/apt/preferences}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:319
+#: en/user_customization-packages.ssi:342
 msgid ""
 "Let's say you are building a wheezy live system but need all the live "
 "packages that end up in the binary image to be installed from sid at build "
@@ -1432,7 +1549,7 @@ msgstr ""
 "se puede realizar de la siguiente forma:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:327
+#: en/user_customization-packages.ssi:350
 #, no-wrap
 msgid ""
 " $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
@@ -1448,7 +1565,7 @@ msgstr ""
 " Pin-Priority: 600\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:355
 #, no-wrap
 msgid ""
 " Package: *\n"
@@ -1462,18 +1579,18 @@ msgstr ""
 " END\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:336
+#: en/user_customization-packages.ssi:359
 #, no-wrap
 msgid "*{Note:}* Wildcards can be used in package names (e.g. *{Package: live-*}*) with Apt version 0.8.14 or higher. This means that it works with wheezy using:\n"
 msgstr "*{Nota:}* Se pueden usar comodines en los nombres de los paquetes a fijar (p.ej. *{Package: live-*}*) si se usa una versión de apt igual o superior a 0.8.14. Esto significa que funciona con wheezy usando:\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:340
+#: en/user_customization-packages.ssi:363
 msgid "$ lb config --distribution wheezy"
 msgstr "$ lb config --distribution wheezy"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:367
 msgid ""
 "Negative pin priorities will prevent a package from being installed, as in "
 "the case where you do not want a package that is recommended by another "
@@ -1497,7 +1614,7 @@ msgstr ""
 "contenido a #{config/chroot_apt/preferences}#:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:350
+#: en/user_customization-packages.ssi:373
 #, no-wrap
 msgid ""
 " Package: gnome-keyring\n"
diff --git a/manual/po/fr/live-manual.ssm.po b/manual/po/fr/live-manual.ssm.po
index b1217e0..c3bbdf1 100644
--- a/manual/po/fr/live-manual.ssm.po
+++ b/manual/po/fr/live-manual.ssm.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual\n"
-"POT-Creation-Date: 2012-09-24 16:32+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2012-08-07 14:55+0200\n"
 "Last-Translator: Carlos Zuferri <chals at altorricon.com>\n"
 "Language-Team: none\n"
@@ -50,10 +50,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-09-24\n"
+" :published: 2012-09-25\n"
 msgstr ""
 "@date:\n"
-" :published: 24.09.2012\n"
+" :published: 25.09.2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/fr/user_customization-packages.ssi.po b/manual/po/fr/user_customization-packages.ssi.po
index ceebc3b..ae9445e 100644
--- a/manual/po/fr/user_customization-packages.ssi.po
+++ b/manual/po/fr/user_customization-packages.ssi.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual\n"
-"POT-Creation-Date: 2012-09-10 23:16+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2012-09-11 00:10+0100\n"
 "Last-Translator: Carlos Zuferri <chals at altorricon.com>\n"
 "Language-Team: none\n"
@@ -52,28 +52,29 @@ msgstr ""
 #: en/user_customization-packages.ssi:177
 #: en/user_customization-packages.ssi:187
 #: en/user_customization-packages.ssi:205
-#: en/user_customization-packages.ssi:269
-#: en/user_customization-packages.ssi:281
-#: en/user_customization-packages.ssi:291
-#: en/user_customization-packages.ssi:305
-#: en/user_customization-packages.ssi:321
-#: en/user_customization-packages.ssi:338
-#: en/user_customization-packages.ssi:346 en/user_customization-runtime.ssi:14
+#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:292
+#: en/user_customization-packages.ssi:304
+#: en/user_customization-packages.ssi:314
+#: en/user_customization-packages.ssi:328
+#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:361
+#: en/user_customization-packages.ssi:369 en/user_customization-runtime.ssi:14
 #: en/user_customization-runtime.ssi:27 en/user_customization-runtime.ssi:45
 #: en/user_customization-runtime.ssi:57 en/user_customization-runtime.ssi:76
 #: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:93
 #: en/user_customization-runtime.ssi:122 en/user_customization-runtime.ssi:132
 #: en/user_customization-runtime.ssi:140 en/user_customization-runtime.ssi:149
-#: en/user_customization-runtime.ssi:166 en/user_examples.ssi:14
-#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
-#: en/user_examples.ssi:66 en/user_examples.ssi:82 en/user_examples.ssi:92
-#: en/user_examples.ssi:105 en/user_examples.ssi:113 en/user_examples.ssi:123
-#: en/user_examples.ssi:133 en/user_examples.ssi:147 en/user_examples.ssi:155
-#: en/user_examples.ssi:163 en/user_examples.ssi:171 en/user_examples.ssi:187
-#: en/user_examples.ssi:201 en/user_examples.ssi:209 en/user_examples.ssi:217
-#: en/user_examples.ssi:233 en/user_examples.ssi:247 en/user_examples.ssi:256
-#: en/user_examples.ssi:264 en/user_examples.ssi:284 en/user_examples.ssi:292
-#: en/user_examples.ssi:301 en/user_examples.ssi:311
+#: en/user_customization-runtime.ssi:158 en/user_customization-runtime.ssi:173
+#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
+#: en/user_examples.ssi:54 en/user_examples.ssi:66 en/user_examples.ssi:82
+#: en/user_examples.ssi:92 en/user_examples.ssi:105 en/user_examples.ssi:113
+#: en/user_examples.ssi:123 en/user_examples.ssi:133 en/user_examples.ssi:147
+#: en/user_examples.ssi:155 en/user_examples.ssi:163 en/user_examples.ssi:171
+#: en/user_examples.ssi:187 en/user_examples.ssi:201 en/user_examples.ssi:209
+#: en/user_examples.ssi:217 en/user_examples.ssi:233 en/user_examples.ssi:247
+#: en/user_examples.ssi:256 en/user_examples.ssi:264 en/user_examples.ssi:284
+#: en/user_examples.ssi:292 en/user_examples.ssi:301 en/user_examples.ssi:311
 #: en/user_installation.ssi:38 en/user_installation.ssi:46
 #: en/user_installation.ssi:56 en/user_installation.ssi:64
 #: en/user_installation.ssi:74 en/user_installation.ssi:82
@@ -125,28 +126,29 @@ msgstr "code{"
 #: en/user_customization-packages.ssi:183
 #: en/user_customization-packages.ssi:193
 #: en/user_customization-packages.ssi:211
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:285
-#: en/user_customization-packages.ssi:295
-#: en/user_customization-packages.ssi:309
-#: en/user_customization-packages.ssi:334
-#: en/user_customization-packages.ssi:342
-#: en/user_customization-packages.ssi:351 en/user_customization-runtime.ssi:21
+#: en/user_customization-packages.ssi:226
+#: en/user_customization-packages.ssi:296
+#: en/user_customization-packages.ssi:308
+#: en/user_customization-packages.ssi:318
+#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:357
+#: en/user_customization-packages.ssi:365
+#: en/user_customization-packages.ssi:374 en/user_customization-runtime.ssi:21
 #: en/user_customization-runtime.ssi:31 en/user_customization-runtime.ssi:49
 #: en/user_customization-runtime.ssi:70 en/user_customization-runtime.ssi:80
 #: en/user_customization-runtime.ssi:89 en/user_customization-runtime.ssi:98
 #: en/user_customization-runtime.ssi:126 en/user_customization-runtime.ssi:136
-#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:156
-#: en/user_customization-runtime.ssi:174 en/user_examples.ssi:20
-#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:60
-#: en/user_examples.ssi:70 en/user_examples.ssi:88 en/user_examples.ssi:101
-#: en/user_examples.ssi:109 en/user_examples.ssi:117 en/user_examples.ssi:127
-#: en/user_examples.ssi:139 en/user_examples.ssi:151 en/user_examples.ssi:159
-#: en/user_examples.ssi:167 en/user_examples.ssi:175 en/user_examples.ssi:195
-#: en/user_examples.ssi:205 en/user_examples.ssi:213 en/user_examples.ssi:229
-#: en/user_examples.ssi:237 en/user_examples.ssi:252 en/user_examples.ssi:260
-#: en/user_examples.ssi:268 en/user_examples.ssi:288 en/user_examples.ssi:297
-#: en/user_examples.ssi:307 en/user_examples.ssi:325
+#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:154
+#: en/user_customization-runtime.ssi:163 en/user_customization-runtime.ssi:181
+#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
+#: en/user_examples.ssi:60 en/user_examples.ssi:70 en/user_examples.ssi:88
+#: en/user_examples.ssi:101 en/user_examples.ssi:109 en/user_examples.ssi:117
+#: en/user_examples.ssi:127 en/user_examples.ssi:139 en/user_examples.ssi:151
+#: en/user_examples.ssi:159 en/user_examples.ssi:167 en/user_examples.ssi:175
+#: en/user_examples.ssi:195 en/user_examples.ssi:205 en/user_examples.ssi:213
+#: en/user_examples.ssi:229 en/user_examples.ssi:237 en/user_examples.ssi:252
+#: en/user_examples.ssi:260 en/user_examples.ssi:268 en/user_examples.ssi:288
+#: en/user_examples.ssi:297 en/user_examples.ssi:307 en/user_examples.ssi:325
 #: en/user_installation.ssi:42 en/user_installation.ssi:50
 #: en/user_installation.ssi:60 en/user_installation.ssi:70
 #: en/user_installation.ssi:78 en/user_installation.ssi:86
@@ -924,6 +926,85 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:213
+msgid "3~kernel-flavour-and-version Kernel flavour and version"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:215
+msgid ""
+"Your choice of architecture determines the default flavour or flavours of "
+"kernel images included in the live system. Each flavour is suffixed to the "
+"default stub #{linux-image}# to form each metapackage name which in turn "
+"depends on an exact kernel package to be included in your image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:217
+msgid ""
+"Thus by default, an #{amd64}# architecture image will include the #{linux-"
+"image-amd64}# flavour metapackage, and an #{i386}# architecture image will "
+"include the #{linux-image-486}# and #{linux-image-686-pae}# metapackages. At "
+"time of writing, these packages depend on #{linux-image-3.2.0-4-amd64}#, #"
+"{linux-image-3.2.0-4-486}# and #{linux-image-3.2.0-4-686-pae}#, respectively."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:219
+msgid ""
+"When more than one kernel package version is available in your configured "
+"archives, you can specify a different kernel package name stub with the #{--"
+"linux-packages}# option. For example, supposing you are building an #{amd64}"
+"# architecture image and add the experimental archive for testing purposes "
+"so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You would "
+"configure that image as follows:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:224
+#, no-wrap
+msgid ""
+" $ lb config --linux-packages linux-image-3.5-trunk\n"
+" $ echo \"deb http://ftp.debian.org/debian/ experimental main\" > config/archives/experimental.list.chroot\n"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:228
+msgid ""
+"Please note that live-build directly supports only kernels that are "
+"integrated within the Debian package management system and does not support "
+"kernels not built as #{.deb}# packages."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:230
+msgid ""
+"The proper and recommended way to deploy your own kernel packages is to "
+"follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and "
+"include a complete build of the #{linux}# and matching #{linux-latest}# "
+"packages in your repository."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:232
+msgid ""
+"When not using a full kernel build with matching metapackages, kernels "
+"without metapackages can be included in your configuration just the way you "
+"would any other package and specifying an appropriate #{--linux-packages}# "
+"stub."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:234
+msgid ""
+"Remember when building custom kernel configurations you must of course "
+"satisfy the minimum requirements for running a live environment, i.e. at "
+"least include any kernel modules needed to handle the live filesystem "
+"(usually aufs and squashfs) and don't forget to suffix the package names "
+"with the flavour (e.g. #{-amd64}#)."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:236
 msgid ""
 "2~installing-modified-or-third-party-packages Installing modified or third-"
 "party packages"
@@ -932,7 +1013,7 @@ msgstr ""
 "modifiés ou de tiers"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:238
 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 "
@@ -950,7 +1031,7 @@ msgstr ""
 "ajouter des fonctionnalités sur mesure et/ou propriétaires."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:217
+#: en/user_customization-packages.ssi:240
 msgid ""
 "This section does not cover advice regarding building or maintaining "
 "modified packages. Joachim Breitner's 'How to fork privately' method from "
@@ -967,22 +1048,22 @@ msgstr ""
 "org/doc/maint-guide/ et ailleurs"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:242
 msgid "There are two ways of installing modified custom packages:"
 msgstr "Il y a deux façons d'installer des paquets personnalisés modifiés:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:244
 msgid "_* #{packages.chroot}#"
 msgstr "_* #{packages.chroot}#"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:223
+#: en/user_customization-packages.ssi:246
 msgid "_* Using a custom APT repository"
 msgstr "_* Utiliser un dépôt APT personnalisé"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:225
+#: en/user_customization-packages.ssi:248
 msgid ""
 "Using #{packages.chroot}# is simpler to achieve and useful for \"one-off\" "
 "customizations but has a number of drawbacks, whilst using a custom APT "
@@ -993,12 +1074,12 @@ msgstr ""
 "en utilisant un dépôt personnalisé APT est plus fastidieux à mettre en place."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:227
+#: en/user_customization-packages.ssi:250
 msgid "3~ Using #{packages.chroot}# to install custom packages"
 msgstr "3~ Utilisant #{packages.chroot}# pour installer paquets personnalisés"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:229
+#: en/user_customization-packages.ssi:252
 msgid ""
 "To install a custom package, simply copy it to the #{config/packages.chroot/}"
 "# directory. Packages that are inside this directory will be automatically "
@@ -1011,7 +1092,7 @@ msgstr ""
 "construction du systéme - vous n'avez pas besoin de les spécifier ailleurs."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:231
+#: en/user_customization-packages.ssi:254
 msgid ""
 "Packages *{must}* be named in the prescribed way. One simple way to do this "
 "is to use #{dpkg-name}#."
@@ -1020,7 +1101,7 @@ msgstr ""
 "simple de le faire consiste à utiliser #{dpkg-name}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:233
+#: en/user_customization-packages.ssi:256
 msgid ""
 "Using #{packages.chroot}# for installation of custom packages has "
 "disadvantages:"
@@ -1029,12 +1110,12 @@ msgstr ""
 "personnalisés a des inconvénients:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:235
+#: en/user_customization-packages.ssi:258
 msgid "_* It is not possible to use secure APT."
 msgstr "_* Il n'est pas possible d'utiliser secure APT."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:237
+#: en/user_customization-packages.ssi:260
 msgid ""
 "_* You must install all appropriate packages in the #{config/packages."
 "chroot/}# directory."
@@ -1043,7 +1124,7 @@ msgstr ""
 "{config/packages.chroot/}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:239
+#: en/user_customization-packages.ssi:262
 msgid ""
 "_* It does not lend itself to storing Debian Live configurations in revision "
 "control."
@@ -1052,12 +1133,12 @@ msgstr ""
 "contrôle de révision."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:241
+#: en/user_customization-packages.ssi:264
 msgid "3~ Using an APT repository to install custom packages"
 msgstr "3~ Utiliser un dépôt APT pour installer des paquets personnalisés."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:243
+#: en/user_customization-packages.ssi:266
 msgid ""
 "Unlike using #{packages.chroot}#, when using a custom APT repository you "
 "must ensure that you specify the packages elsewhere. See {Choosing packages "
@@ -1069,7 +1150,7 @@ msgstr ""
 "to-install pour plus de détails."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:245
+#: en/user_customization-packages.ssi:268
 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 "
@@ -1080,12 +1161,12 @@ msgstr ""
 "date ultérieure pour offrir les mises à jour des paquets modifiés."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:247
+#: en/user_customization-packages.ssi:270
 msgid "3~ Custom packages and APT"
 msgstr "3~ Les paquets personnalisés et APT"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:249
+#: en/user_customization-packages.ssi:272
 msgid ""
 "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 "
@@ -1100,7 +1181,7 @@ msgstr ""
 "APT choisira d'installer le paquet avec la numéro de version supérieur."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:251
+#: en/user_customization-packages.ssi:274
 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 "
@@ -1116,12 +1197,12 @@ msgstr ""
 "plus d'informations."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:253
+#: en/user_customization-packages.ssi:276
 msgid "2~ Configuring APT at build time"
 msgstr "2~ Configuration d'APT au moment de la construction"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:255
+#: en/user_customization-packages.ssi:278
 msgid ""
 "You can configure APT through a number of options applied only at build "
 "time. (APT configuration used in the running live system may be configured "
@@ -1138,12 +1219,12 @@ msgstr ""
 "options commençant par #{apt}# dans la page de manuel de #{lb_config}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:257
+#: en/user_customization-packages.ssi:280
 msgid "3~choosing-apt-or-aptitude Choosing apt or aptitude"
 msgstr "3~choosing-apt-or-aptitude Choisir apt ou aptitude"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:259
+#: en/user_customization-packages.ssi:282
 msgid ""
 "You can elect to use either /{apt}/ or /{aptitude}/ when installing packages "
 "at build time. Which utility is used is governed by the #{--apt}# argument "
@@ -1157,7 +1238,7 @@ msgstr ""
 "différence notable étant la manière dont les paquets manquants sont traités."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:261
+#: en/user_customization-packages.ssi:284
 msgid ""
 "_* #{apt}#: With this method, if a missing package is specified, the package "
 "installation will fail. This is the default setting."
@@ -1166,7 +1247,7 @@ msgstr ""
 "l'installation va échouer. C'est le réglage par défaut."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:263
+#: en/user_customization-packages.ssi:286
 msgid ""
 "_* #{aptitude}#: With this method, if a missing package is specified, the "
 "package installation will succeed."
@@ -1175,12 +1256,12 @@ msgstr ""
 "l'installation va réussir."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:265
+#: en/user_customization-packages.ssi:288
 msgid "3~ Using a proxy with APT"
 msgstr "3~ Utilisation d'un proxy avec APT"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:267
+#: en/user_customization-packages.ssi:290
 msgid ""
 "One commonly required APT configuration is to deal with building an image "
 "behind a proxy. You may specify your APT proxy with the #{--apt-ftp-proxy}# "
@@ -1192,18 +1273,18 @@ msgstr ""
 "nécessaire, par exemple"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:271
+#: en/user_customization-packages.ssi:294
 #, no-wrap
 msgid " $ lb config --apt-http-proxy http://proxy/\n"
 msgstr " $ lb config --apt-http-proxy http://proxy/\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:275
+#: en/user_customization-packages.ssi:298
 msgid "3~tweaking-apt-to-save-space Tweaking APT to save space"
 msgstr "3~tweaking-apt-to-save-space Régler APT pour économiser de l'espace"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:277
+#: en/user_customization-packages.ssi:300
 msgid ""
 "You may find yourself needing to save some space on the image media, in "
 "which case one or the other or both of the following options may be of "
@@ -1214,7 +1295,7 @@ msgstr ""
 "d'intérêt."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:279
+#: en/user_customization-packages.ssi:302
 msgid ""
 "If you don't want to include APT indices in the image, you can omit those "
 "with:"
@@ -1223,13 +1304,13 @@ msgstr ""
 "pouvez omettre avec:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:283
+#: en/user_customization-packages.ssi:306
 #, no-wrap
 msgid " $ lb config --apt-indices false\n"
 msgstr " $ lb config --apt-indices false\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:287
+#: en/user_customization-packages.ssi:310
 msgid ""
 "This will not influence the entries in #{/etc/apt/sources.list}#, but merely "
 "whether #{/var/lib/apt}# contains the indices files or not. The tradeoff is "
@@ -1245,7 +1326,7 @@ msgstr ""
 "créer ces indices."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:289
+#: en/user_customization-packages.ssi:312
 msgid ""
 "If you find the installation of recommended packages bloats your image too "
 "much, provided you are prepared to deal with the consequences discussed "
@@ -1256,13 +1337,13 @@ msgstr ""
 "décrites ci-dessous, vous pouvez désactiver l'option par défaut d'APT avec:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:316
 #, no-wrap
 msgid " $ lb config --apt-recommends false\n"
 msgstr " $ lb config --apt-recommends false\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:320
 msgid ""
 "The most important consequence of turning off recommends is that #{live-boot}"
 "# and #{live-config}# themselves recommend some packages that provide "
@@ -1286,7 +1367,7 @@ msgstr ""
 "pouvez les omettre, les ajouter à nouveau dans vos listes de paquets."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:299
+#: en/user_customization-packages.ssi:322
 msgid ""
 "The more general consequence is that if you don't install recommended "
 "packages for any given package, that is, \"packages that would be found "
@@ -1314,12 +1395,12 @@ msgstr ""
 "expliqué dans {APT pinning}#apt-pinning."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:301
+#: en/user_customization-packages.ssi:324
 msgid "3~ Passing options to apt or aptitude"
 msgstr "3~ Passer des options à apt ou aptitude"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:326
 msgid ""
 "If there is not a #{lb config}# option to alter APT's behaviour in the way "
 "you need, use #{--apt-options}# or #{--aptitude-options}# to pass any "
@@ -1345,13 +1426,13 @@ msgstr ""
 "l'ajout de la nouvelle option après la valeur par défaut #{--yes}#:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:330
 #, no-wrap
 msgid " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 msgstr " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:311
+#: en/user_customization-packages.ssi:334
 msgid ""
 "Please check the man pages to fully understand these options and when to use "
 "them. This is an example only and should not be construed as advice to "
@@ -1365,7 +1446,7 @@ msgstr ""
 "image live."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:313
+#: en/user_customization-packages.ssi:336
 msgid ""
 "For more complicated APT configurations involving #{apt.conf}# options you "
 "might want to create a #{config/chroot_apt/apt.conf}# file instead. See also "
@@ -1378,12 +1459,12 @@ msgstr ""
 "options fréquemment utilisées."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:315
+#: en/user_customization-packages.ssi:338
 msgid "3~apt-pinning APT pinning"
 msgstr "3~apt-pinning APT pinning"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:317
+#: en/user_customization-packages.ssi:340
 msgid ""
 "For background, please first read the #{apt_preferences(5)}# man page. APT "
 "pinning can be configured either for build time, or else for run time. For "
@@ -1397,7 +1478,7 @@ msgstr ""
 "etc/apt/preferences}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:319
+#: en/user_customization-packages.ssi:342
 msgid ""
 "Let's say you are building a wheezy live system but need all the live "
 "packages that end up in the binary image to be installed from sid at build "
@@ -1414,7 +1495,7 @@ msgstr ""
 "cible, wheezy. Ce qui suit devrait accomplir ça:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:327
+#: en/user_customization-packages.ssi:350
 #, no-wrap
 msgid ""
 " $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
@@ -1430,7 +1511,7 @@ msgstr ""
 " Pin-Priority: 600\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:355
 #, no-wrap
 msgid ""
 " Package: *\n"
@@ -1444,18 +1525,18 @@ msgstr ""
 " END\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:336
+#: en/user_customization-packages.ssi:359
 #, no-wrap
 msgid "*{Note:}* Wildcards can be used in package names (e.g. *{Package: live-*}*) with Apt version 0.8.14 or higher. This means that it works with wheezy using:\n"
 msgstr "*{Remarque:}* Caractères génériques peuvent être utilisés dans les noms des paquets (par exemple *{Package: live-*}*) avec la version 0.8.14 ou supérieure d'Apt. Cela signifie qu'il fonctionne avec wheezy en utilisant:\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:340
+#: en/user_customization-packages.ssi:363
 msgid "$ lb config --distribution wheezy"
 msgstr "$ lb config --distribution wheezy"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:367
 msgid ""
 "Negative pin priorities will prevent a package from being installed, as in "
 "the case where you do not want a package that is recommended by another "
@@ -1478,7 +1559,7 @@ msgstr ""
 "en ajoutant la strophe suivante à #{config/chroot_apt/preferences}#:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:350
+#: en/user_customization-packages.ssi:373
 #, no-wrap
 msgid ""
 " Package: gnome-keyring\n"
diff --git a/manual/po/it/live-manual.ssm.po b/manual/po/it/live-manual.ssm.po
index 03ce343..821b9a6 100644
--- a/manual/po/it/live-manual.ssm.po
+++ b/manual/po/it/live-manual.ssm.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual\n"
-"POT-Creation-Date: 2012-09-24 16:32+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2012-06-18 19:33+0200\n"
 "Last-Translator: skizzhg <skizzhg at gmx.com>\n"
 "Language-Team: Italian <tp at lists.linux.it>\n"
@@ -50,10 +50,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-09-24\n"
+" :published: 2012-09-25\n"
 msgstr ""
 "@date:\n"
-" :published: 24.09.2012\n"
+" :published: 25.09.2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/it/user_customization-packages.ssi.po b/manual/po/it/user_customization-packages.ssi.po
index 4df7e63..f83b3be 100644
--- a/manual/po/it/user_customization-packages.ssi.po
+++ b/manual/po/it/user_customization-packages.ssi.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual\n"
-"POT-Creation-Date: 2012-09-10 23:16+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2012-09-20 22:01+0200\n"
 "Last-Translator: skizzhg <skizzhg at gmx.com>\n"
 "Language-Team: Italian <tp at lists.linux.it>\n"
@@ -54,28 +54,29 @@ msgstr ""
 #: en/user_customization-packages.ssi:177
 #: en/user_customization-packages.ssi:187
 #: en/user_customization-packages.ssi:205
-#: en/user_customization-packages.ssi:269
-#: en/user_customization-packages.ssi:281
-#: en/user_customization-packages.ssi:291
-#: en/user_customization-packages.ssi:305
-#: en/user_customization-packages.ssi:321
-#: en/user_customization-packages.ssi:338
-#: en/user_customization-packages.ssi:346 en/user_customization-runtime.ssi:14
+#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:292
+#: en/user_customization-packages.ssi:304
+#: en/user_customization-packages.ssi:314
+#: en/user_customization-packages.ssi:328
+#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:361
+#: en/user_customization-packages.ssi:369 en/user_customization-runtime.ssi:14
 #: en/user_customization-runtime.ssi:27 en/user_customization-runtime.ssi:45
 #: en/user_customization-runtime.ssi:57 en/user_customization-runtime.ssi:76
 #: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:93
 #: en/user_customization-runtime.ssi:122 en/user_customization-runtime.ssi:132
 #: en/user_customization-runtime.ssi:140 en/user_customization-runtime.ssi:149
-#: en/user_customization-runtime.ssi:166 en/user_examples.ssi:14
-#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
-#: en/user_examples.ssi:66 en/user_examples.ssi:82 en/user_examples.ssi:92
-#: en/user_examples.ssi:105 en/user_examples.ssi:113 en/user_examples.ssi:123
-#: en/user_examples.ssi:133 en/user_examples.ssi:147 en/user_examples.ssi:155
-#: en/user_examples.ssi:163 en/user_examples.ssi:171 en/user_examples.ssi:187
-#: en/user_examples.ssi:201 en/user_examples.ssi:209 en/user_examples.ssi:217
-#: en/user_examples.ssi:233 en/user_examples.ssi:247 en/user_examples.ssi:256
-#: en/user_examples.ssi:264 en/user_examples.ssi:284 en/user_examples.ssi:292
-#: en/user_examples.ssi:301 en/user_examples.ssi:311
+#: en/user_customization-runtime.ssi:158 en/user_customization-runtime.ssi:173
+#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
+#: en/user_examples.ssi:54 en/user_examples.ssi:66 en/user_examples.ssi:82
+#: en/user_examples.ssi:92 en/user_examples.ssi:105 en/user_examples.ssi:113
+#: en/user_examples.ssi:123 en/user_examples.ssi:133 en/user_examples.ssi:147
+#: en/user_examples.ssi:155 en/user_examples.ssi:163 en/user_examples.ssi:171
+#: en/user_examples.ssi:187 en/user_examples.ssi:201 en/user_examples.ssi:209
+#: en/user_examples.ssi:217 en/user_examples.ssi:233 en/user_examples.ssi:247
+#: en/user_examples.ssi:256 en/user_examples.ssi:264 en/user_examples.ssi:284
+#: en/user_examples.ssi:292 en/user_examples.ssi:301 en/user_examples.ssi:311
 #: en/user_installation.ssi:38 en/user_installation.ssi:46
 #: en/user_installation.ssi:56 en/user_installation.ssi:64
 #: en/user_installation.ssi:74 en/user_installation.ssi:82
@@ -127,28 +128,29 @@ msgstr "code{"
 #: en/user_customization-packages.ssi:183
 #: en/user_customization-packages.ssi:193
 #: en/user_customization-packages.ssi:211
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:285
-#: en/user_customization-packages.ssi:295
-#: en/user_customization-packages.ssi:309
-#: en/user_customization-packages.ssi:334
-#: en/user_customization-packages.ssi:342
-#: en/user_customization-packages.ssi:351 en/user_customization-runtime.ssi:21
+#: en/user_customization-packages.ssi:226
+#: en/user_customization-packages.ssi:296
+#: en/user_customization-packages.ssi:308
+#: en/user_customization-packages.ssi:318
+#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:357
+#: en/user_customization-packages.ssi:365
+#: en/user_customization-packages.ssi:374 en/user_customization-runtime.ssi:21
 #: en/user_customization-runtime.ssi:31 en/user_customization-runtime.ssi:49
 #: en/user_customization-runtime.ssi:70 en/user_customization-runtime.ssi:80
 #: en/user_customization-runtime.ssi:89 en/user_customization-runtime.ssi:98
 #: en/user_customization-runtime.ssi:126 en/user_customization-runtime.ssi:136
-#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:156
-#: en/user_customization-runtime.ssi:174 en/user_examples.ssi:20
-#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:60
-#: en/user_examples.ssi:70 en/user_examples.ssi:88 en/user_examples.ssi:101
-#: en/user_examples.ssi:109 en/user_examples.ssi:117 en/user_examples.ssi:127
-#: en/user_examples.ssi:139 en/user_examples.ssi:151 en/user_examples.ssi:159
-#: en/user_examples.ssi:167 en/user_examples.ssi:175 en/user_examples.ssi:195
-#: en/user_examples.ssi:205 en/user_examples.ssi:213 en/user_examples.ssi:229
-#: en/user_examples.ssi:237 en/user_examples.ssi:252 en/user_examples.ssi:260
-#: en/user_examples.ssi:268 en/user_examples.ssi:288 en/user_examples.ssi:297
-#: en/user_examples.ssi:307 en/user_examples.ssi:325
+#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:154
+#: en/user_customization-runtime.ssi:163 en/user_customization-runtime.ssi:181
+#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
+#: en/user_examples.ssi:60 en/user_examples.ssi:70 en/user_examples.ssi:88
+#: en/user_examples.ssi:101 en/user_examples.ssi:109 en/user_examples.ssi:117
+#: en/user_examples.ssi:127 en/user_examples.ssi:139 en/user_examples.ssi:151
+#: en/user_examples.ssi:159 en/user_examples.ssi:167 en/user_examples.ssi:175
+#: en/user_examples.ssi:195 en/user_examples.ssi:205 en/user_examples.ssi:213
+#: en/user_examples.ssi:229 en/user_examples.ssi:237 en/user_examples.ssi:252
+#: en/user_examples.ssi:260 en/user_examples.ssi:268 en/user_examples.ssi:288
+#: en/user_examples.ssi:297 en/user_examples.ssi:307 en/user_examples.ssi:325
 #: en/user_installation.ssi:42 en/user_installation.ssi:50
 #: en/user_installation.ssi:60 en/user_installation.ssi:70
 #: en/user_installation.ssi:78 en/user_installation.ssi:86
@@ -918,6 +920,85 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:213
+msgid "3~kernel-flavour-and-version Kernel flavour and version"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:215
+msgid ""
+"Your choice of architecture determines the default flavour or flavours of "
+"kernel images included in the live system. Each flavour is suffixed to the "
+"default stub #{linux-image}# to form each metapackage name which in turn "
+"depends on an exact kernel package to be included in your image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:217
+msgid ""
+"Thus by default, an #{amd64}# architecture image will include the #{linux-"
+"image-amd64}# flavour metapackage, and an #{i386}# architecture image will "
+"include the #{linux-image-486}# and #{linux-image-686-pae}# metapackages. At "
+"time of writing, these packages depend on #{linux-image-3.2.0-4-amd64}#, #"
+"{linux-image-3.2.0-4-486}# and #{linux-image-3.2.0-4-686-pae}#, respectively."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:219
+msgid ""
+"When more than one kernel package version is available in your configured "
+"archives, you can specify a different kernel package name stub with the #{--"
+"linux-packages}# option. For example, supposing you are building an #{amd64}"
+"# architecture image and add the experimental archive for testing purposes "
+"so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You would "
+"configure that image as follows:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:224
+#, no-wrap
+msgid ""
+" $ lb config --linux-packages linux-image-3.5-trunk\n"
+" $ echo \"deb http://ftp.debian.org/debian/ experimental main\" > config/archives/experimental.list.chroot\n"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:228
+msgid ""
+"Please note that live-build directly supports only kernels that are "
+"integrated within the Debian package management system and does not support "
+"kernels not built as #{.deb}# packages."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:230
+msgid ""
+"The proper and recommended way to deploy your own kernel packages is to "
+"follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and "
+"include a complete build of the #{linux}# and matching #{linux-latest}# "
+"packages in your repository."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:232
+msgid ""
+"When not using a full kernel build with matching metapackages, kernels "
+"without metapackages can be included in your configuration just the way you "
+"would any other package and specifying an appropriate #{--linux-packages}# "
+"stub."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:234
+msgid ""
+"Remember when building custom kernel configurations you must of course "
+"satisfy the minimum requirements for running a live environment, i.e. at "
+"least include any kernel modules needed to handle the live filesystem "
+"(usually aufs and squashfs) and don't forget to suffix the package names "
+"with the flavour (e.g. #{-amd64}#)."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:236
 msgid ""
 "2~installing-modified-or-third-party-packages Installing modified or third-"
 "party packages"
@@ -926,7 +1007,7 @@ msgstr ""
 "modificati o di terze parti"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:238
 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 "
@@ -943,7 +1024,7 @@ msgstr ""
 "utilizzati per aggiungere funzionalità proprietarie o su misura."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:217
+#: en/user_customization-packages.ssi:240
 msgid ""
 "This section does not cover advice regarding building or maintaining "
 "modified packages. Joachim Breitner's 'How to fork privately' method from "
@@ -960,22 +1041,22 @@ msgstr ""
 "maint-guide/ e altrove."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:242
 msgid "There are two ways of installing modified custom packages:"
 msgstr "Ci sono due modi per installare pacchetti personalizzati:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:244
 msgid "_* #{packages.chroot}#"
 msgstr "_* #{packages.chroot}#"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:223
+#: en/user_customization-packages.ssi:246
 msgid "_* Using a custom APT repository"
 msgstr "_* Utilizzare repository APT personalizzati"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:225
+#: en/user_customization-packages.ssi:248
 msgid ""
 "Using #{packages.chroot}# is simpler to achieve and useful for \"one-off\" "
 "customizations but has a number of drawbacks, whilst using a custom APT "
@@ -986,13 +1067,13 @@ msgstr ""
 "repository APT personalizzato è più laborioso da configurare."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:227
+#: en/user_customization-packages.ssi:250
 msgid "3~ Using #{packages.chroot}# to install custom packages"
 msgstr ""
 "3~ Utilizzare #{packages.chroot}# per installare pacchetti personalizzati"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:229
+#: en/user_customization-packages.ssi:252
 msgid ""
 "To install a custom package, simply copy it to the #{config/packages.chroot/}"
 "# directory. Packages that are inside this directory will be automatically "
@@ -1005,7 +1086,7 @@ msgstr ""
 "specificarli altrove."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:231
+#: en/user_customization-packages.ssi:254
 msgid ""
 "Packages *{must}* be named in the prescribed way. One simple way to do this "
 "is to use #{dpkg-name}#."
@@ -1014,7 +1095,7 @@ msgstr ""
 "semplice per farlo è usare #{dpkg-name}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:233
+#: en/user_customization-packages.ssi:256
 msgid ""
 "Using #{packages.chroot}# for installation of custom packages has "
 "disadvantages:"
@@ -1023,12 +1104,12 @@ msgstr ""
 "personalizzati presenta degli svantaggi:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:235
+#: en/user_customization-packages.ssi:258
 msgid "_* It is not possible to use secure APT."
 msgstr "_* non è possibile usare secure APT"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:237
+#: en/user_customization-packages.ssi:260
 msgid ""
 "_* You must install all appropriate packages in the #{config/packages."
 "chroot/}# directory."
@@ -1037,7 +1118,7 @@ msgstr ""
 "packages.chroot/}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:239
+#: en/user_customization-packages.ssi:262
 msgid ""
 "_* It does not lend itself to storing Debian Live configurations in revision "
 "control."
@@ -1046,13 +1127,13 @@ msgstr ""
 "versione."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:241
+#: en/user_customization-packages.ssi:264
 msgid "3~ Using an APT repository to install custom packages"
 msgstr ""
 "3~ Utilizzare un repository APT per installare pacchetti personalizzati"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:243
+#: en/user_customization-packages.ssi:266
 msgid ""
 "Unlike using #{packages.chroot}#, when using a custom APT repository you "
 "must ensure that you specify the packages elsewhere. See {Choosing packages "
@@ -1064,7 +1145,7 @@ msgstr ""
 "packages-to-install."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:245
+#: en/user_customization-packages.ssi:268
 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 "
@@ -1075,12 +1156,12 @@ msgstr ""
 "per offrire aggiornamenti dei pacchetti modificati."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:247
+#: en/user_customization-packages.ssi:270
 msgid "3~ Custom packages and APT"
 msgstr "3~ Pacchetti personalizzati e APT"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:249
+#: en/user_customization-packages.ssi:272
 msgid ""
 "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 "
@@ -1095,7 +1176,7 @@ msgstr ""
 "sceglie di installare quello con il numero di versione più alto."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:251
+#: en/user_customization-packages.ssi:274
 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 "
@@ -1110,12 +1191,12 @@ msgstr ""
 "veda {APT pinning}#apt-pinning per maggiori informazioni."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:253
+#: en/user_customization-packages.ssi:276
 msgid "2~ Configuring APT at build time"
 msgstr "2~ Configurare APT in fase di compilazione"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:255
+#: en/user_customization-packages.ssi:278
 msgid ""
 "You can configure APT through a number of options applied only at build "
 "time. (APT configuration used in the running live system may be configured "
@@ -1132,12 +1213,12 @@ msgstr ""
 "iniziano con #{apt}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:257
+#: en/user_customization-packages.ssi:280
 msgid "3~choosing-apt-or-aptitude Choosing apt or aptitude"
 msgstr "3~choosing-apt-or-aptitude Scegliere apt o aptitude"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:259
+#: en/user_customization-packages.ssi:282
 msgid ""
 "You can elect to use either /{apt}/ or /{aptitude}/ when installing packages "
 "at build time. Which utility is used is governed by the #{--apt}# argument "
@@ -1152,7 +1233,7 @@ msgstr ""
 "vengono gestiti quelli mancanti."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:261
+#: en/user_customization-packages.ssi:284
 msgid ""
 "_* #{apt}#: With this method, if a missing package is specified, the package "
 "installation will fail. This is the default setting."
@@ -1161,7 +1242,7 @@ msgstr ""
 "esito negativo; questo è l'impostazine predefinita."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:263
+#: en/user_customization-packages.ssi:286
 msgid ""
 "_* #{aptitude}#: With this method, if a missing package is specified, the "
 "package installation will succeed."
@@ -1170,12 +1251,12 @@ msgstr ""
 "avrà successo."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:265
+#: en/user_customization-packages.ssi:288
 msgid "3~ Using a proxy with APT"
 msgstr "3~ Utilizzare un proxy con APT"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:267
+#: en/user_customization-packages.ssi:290
 msgid ""
 "One commonly required APT configuration is to deal with building an image "
 "behind a proxy. You may specify your APT proxy with the #{--apt-ftp-proxy}# "
@@ -1186,18 +1267,18 @@ msgstr ""
 "ftp-proxy}# o #{--apt-http-proxy}# secondo necessità:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:271
+#: en/user_customization-packages.ssi:294
 #, no-wrap
 msgid " $ lb config --apt-http-proxy http://proxy/\n"
 msgstr " $ lb config --apt-http-proxy http://proxy/\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:275
+#: en/user_customization-packages.ssi:298
 msgid "3~tweaking-apt-to-save-space Tweaking APT to save space"
 msgstr "3~tweaking-apt-to-save-space Modificare APT per risparmiare spazio"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:277
+#: en/user_customization-packages.ssi:300
 msgid ""
 "You may find yourself needing to save some space on the image media, in "
 "which case one or the other or both of the following options may be of "
@@ -1207,20 +1288,20 @@ msgstr ""
 "in tal caso una o entrambe delle seguenti opzioni possono essere d'interesse."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:279
+#: en/user_customization-packages.ssi:302
 msgid ""
 "If you don't want to include APT indices in the image, you can omit those "
 "with:"
 msgstr "È possibile non includere gli indici di APT con:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:283
+#: en/user_customization-packages.ssi:306
 #, no-wrap
 msgid " $ lb config --apt-indices false\n"
 msgstr " $ lb config --apt-indices false\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:287
+#: en/user_customization-packages.ssi:310
 msgid ""
 "This will not influence the entries in #{/etc/apt/sources.list}#, but merely "
 "whether #{/var/lib/apt}# contains the indices files or not. The tradeoff is "
@@ -1235,7 +1316,7 @@ msgstr ""
 "l'utente deve usare prima #{apt-get update}# per crearli."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:289
+#: en/user_customization-packages.ssi:312
 msgid ""
 "If you find the installation of recommended packages bloats your image too "
 "much, provided you are prepared to deal with the consequences discussed "
@@ -1246,13 +1327,13 @@ msgstr ""
 "discusse prima, si può disabilitare l'opzione predefinita di APT con:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:316
 #, no-wrap
 msgid " $ lb config --apt-recommends false\n"
 msgstr " $ lb config --apt-recommends false\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:320
 msgid ""
 "The most important consequence of turning off recommends is that #{live-boot}"
 "# and #{live-config}# themselves recommend some packages that provide "
@@ -1275,7 +1356,7 @@ msgstr ""
 "agli elenchi."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:299
+#: en/user_customization-packages.ssi:322
 msgid ""
 "The more general consequence is that if you don't install recommended "
 "packages for any given package, that is, \"packages that would be found "
@@ -1302,12 +1383,12 @@ msgstr ""
 "spiegato in {APT pinning}#apt-pinning."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:301
+#: en/user_customization-packages.ssi:324
 msgid "3~ Passing options to apt or aptitude"
 msgstr "3~ Passare opzioni ad apt o aptitude"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:326
 msgid ""
 "If there is not a #{lb config}# option to alter APT's behaviour in the way "
 "you need, use #{--apt-options}# or #{--aptitude-options}# to pass any "
@@ -1332,13 +1413,13 @@ msgstr ""
 "la nuova opzione al valore predefinito #{--yes}#:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:330
 #, no-wrap
 msgid " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 msgstr " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:311
+#: en/user_customization-packages.ssi:334
 msgid ""
 "Please check the man pages to fully understand these options and when to use "
 "them. This is an example only and should not be construed as advice to "
@@ -1351,7 +1432,7 @@ msgstr ""
 "finale."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:313
+#: en/user_customization-packages.ssi:336
 msgid ""
 "For more complicated APT configurations involving #{apt.conf}# options you "
 "might want to create a #{config/chroot_apt/apt.conf}# file instead. See also "
@@ -1364,12 +1445,12 @@ msgstr ""
 "operazioni di uso frequente."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:315
+#: en/user_customization-packages.ssi:338
 msgid "3~apt-pinning APT pinning"
 msgstr "3~apt-pinning APT pinning"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:317
+#: en/user_customization-packages.ssi:340
 msgid ""
 "For background, please first read the #{apt_preferences(5)}# man page. APT "
 "pinning can be configured either for build time, or else for run time. For "
@@ -1382,7 +1463,7 @@ msgstr ""
 "{config/includes.chroot/etc/apt/preferences}#."
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:319
+#: en/user_customization-packages.ssi:342
 msgid ""
 "Let's say you are building a wheezy live system but need all the live "
 "packages that end up in the binary image to be installed from sid at build "
@@ -1399,7 +1480,7 @@ msgstr ""
 "servirà allo scopo:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:327
+#: en/user_customization-packages.ssi:350
 #, no-wrap
 msgid ""
 " $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
@@ -1415,7 +1496,7 @@ msgstr ""
 " Pin-Priority: 600\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:355
 #, no-wrap
 msgid ""
 " Package: *\n"
@@ -1429,18 +1510,18 @@ msgstr ""
 " END\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:336
+#: en/user_customization-packages.ssi:359
 #, no-wrap
 msgid "*{Note:}* Wildcards can be used in package names (e.g. *{Package: live-*}*) with Apt version 0.8.14 or higher. This means that it works with wheezy using:\n"
 msgstr "*{Nota:}* con la versione 0.8.14 o superiore di Apt si possono utilizzare wildcard nei nomi dei pacchetti (*{Package: live-*}*). Ciò significa che funziona con wheezy usando:\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:340
+#: en/user_customization-packages.ssi:363
 msgid "$ lb config --distribution wheezy"
 msgstr "$ lb config --distribution wheezy"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:367
 msgid ""
 "Negative pin priorities will prevent a package from being installed, as in "
 "the case where you do not want a package that is recommended by another "
@@ -1463,7 +1544,7 @@ msgstr ""
 "chroot_apt/preferences}# la seguente istruzione:"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:350
+#: en/user_customization-packages.ssi:373
 #, no-wrap
 msgid ""
 " Package: gnome-keyring\n"
diff --git a/manual/po/pt_BR/live-manual.ssm.po b/manual/po/pt_BR/live-manual.ssm.po
index 6cfe5c4..b7560eb 100644
--- a/manual/po/pt_BR/live-manual.ssm.po
+++ b/manual/po/pt_BR/live-manual.ssm.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual\n"
-"POT-Creation-Date: 2012-09-24 16:32+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2012-08-29 06:56-0500\n"
 "Last-Translator: Willer Gomes Júnior <willer at ogomes.com>\n"
 "Language-Team: none\n"
@@ -50,10 +50,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-09-24\n"
+" :published: 2012-09-25\n"
 msgstr ""
 "@date:\n"
-" :published: 24-09-2012\n"
+" :published: 25-09-2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/pt_BR/user_customization-packages.ssi.po b/manual/po/pt_BR/user_customization-packages.ssi.po
index 6e3d7c7..1c10da6 100644
--- a/manual/po/pt_BR/user_customization-packages.ssi.po
+++ b/manual/po/pt_BR/user_customization-packages.ssi.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual\n"
-"POT-Creation-Date: 2012-09-10 23:16+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2010-10-22 08:58-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -52,28 +52,29 @@ msgstr ""
 #: en/user_customization-packages.ssi:177
 #: en/user_customization-packages.ssi:187
 #: en/user_customization-packages.ssi:205
-#: en/user_customization-packages.ssi:269
-#: en/user_customization-packages.ssi:281
-#: en/user_customization-packages.ssi:291
-#: en/user_customization-packages.ssi:305
-#: en/user_customization-packages.ssi:321
-#: en/user_customization-packages.ssi:338
-#: en/user_customization-packages.ssi:346 en/user_customization-runtime.ssi:14
+#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:292
+#: en/user_customization-packages.ssi:304
+#: en/user_customization-packages.ssi:314
+#: en/user_customization-packages.ssi:328
+#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:361
+#: en/user_customization-packages.ssi:369 en/user_customization-runtime.ssi:14
 #: en/user_customization-runtime.ssi:27 en/user_customization-runtime.ssi:45
 #: en/user_customization-runtime.ssi:57 en/user_customization-runtime.ssi:76
 #: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:93
 #: en/user_customization-runtime.ssi:122 en/user_customization-runtime.ssi:132
 #: en/user_customization-runtime.ssi:140 en/user_customization-runtime.ssi:149
-#: en/user_customization-runtime.ssi:166 en/user_examples.ssi:14
-#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
-#: en/user_examples.ssi:66 en/user_examples.ssi:82 en/user_examples.ssi:92
-#: en/user_examples.ssi:105 en/user_examples.ssi:113 en/user_examples.ssi:123
-#: en/user_examples.ssi:133 en/user_examples.ssi:147 en/user_examples.ssi:155
-#: en/user_examples.ssi:163 en/user_examples.ssi:171 en/user_examples.ssi:187
-#: en/user_examples.ssi:201 en/user_examples.ssi:209 en/user_examples.ssi:217
-#: en/user_examples.ssi:233 en/user_examples.ssi:247 en/user_examples.ssi:256
-#: en/user_examples.ssi:264 en/user_examples.ssi:284 en/user_examples.ssi:292
-#: en/user_examples.ssi:301 en/user_examples.ssi:311
+#: en/user_customization-runtime.ssi:158 en/user_customization-runtime.ssi:173
+#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
+#: en/user_examples.ssi:54 en/user_examples.ssi:66 en/user_examples.ssi:82
+#: en/user_examples.ssi:92 en/user_examples.ssi:105 en/user_examples.ssi:113
+#: en/user_examples.ssi:123 en/user_examples.ssi:133 en/user_examples.ssi:147
+#: en/user_examples.ssi:155 en/user_examples.ssi:163 en/user_examples.ssi:171
+#: en/user_examples.ssi:187 en/user_examples.ssi:201 en/user_examples.ssi:209
+#: en/user_examples.ssi:217 en/user_examples.ssi:233 en/user_examples.ssi:247
+#: en/user_examples.ssi:256 en/user_examples.ssi:264 en/user_examples.ssi:284
+#: en/user_examples.ssi:292 en/user_examples.ssi:301 en/user_examples.ssi:311
 #: en/user_installation.ssi:38 en/user_installation.ssi:46
 #: en/user_installation.ssi:56 en/user_installation.ssi:64
 #: en/user_installation.ssi:74 en/user_installation.ssi:82
@@ -125,28 +126,29 @@ msgstr "code{"
 #: en/user_customization-packages.ssi:183
 #: en/user_customization-packages.ssi:193
 #: en/user_customization-packages.ssi:211
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:285
-#: en/user_customization-packages.ssi:295
-#: en/user_customization-packages.ssi:309
-#: en/user_customization-packages.ssi:334
-#: en/user_customization-packages.ssi:342
-#: en/user_customization-packages.ssi:351 en/user_customization-runtime.ssi:21
+#: en/user_customization-packages.ssi:226
+#: en/user_customization-packages.ssi:296
+#: en/user_customization-packages.ssi:308
+#: en/user_customization-packages.ssi:318
+#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:357
+#: en/user_customization-packages.ssi:365
+#: en/user_customization-packages.ssi:374 en/user_customization-runtime.ssi:21
 #: en/user_customization-runtime.ssi:31 en/user_customization-runtime.ssi:49
 #: en/user_customization-runtime.ssi:70 en/user_customization-runtime.ssi:80
 #: en/user_customization-runtime.ssi:89 en/user_customization-runtime.ssi:98
 #: en/user_customization-runtime.ssi:126 en/user_customization-runtime.ssi:136
-#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:156
-#: en/user_customization-runtime.ssi:174 en/user_examples.ssi:20
-#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:60
-#: en/user_examples.ssi:70 en/user_examples.ssi:88 en/user_examples.ssi:101
-#: en/user_examples.ssi:109 en/user_examples.ssi:117 en/user_examples.ssi:127
-#: en/user_examples.ssi:139 en/user_examples.ssi:151 en/user_examples.ssi:159
-#: en/user_examples.ssi:167 en/user_examples.ssi:175 en/user_examples.ssi:195
-#: en/user_examples.ssi:205 en/user_examples.ssi:213 en/user_examples.ssi:229
-#: en/user_examples.ssi:237 en/user_examples.ssi:252 en/user_examples.ssi:260
-#: en/user_examples.ssi:268 en/user_examples.ssi:288 en/user_examples.ssi:297
-#: en/user_examples.ssi:307 en/user_examples.ssi:325
+#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:154
+#: en/user_customization-runtime.ssi:163 en/user_customization-runtime.ssi:181
+#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
+#: en/user_examples.ssi:60 en/user_examples.ssi:70 en/user_examples.ssi:88
+#: en/user_examples.ssi:101 en/user_examples.ssi:109 en/user_examples.ssi:117
+#: en/user_examples.ssi:127 en/user_examples.ssi:139 en/user_examples.ssi:151
+#: en/user_examples.ssi:159 en/user_examples.ssi:167 en/user_examples.ssi:175
+#: en/user_examples.ssi:195 en/user_examples.ssi:205 en/user_examples.ssi:213
+#: en/user_examples.ssi:229 en/user_examples.ssi:237 en/user_examples.ssi:252
+#: en/user_examples.ssi:260 en/user_examples.ssi:268 en/user_examples.ssi:288
+#: en/user_examples.ssi:297 en/user_examples.ssi:307 en/user_examples.ssi:325
 #: en/user_installation.ssi:42 en/user_installation.ssi:50
 #: en/user_installation.ssi:60 en/user_installation.ssi:70
 #: en/user_installation.ssi:78 en/user_installation.ssi:86
@@ -714,13 +716,92 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:213
+msgid "3~kernel-flavour-and-version Kernel flavour and version"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:215
+msgid ""
+"Your choice of architecture determines the default flavour or flavours of "
+"kernel images included in the live system. Each flavour is suffixed to the "
+"default stub #{linux-image}# to form each metapackage name which in turn "
+"depends on an exact kernel package to be included in your image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:217
+msgid ""
+"Thus by default, an #{amd64}# architecture image will include the #{linux-"
+"image-amd64}# flavour metapackage, and an #{i386}# architecture image will "
+"include the #{linux-image-486}# and #{linux-image-686-pae}# metapackages. At "
+"time of writing, these packages depend on #{linux-image-3.2.0-4-amd64}#, #"
+"{linux-image-3.2.0-4-486}# and #{linux-image-3.2.0-4-686-pae}#, respectively."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:219
+msgid ""
+"When more than one kernel package version is available in your configured "
+"archives, you can specify a different kernel package name stub with the #{--"
+"linux-packages}# option. For example, supposing you are building an #{amd64}"
+"# architecture image and add the experimental archive for testing purposes "
+"so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You would "
+"configure that image as follows:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:224
+#, no-wrap
+msgid ""
+" $ lb config --linux-packages linux-image-3.5-trunk\n"
+" $ echo \"deb http://ftp.debian.org/debian/ experimental main\" > config/archives/experimental.list.chroot\n"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:228
+msgid ""
+"Please note that live-build directly supports only kernels that are "
+"integrated within the Debian package management system and does not support "
+"kernels not built as #{.deb}# packages."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:230
+msgid ""
+"The proper and recommended way to deploy your own kernel packages is to "
+"follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and "
+"include a complete build of the #{linux}# and matching #{linux-latest}# "
+"packages in your repository."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:232
+msgid ""
+"When not using a full kernel build with matching metapackages, kernels "
+"without metapackages can be included in your configuration just the way you "
+"would any other package and specifying an appropriate #{--linux-packages}# "
+"stub."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:234
+msgid ""
+"Remember when building custom kernel configurations you must of course "
+"satisfy the minimum requirements for running a live environment, i.e. at "
+"least include any kernel modules needed to handle the live filesystem "
+"(usually aufs and squashfs) and don't forget to suffix the package names "
+"with the flavour (e.g. #{-amd64}#)."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:236
 msgid ""
 "2~installing-modified-or-third-party-packages Installing modified or third-"
 "party packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:238
 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 "
@@ -731,7 +812,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:217
+#: en/user_customization-packages.ssi:240
 msgid ""
 "This section does not cover advice regarding building or maintaining "
 "modified packages. Joachim Breitner's 'How to fork privately' method from "
@@ -742,22 +823,22 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:242
 msgid "There are two ways of installing modified custom packages:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:244
 msgid "_* #{packages.chroot}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:223
+#: en/user_customization-packages.ssi:246
 msgid "_* Using a custom APT repository"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:225
+#: en/user_customization-packages.ssi:248
 msgid ""
 "Using #{packages.chroot}# is simpler to achieve and useful for \"one-off\" "
 "customizations but has a number of drawbacks, whilst using a custom APT "
@@ -765,12 +846,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:227
+#: en/user_customization-packages.ssi:250
 msgid "3~ Using #{packages.chroot}# to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:229
+#: en/user_customization-packages.ssi:252
 msgid ""
 "To install a custom package, simply copy it to the #{config/packages.chroot/}"
 "# directory. Packages that are inside this directory will be automatically "
@@ -779,45 +860,45 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:231
+#: en/user_customization-packages.ssi:254
 msgid ""
 "Packages *{must}* be named in the prescribed way. One simple way to do this "
 "is to use #{dpkg-name}#."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:233
+#: en/user_customization-packages.ssi:256
 msgid ""
 "Using #{packages.chroot}# for installation of custom packages has "
 "disadvantages:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:235
+#: en/user_customization-packages.ssi:258
 msgid "_* It is not possible to use secure APT."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:237
+#: en/user_customization-packages.ssi:260
 msgid ""
 "_* You must install all appropriate packages in the #{config/packages."
 "chroot/}# directory."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:239
+#: en/user_customization-packages.ssi:262
 msgid ""
 "_* It does not lend itself to storing Debian Live configurations in revision "
 "control."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:241
+#: en/user_customization-packages.ssi:264
 msgid "3~ Using an APT repository to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:243
+#: en/user_customization-packages.ssi:266
 msgid ""
 "Unlike using #{packages.chroot}#, when using a custom APT repository you "
 "must ensure that you specify the packages elsewhere. See {Choosing packages "
@@ -825,7 +906,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:245
+#: en/user_customization-packages.ssi:268
 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 "
@@ -833,12 +914,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:247
+#: en/user_customization-packages.ssi:270
 msgid "3~ Custom packages and APT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:249
+#: en/user_customization-packages.ssi:272
 msgid ""
 "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 "
@@ -848,7 +929,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:251
+#: en/user_customization-packages.ssi:274
 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 "
@@ -858,12 +939,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:253
+#: en/user_customization-packages.ssi:276
 msgid "2~ Configuring APT at build time"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:255
+#: en/user_customization-packages.ssi:278
 msgid ""
 "You can configure APT through a number of options applied only at build "
 "time. (APT configuration used in the running live system may be configured "
@@ -874,12 +955,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:257
+#: en/user_customization-packages.ssi:280
 msgid "3~choosing-apt-or-aptitude Choosing apt or aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:259
+#: en/user_customization-packages.ssi:282
 msgid ""
 "You can elect to use either /{apt}/ or /{aptitude}/ when installing packages "
 "at build time. Which utility is used is governed by the #{--apt}# argument "
@@ -889,26 +970,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:261
+#: en/user_customization-packages.ssi:284
 msgid ""
 "_* #{apt}#: With this method, if a missing package is specified, the package "
 "installation will fail. This is the default setting."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:263
+#: en/user_customization-packages.ssi:286
 msgid ""
 "_* #{aptitude}#: With this method, if a missing package is specified, the "
 "package installation will succeed."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:265
+#: en/user_customization-packages.ssi:288
 msgid "3~ Using a proxy with APT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:267
+#: en/user_customization-packages.ssi:290
 msgid ""
 "One commonly required APT configuration is to deal with building an image "
 "behind a proxy. You may specify your APT proxy with the #{--apt-ftp-proxy}# "
@@ -916,18 +997,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:271
+#: en/user_customization-packages.ssi:294
 #, no-wrap
 msgid " $ lb config --apt-http-proxy http://proxy/\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:275
+#: en/user_customization-packages.ssi:298
 msgid "3~tweaking-apt-to-save-space Tweaking APT to save space"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:277
+#: en/user_customization-packages.ssi:300
 msgid ""
 "You may find yourself needing to save some space on the image media, in "
 "which case one or the other or both of the following options may be of "
@@ -935,20 +1016,20 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:279
+#: en/user_customization-packages.ssi:302
 msgid ""
 "If you don't want to include APT indices in the image, you can omit those "
 "with:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:283
+#: en/user_customization-packages.ssi:306
 #, no-wrap
 msgid " $ lb config --apt-indices false\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:287
+#: en/user_customization-packages.ssi:310
 msgid ""
 "This will not influence the entries in #{/etc/apt/sources.list}#, but merely "
 "whether #{/var/lib/apt}# contains the indices files or not. The tradeoff is "
@@ -958,7 +1039,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:289
+#: en/user_customization-packages.ssi:312
 msgid ""
 "If you find the installation of recommended packages bloats your image too "
 "much, provided you are prepared to deal with the consequences discussed "
@@ -966,13 +1047,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:316
 #, no-wrap
 msgid " $ lb config --apt-recommends false\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:320
 msgid ""
 "The most important consequence of turning off recommends is that #{live-boot}"
 "# and #{live-config}# themselves recommend some packages that provide "
@@ -986,7 +1067,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:299
+#: en/user_customization-packages.ssi:322
 msgid ""
 "The more general consequence is that if you don't install recommended "
 "packages for any given package, that is, \"packages that would be found "
@@ -1002,12 +1083,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:301
+#: en/user_customization-packages.ssi:324
 msgid "3~ Passing options to apt or aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:326
 msgid ""
 "If there is not a #{lb config}# option to alter APT's behaviour in the way "
 "you need, use #{--apt-options}# or #{--aptitude-options}# to pass any "
@@ -1022,13 +1103,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:330
 #, no-wrap
 msgid " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:311
+#: en/user_customization-packages.ssi:334
 msgid ""
 "Please check the man pages to fully understand these options and when to use "
 "them. This is an example only and should not be construed as advice to "
@@ -1037,7 +1118,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:313
+#: en/user_customization-packages.ssi:336
 msgid ""
 "For more complicated APT configurations involving #{apt.conf}# options you "
 "might want to create a #{config/chroot_apt/apt.conf}# file instead. See also "
@@ -1046,12 +1127,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:315
+#: en/user_customization-packages.ssi:338
 msgid "3~apt-pinning APT pinning"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:317
+#: en/user_customization-packages.ssi:340
 msgid ""
 "For background, please first read the #{apt_preferences(5)}# man page. APT "
 "pinning can be configured either for build time, or else for run time. For "
@@ -1060,7 +1141,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:319
+#: en/user_customization-packages.ssi:342
 msgid ""
 "Let's say you are building a wheezy live system but need all the live "
 "packages that end up in the binary image to be installed from sid at build "
@@ -1071,7 +1152,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:327
+#: en/user_customization-packages.ssi:350
 #, no-wrap
 msgid ""
 " $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
@@ -1082,7 +1163,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:355
 #, no-wrap
 msgid ""
 " Package: *\n"
@@ -1092,18 +1173,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:336
+#: en/user_customization-packages.ssi:359
 #, no-wrap
 msgid "*{Note:}* Wildcards can be used in package names (e.g. *{Package: live-*}*) with Apt version 0.8.14 or higher. This means that it works with wheezy using:\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:340
+#: en/user_customization-packages.ssi:363
 msgid "$ lb config --distribution wheezy"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:367
 msgid ""
 "Negative pin priorities will prevent a package from being installed, as in "
 "the case where you do not want a package that is recommended by another "
@@ -1117,7 +1198,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:350
+#: en/user_customization-packages.ssi:373
 #, no-wrap
 msgid ""
 " Package: gnome-keyring\n"
diff --git a/manual/po/ro/live-manual.ssm.po b/manual/po/ro/live-manual.ssm.po
index d1ee753..938fcb4 100644
--- a/manual/po/ro/live-manual.ssm.po
+++ b/manual/po/ro/live-manual.ssm.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual\n"
-"POT-Creation-Date: 2012-09-24 16:32+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2012-07-26 23:14+0200\n"
 "Last-Translator: Victor Nitu <victor at debian-linux.ro>\n"
 "Language-Team: none\n"
@@ -50,10 +50,10 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-09-24\n"
+" :published: 2012-09-25\n"
 msgstr ""
 "@date:\n"
-" :published: 24.09.2012\n"
+" :published: 25.09.2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/ro/user_customization-packages.ssi.po b/manual/po/ro/user_customization-packages.ssi.po
index 327cee4..351a629 100644
--- a/manual/po/ro/user_customization-packages.ssi.po
+++ b/manual/po/ro/user_customization-packages.ssi.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual\n"
-"POT-Creation-Date: 2012-09-10 23:16+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+0300\n"
 "PO-Revision-Date: 2010-10-22 08:58-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -53,28 +53,29 @@ msgstr ""
 #: en/user_customization-packages.ssi:177
 #: en/user_customization-packages.ssi:187
 #: en/user_customization-packages.ssi:205
-#: en/user_customization-packages.ssi:269
-#: en/user_customization-packages.ssi:281
-#: en/user_customization-packages.ssi:291
-#: en/user_customization-packages.ssi:305
-#: en/user_customization-packages.ssi:321
-#: en/user_customization-packages.ssi:338
-#: en/user_customization-packages.ssi:346 en/user_customization-runtime.ssi:14
+#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:292
+#: en/user_customization-packages.ssi:304
+#: en/user_customization-packages.ssi:314
+#: en/user_customization-packages.ssi:328
+#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:361
+#: en/user_customization-packages.ssi:369 en/user_customization-runtime.ssi:14
 #: en/user_customization-runtime.ssi:27 en/user_customization-runtime.ssi:45
 #: en/user_customization-runtime.ssi:57 en/user_customization-runtime.ssi:76
 #: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:93
 #: en/user_customization-runtime.ssi:122 en/user_customization-runtime.ssi:132
 #: en/user_customization-runtime.ssi:140 en/user_customization-runtime.ssi:149
-#: en/user_customization-runtime.ssi:166 en/user_examples.ssi:14
-#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
-#: en/user_examples.ssi:66 en/user_examples.ssi:82 en/user_examples.ssi:92
-#: en/user_examples.ssi:105 en/user_examples.ssi:113 en/user_examples.ssi:123
-#: en/user_examples.ssi:133 en/user_examples.ssi:147 en/user_examples.ssi:155
-#: en/user_examples.ssi:163 en/user_examples.ssi:171 en/user_examples.ssi:187
-#: en/user_examples.ssi:201 en/user_examples.ssi:209 en/user_examples.ssi:217
-#: en/user_examples.ssi:233 en/user_examples.ssi:247 en/user_examples.ssi:256
-#: en/user_examples.ssi:264 en/user_examples.ssi:284 en/user_examples.ssi:292
-#: en/user_examples.ssi:301 en/user_examples.ssi:311
+#: en/user_customization-runtime.ssi:158 en/user_customization-runtime.ssi:173
+#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
+#: en/user_examples.ssi:54 en/user_examples.ssi:66 en/user_examples.ssi:82
+#: en/user_examples.ssi:92 en/user_examples.ssi:105 en/user_examples.ssi:113
+#: en/user_examples.ssi:123 en/user_examples.ssi:133 en/user_examples.ssi:147
+#: en/user_examples.ssi:155 en/user_examples.ssi:163 en/user_examples.ssi:171
+#: en/user_examples.ssi:187 en/user_examples.ssi:201 en/user_examples.ssi:209
+#: en/user_examples.ssi:217 en/user_examples.ssi:233 en/user_examples.ssi:247
+#: en/user_examples.ssi:256 en/user_examples.ssi:264 en/user_examples.ssi:284
+#: en/user_examples.ssi:292 en/user_examples.ssi:301 en/user_examples.ssi:311
 #: en/user_installation.ssi:38 en/user_installation.ssi:46
 #: en/user_installation.ssi:56 en/user_installation.ssi:64
 #: en/user_installation.ssi:74 en/user_installation.ssi:82
@@ -126,28 +127,29 @@ msgstr "code{"
 #: en/user_customization-packages.ssi:183
 #: en/user_customization-packages.ssi:193
 #: en/user_customization-packages.ssi:211
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:285
-#: en/user_customization-packages.ssi:295
-#: en/user_customization-packages.ssi:309
-#: en/user_customization-packages.ssi:334
-#: en/user_customization-packages.ssi:342
-#: en/user_customization-packages.ssi:351 en/user_customization-runtime.ssi:21
+#: en/user_customization-packages.ssi:226
+#: en/user_customization-packages.ssi:296
+#: en/user_customization-packages.ssi:308
+#: en/user_customization-packages.ssi:318
+#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:357
+#: en/user_customization-packages.ssi:365
+#: en/user_customization-packages.ssi:374 en/user_customization-runtime.ssi:21
 #: en/user_customization-runtime.ssi:31 en/user_customization-runtime.ssi:49
 #: en/user_customization-runtime.ssi:70 en/user_customization-runtime.ssi:80
 #: en/user_customization-runtime.ssi:89 en/user_customization-runtime.ssi:98
 #: en/user_customization-runtime.ssi:126 en/user_customization-runtime.ssi:136
-#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:156
-#: en/user_customization-runtime.ssi:174 en/user_examples.ssi:20
-#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:60
-#: en/user_examples.ssi:70 en/user_examples.ssi:88 en/user_examples.ssi:101
-#: en/user_examples.ssi:109 en/user_examples.ssi:117 en/user_examples.ssi:127
-#: en/user_examples.ssi:139 en/user_examples.ssi:151 en/user_examples.ssi:159
-#: en/user_examples.ssi:167 en/user_examples.ssi:175 en/user_examples.ssi:195
-#: en/user_examples.ssi:205 en/user_examples.ssi:213 en/user_examples.ssi:229
-#: en/user_examples.ssi:237 en/user_examples.ssi:252 en/user_examples.ssi:260
-#: en/user_examples.ssi:268 en/user_examples.ssi:288 en/user_examples.ssi:297
-#: en/user_examples.ssi:307 en/user_examples.ssi:325
+#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:154
+#: en/user_customization-runtime.ssi:163 en/user_customization-runtime.ssi:181
+#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
+#: en/user_examples.ssi:60 en/user_examples.ssi:70 en/user_examples.ssi:88
+#: en/user_examples.ssi:101 en/user_examples.ssi:109 en/user_examples.ssi:117
+#: en/user_examples.ssi:127 en/user_examples.ssi:139 en/user_examples.ssi:151
+#: en/user_examples.ssi:159 en/user_examples.ssi:167 en/user_examples.ssi:175
+#: en/user_examples.ssi:195 en/user_examples.ssi:205 en/user_examples.ssi:213
+#: en/user_examples.ssi:229 en/user_examples.ssi:237 en/user_examples.ssi:252
+#: en/user_examples.ssi:260 en/user_examples.ssi:268 en/user_examples.ssi:288
+#: en/user_examples.ssi:297 en/user_examples.ssi:307 en/user_examples.ssi:325
 #: en/user_installation.ssi:42 en/user_installation.ssi:50
 #: en/user_installation.ssi:60 en/user_installation.ssi:70
 #: en/user_installation.ssi:78 en/user_installation.ssi:86
@@ -715,13 +717,92 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:213
+msgid "3~kernel-flavour-and-version Kernel flavour and version"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:215
+msgid ""
+"Your choice of architecture determines the default flavour or flavours of "
+"kernel images included in the live system. Each flavour is suffixed to the "
+"default stub #{linux-image}# to form each metapackage name which in turn "
+"depends on an exact kernel package to be included in your image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:217
+msgid ""
+"Thus by default, an #{amd64}# architecture image will include the #{linux-"
+"image-amd64}# flavour metapackage, and an #{i386}# architecture image will "
+"include the #{linux-image-486}# and #{linux-image-686-pae}# metapackages. At "
+"time of writing, these packages depend on #{linux-image-3.2.0-4-amd64}#, #"
+"{linux-image-3.2.0-4-486}# and #{linux-image-3.2.0-4-686-pae}#, respectively."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:219
+msgid ""
+"When more than one kernel package version is available in your configured "
+"archives, you can specify a different kernel package name stub with the #{--"
+"linux-packages}# option. For example, supposing you are building an #{amd64}"
+"# architecture image and add the experimental archive for testing purposes "
+"so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You would "
+"configure that image as follows:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:224
+#, no-wrap
+msgid ""
+" $ lb config --linux-packages linux-image-3.5-trunk\n"
+" $ echo \"deb http://ftp.debian.org/debian/ experimental main\" > config/archives/experimental.list.chroot\n"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:228
+msgid ""
+"Please note that live-build directly supports only kernels that are "
+"integrated within the Debian package management system and does not support "
+"kernels not built as #{.deb}# packages."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:230
+msgid ""
+"The proper and recommended way to deploy your own kernel packages is to "
+"follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and "
+"include a complete build of the #{linux}# and matching #{linux-latest}# "
+"packages in your repository."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:232
+msgid ""
+"When not using a full kernel build with matching metapackages, kernels "
+"without metapackages can be included in your configuration just the way you "
+"would any other package and specifying an appropriate #{--linux-packages}# "
+"stub."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:234
+msgid ""
+"Remember when building custom kernel configurations you must of course "
+"satisfy the minimum requirements for running a live environment, i.e. at "
+"least include any kernel modules needed to handle the live filesystem "
+"(usually aufs and squashfs) and don't forget to suffix the package names "
+"with the flavour (e.g. #{-amd64}#)."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:236
 msgid ""
 "2~installing-modified-or-third-party-packages Installing modified or third-"
 "party packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:238
 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 "
@@ -732,7 +813,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:217
+#: en/user_customization-packages.ssi:240
 msgid ""
 "This section does not cover advice regarding building or maintaining "
 "modified packages. Joachim Breitner's 'How to fork privately' method from "
@@ -743,22 +824,22 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:242
 msgid "There are two ways of installing modified custom packages:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:244
 msgid "_* #{packages.chroot}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:223
+#: en/user_customization-packages.ssi:246
 msgid "_* Using a custom APT repository"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:225
+#: en/user_customization-packages.ssi:248
 msgid ""
 "Using #{packages.chroot}# is simpler to achieve and useful for \"one-off\" "
 "customizations but has a number of drawbacks, whilst using a custom APT "
@@ -766,12 +847,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:227
+#: en/user_customization-packages.ssi:250
 msgid "3~ Using #{packages.chroot}# to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:229
+#: en/user_customization-packages.ssi:252
 msgid ""
 "To install a custom package, simply copy it to the #{config/packages.chroot/}"
 "# directory. Packages that are inside this directory will be automatically "
@@ -780,45 +861,45 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:231
+#: en/user_customization-packages.ssi:254
 msgid ""
 "Packages *{must}* be named in the prescribed way. One simple way to do this "
 "is to use #{dpkg-name}#."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:233
+#: en/user_customization-packages.ssi:256
 msgid ""
 "Using #{packages.chroot}# for installation of custom packages has "
 "disadvantages:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:235
+#: en/user_customization-packages.ssi:258
 msgid "_* It is not possible to use secure APT."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:237
+#: en/user_customization-packages.ssi:260
 msgid ""
 "_* You must install all appropriate packages in the #{config/packages."
 "chroot/}# directory."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:239
+#: en/user_customization-packages.ssi:262
 msgid ""
 "_* It does not lend itself to storing Debian Live configurations in revision "
 "control."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:241
+#: en/user_customization-packages.ssi:264
 msgid "3~ Using an APT repository to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:243
+#: en/user_customization-packages.ssi:266
 msgid ""
 "Unlike using #{packages.chroot}#, when using a custom APT repository you "
 "must ensure that you specify the packages elsewhere. See {Choosing packages "
@@ -826,7 +907,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:245
+#: en/user_customization-packages.ssi:268
 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 "
@@ -834,12 +915,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:247
+#: en/user_customization-packages.ssi:270
 msgid "3~ Custom packages and APT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:249
+#: en/user_customization-packages.ssi:272
 msgid ""
 "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 "
@@ -849,7 +930,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:251
+#: en/user_customization-packages.ssi:274
 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 "
@@ -859,12 +940,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:253
+#: en/user_customization-packages.ssi:276
 msgid "2~ Configuring APT at build time"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:255
+#: en/user_customization-packages.ssi:278
 msgid ""
 "You can configure APT through a number of options applied only at build "
 "time. (APT configuration used in the running live system may be configured "
@@ -875,12 +956,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:257
+#: en/user_customization-packages.ssi:280
 msgid "3~choosing-apt-or-aptitude Choosing apt or aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:259
+#: en/user_customization-packages.ssi:282
 msgid ""
 "You can elect to use either /{apt}/ or /{aptitude}/ when installing packages "
 "at build time. Which utility is used is governed by the #{--apt}# argument "
@@ -890,26 +971,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:261
+#: en/user_customization-packages.ssi:284
 msgid ""
 "_* #{apt}#: With this method, if a missing package is specified, the package "
 "installation will fail. This is the default setting."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:263
+#: en/user_customization-packages.ssi:286
 msgid ""
 "_* #{aptitude}#: With this method, if a missing package is specified, the "
 "package installation will succeed."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:265
+#: en/user_customization-packages.ssi:288
 msgid "3~ Using a proxy with APT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:267
+#: en/user_customization-packages.ssi:290
 msgid ""
 "One commonly required APT configuration is to deal with building an image "
 "behind a proxy. You may specify your APT proxy with the #{--apt-ftp-proxy}# "
@@ -917,18 +998,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:271
+#: en/user_customization-packages.ssi:294
 #, no-wrap
 msgid " $ lb config --apt-http-proxy http://proxy/\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:275
+#: en/user_customization-packages.ssi:298
 msgid "3~tweaking-apt-to-save-space Tweaking APT to save space"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:277
+#: en/user_customization-packages.ssi:300
 msgid ""
 "You may find yourself needing to save some space on the image media, in "
 "which case one or the other or both of the following options may be of "
@@ -936,20 +1017,20 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:279
+#: en/user_customization-packages.ssi:302
 msgid ""
 "If you don't want to include APT indices in the image, you can omit those "
 "with:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:283
+#: en/user_customization-packages.ssi:306
 #, no-wrap
 msgid " $ lb config --apt-indices false\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:287
+#: en/user_customization-packages.ssi:310
 msgid ""
 "This will not influence the entries in #{/etc/apt/sources.list}#, but merely "
 "whether #{/var/lib/apt}# contains the indices files or not. The tradeoff is "
@@ -959,7 +1040,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:289
+#: en/user_customization-packages.ssi:312
 msgid ""
 "If you find the installation of recommended packages bloats your image too "
 "much, provided you are prepared to deal with the consequences discussed "
@@ -967,13 +1048,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:316
 #, no-wrap
 msgid " $ lb config --apt-recommends false\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:320
 msgid ""
 "The most important consequence of turning off recommends is that #{live-boot}"
 "# and #{live-config}# themselves recommend some packages that provide "
@@ -987,7 +1068,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:299
+#: en/user_customization-packages.ssi:322
 msgid ""
 "The more general consequence is that if you don't install recommended "
 "packages for any given package, that is, \"packages that would be found "
@@ -1003,12 +1084,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:301
+#: en/user_customization-packages.ssi:324
 msgid "3~ Passing options to apt or aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:326
 msgid ""
 "If there is not a #{lb config}# option to alter APT's behaviour in the way "
 "you need, use #{--apt-options}# or #{--aptitude-options}# to pass any "
@@ -1023,13 +1104,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:330
 #, no-wrap
 msgid " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:311
+#: en/user_customization-packages.ssi:334
 msgid ""
 "Please check the man pages to fully understand these options and when to use "
 "them. This is an example only and should not be construed as advice to "
@@ -1038,7 +1119,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:313
+#: en/user_customization-packages.ssi:336
 msgid ""
 "For more complicated APT configurations involving #{apt.conf}# options you "
 "might want to create a #{config/chroot_apt/apt.conf}# file instead. See also "
@@ -1047,12 +1128,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:315
+#: en/user_customization-packages.ssi:338
 msgid "3~apt-pinning APT pinning"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:317
+#: en/user_customization-packages.ssi:340
 msgid ""
 "For background, please first read the #{apt_preferences(5)}# man page. APT "
 "pinning can be configured either for build time, or else for run time. For "
@@ -1061,7 +1142,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:319
+#: en/user_customization-packages.ssi:342
 msgid ""
 "Let's say you are building a wheezy live system but need all the live "
 "packages that end up in the binary image to be installed from sid at build "
@@ -1072,7 +1153,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:327
+#: en/user_customization-packages.ssi:350
 #, no-wrap
 msgid ""
 " $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
@@ -1083,7 +1164,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:355
 #, no-wrap
 msgid ""
 " Package: *\n"
@@ -1093,18 +1174,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:336
+#: en/user_customization-packages.ssi:359
 #, no-wrap
 msgid "*{Note:}* Wildcards can be used in package names (e.g. *{Package: live-*}*) with Apt version 0.8.14 or higher. This means that it works with wheezy using:\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:340
+#: en/user_customization-packages.ssi:363
 msgid "$ lb config --distribution wheezy"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:367
 msgid ""
 "Negative pin priorities will prevent a package from being installed, as in "
 "the case where you do not want a package that is recommended by another "
@@ -1118,7 +1199,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:350
+#: en/user_customization-packages.ssi:373
 #, no-wrap
 msgid ""
 " Package: gnome-keyring\n"
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
index d11dad9..3b05e44 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: 2012-09-24 16:32+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+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"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-09-24\n"
+" :published: 2012-09-25\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/user_customization-packages.ssi.pot b/manual/pot/user_customization-packages.ssi.pot
index de500e2..0839b81 100644
--- a/manual/pot/user_customization-packages.ssi.pot
+++ b/manual/pot/user_customization-packages.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-09-10 23:16+0300\n"
+"POT-Creation-Date: 2012-09-25 19:48+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"
@@ -53,28 +53,29 @@ msgstr ""
 #: en/user_customization-packages.ssi:177
 #: en/user_customization-packages.ssi:187
 #: en/user_customization-packages.ssi:205
-#: en/user_customization-packages.ssi:269
-#: en/user_customization-packages.ssi:281
-#: en/user_customization-packages.ssi:291
-#: en/user_customization-packages.ssi:305
-#: en/user_customization-packages.ssi:321
-#: en/user_customization-packages.ssi:338
-#: en/user_customization-packages.ssi:346 en/user_customization-runtime.ssi:14
+#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:292
+#: en/user_customization-packages.ssi:304
+#: en/user_customization-packages.ssi:314
+#: en/user_customization-packages.ssi:328
+#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:361
+#: en/user_customization-packages.ssi:369 en/user_customization-runtime.ssi:14
 #: en/user_customization-runtime.ssi:27 en/user_customization-runtime.ssi:45
 #: en/user_customization-runtime.ssi:57 en/user_customization-runtime.ssi:76
 #: en/user_customization-runtime.ssi:84 en/user_customization-runtime.ssi:93
 #: en/user_customization-runtime.ssi:122 en/user_customization-runtime.ssi:132
 #: en/user_customization-runtime.ssi:140 en/user_customization-runtime.ssi:149
-#: en/user_customization-runtime.ssi:166 en/user_examples.ssi:14
-#: en/user_examples.ssi:30 en/user_examples.ssi:40 en/user_examples.ssi:54
-#: en/user_examples.ssi:66 en/user_examples.ssi:82 en/user_examples.ssi:92
-#: en/user_examples.ssi:105 en/user_examples.ssi:113 en/user_examples.ssi:123
-#: en/user_examples.ssi:133 en/user_examples.ssi:147 en/user_examples.ssi:155
-#: en/user_examples.ssi:163 en/user_examples.ssi:171 en/user_examples.ssi:187
-#: en/user_examples.ssi:201 en/user_examples.ssi:209 en/user_examples.ssi:217
-#: en/user_examples.ssi:233 en/user_examples.ssi:247 en/user_examples.ssi:256
-#: en/user_examples.ssi:264 en/user_examples.ssi:284 en/user_examples.ssi:292
-#: en/user_examples.ssi:301 en/user_examples.ssi:311
+#: en/user_customization-runtime.ssi:158 en/user_customization-runtime.ssi:173
+#: en/user_examples.ssi:14 en/user_examples.ssi:30 en/user_examples.ssi:40
+#: en/user_examples.ssi:54 en/user_examples.ssi:66 en/user_examples.ssi:82
+#: en/user_examples.ssi:92 en/user_examples.ssi:105 en/user_examples.ssi:113
+#: en/user_examples.ssi:123 en/user_examples.ssi:133 en/user_examples.ssi:147
+#: en/user_examples.ssi:155 en/user_examples.ssi:163 en/user_examples.ssi:171
+#: en/user_examples.ssi:187 en/user_examples.ssi:201 en/user_examples.ssi:209
+#: en/user_examples.ssi:217 en/user_examples.ssi:233 en/user_examples.ssi:247
+#: en/user_examples.ssi:256 en/user_examples.ssi:264 en/user_examples.ssi:284
+#: en/user_examples.ssi:292 en/user_examples.ssi:301 en/user_examples.ssi:311
 #: en/user_installation.ssi:38 en/user_installation.ssi:46
 #: en/user_installation.ssi:56 en/user_installation.ssi:64
 #: en/user_installation.ssi:74 en/user_installation.ssi:82
@@ -126,28 +127,29 @@ msgstr ""
 #: en/user_customization-packages.ssi:183
 #: en/user_customization-packages.ssi:193
 #: en/user_customization-packages.ssi:211
-#: en/user_customization-packages.ssi:273
-#: en/user_customization-packages.ssi:285
-#: en/user_customization-packages.ssi:295
-#: en/user_customization-packages.ssi:309
-#: en/user_customization-packages.ssi:334
-#: en/user_customization-packages.ssi:342
-#: en/user_customization-packages.ssi:351 en/user_customization-runtime.ssi:21
+#: en/user_customization-packages.ssi:226
+#: en/user_customization-packages.ssi:296
+#: en/user_customization-packages.ssi:308
+#: en/user_customization-packages.ssi:318
+#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:357
+#: en/user_customization-packages.ssi:365
+#: en/user_customization-packages.ssi:374 en/user_customization-runtime.ssi:21
 #: en/user_customization-runtime.ssi:31 en/user_customization-runtime.ssi:49
 #: en/user_customization-runtime.ssi:70 en/user_customization-runtime.ssi:80
 #: en/user_customization-runtime.ssi:89 en/user_customization-runtime.ssi:98
 #: en/user_customization-runtime.ssi:126 en/user_customization-runtime.ssi:136
-#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:156
-#: en/user_customization-runtime.ssi:174 en/user_examples.ssi:20
-#: en/user_examples.ssi:34 en/user_examples.ssi:44 en/user_examples.ssi:60
-#: en/user_examples.ssi:70 en/user_examples.ssi:88 en/user_examples.ssi:101
-#: en/user_examples.ssi:109 en/user_examples.ssi:117 en/user_examples.ssi:127
-#: en/user_examples.ssi:139 en/user_examples.ssi:151 en/user_examples.ssi:159
-#: en/user_examples.ssi:167 en/user_examples.ssi:175 en/user_examples.ssi:195
-#: en/user_examples.ssi:205 en/user_examples.ssi:213 en/user_examples.ssi:229
-#: en/user_examples.ssi:237 en/user_examples.ssi:252 en/user_examples.ssi:260
-#: en/user_examples.ssi:268 en/user_examples.ssi:288 en/user_examples.ssi:297
-#: en/user_examples.ssi:307 en/user_examples.ssi:325
+#: en/user_customization-runtime.ssi:145 en/user_customization-runtime.ssi:154
+#: en/user_customization-runtime.ssi:163 en/user_customization-runtime.ssi:181
+#: en/user_examples.ssi:20 en/user_examples.ssi:34 en/user_examples.ssi:44
+#: en/user_examples.ssi:60 en/user_examples.ssi:70 en/user_examples.ssi:88
+#: en/user_examples.ssi:101 en/user_examples.ssi:109 en/user_examples.ssi:117
+#: en/user_examples.ssi:127 en/user_examples.ssi:139 en/user_examples.ssi:151
+#: en/user_examples.ssi:159 en/user_examples.ssi:167 en/user_examples.ssi:175
+#: en/user_examples.ssi:195 en/user_examples.ssi:205 en/user_examples.ssi:213
+#: en/user_examples.ssi:229 en/user_examples.ssi:237 en/user_examples.ssi:252
+#: en/user_examples.ssi:260 en/user_examples.ssi:268 en/user_examples.ssi:288
+#: en/user_examples.ssi:297 en/user_examples.ssi:307 en/user_examples.ssi:325
 #: en/user_installation.ssi:42 en/user_installation.ssi:50
 #: en/user_installation.ssi:60 en/user_installation.ssi:70
 #: en/user_installation.ssi:78 en/user_installation.ssi:86
@@ -713,13 +715,92 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:213
+msgid "3~kernel-flavour-and-version Kernel flavour and version"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:215
+msgid ""
+"Your choice of architecture determines the default flavour or flavours of "
+"kernel images included in the live system. Each flavour is suffixed to the "
+"default stub #{linux-image}# to form each metapackage name which in turn "
+"depends on an exact kernel package to be included in your image."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:217
+msgid ""
+"Thus by default, an #{amd64}# architecture image will include the #{linux-"
+"image-amd64}# flavour metapackage, and an #{i386}# architecture image will "
+"include the #{linux-image-486}# and #{linux-image-686-pae}# metapackages. At "
+"time of writing, these packages depend on #{linux-image-3.2.0-4-amd64}#, #"
+"{linux-image-3.2.0-4-486}# and #{linux-image-3.2.0-4-686-pae}#, respectively."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:219
+msgid ""
+"When more than one kernel package version is available in your configured "
+"archives, you can specify a different kernel package name stub with the #{--"
+"linux-packages}# option. For example, supposing you are building an #{amd64}"
+"# architecture image and add the experimental archive for testing purposes "
+"so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You would "
+"configure that image as follows:"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:224
+#, no-wrap
+msgid ""
+" $ lb config --linux-packages linux-image-3.5-trunk\n"
+" $ echo \"deb http://ftp.debian.org/debian/ experimental main\" > config/archives/experimental.list.chroot\n"
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:228
+msgid ""
+"Please note that live-build directly supports only kernels that are "
+"integrated within the Debian package management system and does not support "
+"kernels not built as #{.deb}# packages."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:230
+msgid ""
+"The proper and recommended way to deploy your own kernel packages is to "
+"follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and "
+"include a complete build of the #{linux}# and matching #{linux-latest}# "
+"packages in your repository."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:232
+msgid ""
+"When not using a full kernel build with matching metapackages, kernels "
+"without metapackages can be included in your configuration just the way you "
+"would any other package and specifying an appropriate #{--linux-packages}# "
+"stub."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:234
+msgid ""
+"Remember when building custom kernel configurations you must of course "
+"satisfy the minimum requirements for running a live environment, i.e. at "
+"least include any kernel modules needed to handle the live filesystem "
+"(usually aufs and squashfs) and don't forget to suffix the package names "
+"with the flavour (e.g. #{-amd64}#)."
+msgstr ""
+
+#. type: Plain text
+#: en/user_customization-packages.ssi:236
 msgid ""
 "2~installing-modified-or-third-party-packages Installing modified or third-"
 "party packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:215
+#: en/user_customization-packages.ssi:238
 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 "
@@ -730,7 +811,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:217
+#: en/user_customization-packages.ssi:240
 msgid ""
 "This section does not cover advice regarding building or maintaining "
 "modified packages. Joachim Breitner's 'How to fork privately' method from "
@@ -741,22 +822,22 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:219
+#: en/user_customization-packages.ssi:242
 msgid "There are two ways of installing modified custom packages:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:221
+#: en/user_customization-packages.ssi:244
 msgid "_* #{packages.chroot}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:223
+#: en/user_customization-packages.ssi:246
 msgid "_* Using a custom APT repository"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:225
+#: en/user_customization-packages.ssi:248
 msgid ""
 "Using #{packages.chroot}# is simpler to achieve and useful for \"one-off\" "
 "customizations but has a number of drawbacks, whilst using a custom APT "
@@ -764,12 +845,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:227
+#: en/user_customization-packages.ssi:250
 msgid "3~ Using #{packages.chroot}# to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:229
+#: en/user_customization-packages.ssi:252
 msgid ""
 "To install a custom package, simply copy it to the #{config/packages.chroot/}"
 "# directory. Packages that are inside this directory will be automatically "
@@ -778,45 +859,45 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:231
+#: en/user_customization-packages.ssi:254
 msgid ""
 "Packages *{must}* be named in the prescribed way. One simple way to do this "
 "is to use #{dpkg-name}#."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:233
+#: en/user_customization-packages.ssi:256
 msgid ""
 "Using #{packages.chroot}# for installation of custom packages has "
 "disadvantages:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:235
+#: en/user_customization-packages.ssi:258
 msgid "_* It is not possible to use secure APT."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:237
+#: en/user_customization-packages.ssi:260
 msgid ""
 "_* You must install all appropriate packages in the #{config/packages."
 "chroot/}# directory."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:239
+#: en/user_customization-packages.ssi:262
 msgid ""
 "_* It does not lend itself to storing Debian Live configurations in revision "
 "control."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:241
+#: en/user_customization-packages.ssi:264
 msgid "3~ Using an APT repository to install custom packages"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:243
+#: en/user_customization-packages.ssi:266
 msgid ""
 "Unlike using #{packages.chroot}#, when using a custom APT repository you "
 "must ensure that you specify the packages elsewhere. See {Choosing packages "
@@ -824,7 +905,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:245
+#: en/user_customization-packages.ssi:268
 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 "
@@ -832,12 +913,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:247
+#: en/user_customization-packages.ssi:270
 msgid "3~ Custom packages and APT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:249
+#: en/user_customization-packages.ssi:272
 msgid ""
 "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 "
@@ -847,7 +928,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:251
+#: en/user_customization-packages.ssi:274
 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 "
@@ -857,12 +938,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:253
+#: en/user_customization-packages.ssi:276
 msgid "2~ Configuring APT at build time"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:255
+#: en/user_customization-packages.ssi:278
 msgid ""
 "You can configure APT through a number of options applied only at build "
 "time. (APT configuration used in the running live system may be configured "
@@ -873,12 +954,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:257
+#: en/user_customization-packages.ssi:280
 msgid "3~choosing-apt-or-aptitude Choosing apt or aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:259
+#: en/user_customization-packages.ssi:282
 msgid ""
 "You can elect to use either /{apt}/ or /{aptitude}/ when installing packages "
 "at build time. Which utility is used is governed by the #{--apt}# argument "
@@ -888,26 +969,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:261
+#: en/user_customization-packages.ssi:284
 msgid ""
 "_* #{apt}#: With this method, if a missing package is specified, the package "
 "installation will fail. This is the default setting."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:263
+#: en/user_customization-packages.ssi:286
 msgid ""
 "_* #{aptitude}#: With this method, if a missing package is specified, the "
 "package installation will succeed."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:265
+#: en/user_customization-packages.ssi:288
 msgid "3~ Using a proxy with APT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:267
+#: en/user_customization-packages.ssi:290
 msgid ""
 "One commonly required APT configuration is to deal with building an image "
 "behind a proxy. You may specify your APT proxy with the #{--apt-ftp-proxy}# "
@@ -915,18 +996,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:271
+#: en/user_customization-packages.ssi:294
 #, no-wrap
 msgid " $ lb config --apt-http-proxy http://proxy/\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:275
+#: en/user_customization-packages.ssi:298
 msgid "3~tweaking-apt-to-save-space Tweaking APT to save space"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:277
+#: en/user_customization-packages.ssi:300
 msgid ""
 "You may find yourself needing to save some space on the image media, in "
 "which case one or the other or both of the following options may be of "
@@ -934,20 +1015,20 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:279
+#: en/user_customization-packages.ssi:302
 msgid ""
 "If you don't want to include APT indices in the image, you can omit those "
 "with:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:283
+#: en/user_customization-packages.ssi:306
 #, no-wrap
 msgid " $ lb config --apt-indices false\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:287
+#: en/user_customization-packages.ssi:310
 msgid ""
 "This will not influence the entries in #{/etc/apt/sources.list}#, but merely "
 "whether #{/var/lib/apt}# contains the indices files or not. The tradeoff is "
@@ -957,7 +1038,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:289
+#: en/user_customization-packages.ssi:312
 msgid ""
 "If you find the installation of recommended packages bloats your image too "
 "much, provided you are prepared to deal with the consequences discussed "
@@ -965,13 +1046,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:293
+#: en/user_customization-packages.ssi:316
 #, no-wrap
 msgid " $ lb config --apt-recommends false\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:297
+#: en/user_customization-packages.ssi:320
 msgid ""
 "The most important consequence of turning off recommends is that #{live-boot}"
 "# and #{live-config}# themselves recommend some packages that provide "
@@ -985,7 +1066,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:299
+#: en/user_customization-packages.ssi:322
 msgid ""
 "The more general consequence is that if you don't install recommended "
 "packages for any given package, that is, \"packages that would be found "
@@ -1001,12 +1082,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:301
+#: en/user_customization-packages.ssi:324
 msgid "3~ Passing options to apt or aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:303
+#: en/user_customization-packages.ssi:326
 msgid ""
 "If there is not a #{lb config}# option to alter APT's behaviour in the way "
 "you need, use #{--apt-options}# or #{--aptitude-options}# to pass any "
@@ -1021,13 +1102,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:307
+#: en/user_customization-packages.ssi:330
 #, no-wrap
 msgid " $ lb config --apt-options \"--yes -oAcquire::Check-Valid-Until=false\"\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:311
+#: en/user_customization-packages.ssi:334
 msgid ""
 "Please check the man pages to fully understand these options and when to use "
 "them. This is an example only and should not be construed as advice to "
@@ -1036,7 +1117,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:313
+#: en/user_customization-packages.ssi:336
 msgid ""
 "For more complicated APT configurations involving #{apt.conf}# options you "
 "might want to create a #{config/chroot_apt/apt.conf}# file instead. See also "
@@ -1045,12 +1126,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:315
+#: en/user_customization-packages.ssi:338
 msgid "3~apt-pinning APT pinning"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:317
+#: en/user_customization-packages.ssi:340
 msgid ""
 "For background, please first read the #{apt_preferences(5)}# man page. APT "
 "pinning can be configured either for build time, or else for run time. For "
@@ -1059,7 +1140,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:319
+#: en/user_customization-packages.ssi:342
 msgid ""
 "Let's say you are building a wheezy live system but need all the live "
 "packages that end up in the binary image to be installed from sid at build "
@@ -1070,7 +1151,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:327
+#: en/user_customization-packages.ssi:350
 #, no-wrap
 msgid ""
 " $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
@@ -1081,7 +1162,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:332
+#: en/user_customization-packages.ssi:355
 #, no-wrap
 msgid ""
 " Package: *\n"
@@ -1091,18 +1172,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:336
+#: en/user_customization-packages.ssi:359
 #, no-wrap
 msgid "*{Note:}* Wildcards can be used in package names (e.g. *{Package: live-*}*) with Apt version 0.8.14 or higher. This means that it works with wheezy using:\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:340
+#: en/user_customization-packages.ssi:363
 msgid "$ lb config --distribution wheezy"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:344
+#: en/user_customization-packages.ssi:367
 msgid ""
 "Negative pin priorities will prevent a package from being installed, as in "
 "the case where you do not want a package that is recommended by another "
@@ -1116,7 +1197,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:350
+#: en/user_customization-packages.ssi:373
 #, no-wrap
 msgid ""
 " Package: gnome-keyring\n"
diff --git a/manual/pt_BR/live-manual.ssm b/manual/pt_BR/live-manual.ssm
index ca56f00..6ef577e 100644
--- a/manual/pt_BR/live-manual.ssm
+++ b/manual/pt_BR/live-manual.ssm
@@ -9,7 +9,7 @@
 :license: Este programa é software livre: você pode redistribuí-lo e/ou modificá-lo sob os termos da GNU General Public License conforme publicado pela Free Software Foundation, tanto a versão 3 da Licença, ou (a seu critério) qualquer versão posterior <br> <br> Este programa é distribuído na esperança de ser útil, mas SEM QUALQUER GARANTIA, sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou ADEQUAÇÃO PARA UM DETERMINADO PROPÓSITO. Veja a GNU General Public License para mais detalhes. <br><br> Você deve ter recebido uma cópia da GNU General Public License junto com este programa. Se não, veja http://www.gnu.org/licenses/. <br><br> O texto completo da GNU General Public License pode ser encontrado no arquivo /usr/share/common-licenses/GPL-3.
 
 @date:
- :published: 24-09-2012
+ :published: 25-09-2012
 
 @publisher: Projeto Debian Live <debian-live at lists.debian.org>
 
diff --git a/manual/pt_BR/user_customization-packages.ssi b/manual/pt_BR/user_customization-packages.ssi
index 32e7058..d652d10 100644
--- a/manual/pt_BR/user_customization-packages.ssi
+++ b/manual/pt_BR/user_customization-packages.ssi
@@ -345,6 +345,54 @@ code{
 
 }code
 
+3~kernel-flavour-and-version Kernel flavour and version
+
+Your choice of architecture determines the default flavour or flavours of
+kernel images included in the live system. Each flavour is suffixed to the
+default stub #{linux-image}# to form each metapackage name which in turn
+depends on an exact kernel package to be included in your image.
+
+Thus by default, an #{amd64}# architecture image will include the
+#{linux-image-amd64}# flavour metapackage, and an #{i386}# architecture
+image will include the #{linux-image-486}# and #{linux-image-686-pae}#
+metapackages. At time of writing, these packages depend on
+#{linux-image-3.2.0-4-amd64}#, #{linux-image-3.2.0-4-486}# and
+#{linux-image-3.2.0-4-686-pae}#, respectively.
+
+When more than one kernel package version is available in your configured
+archives, you can specify a different kernel package name stub with the
+#{--linux-packages}# option. For example, supposing you are building an
+#{amd64}# architecture image and add the experimental archive for testing
+purposes so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You
+would configure that image as follows:
+
+code{
+
+ $ lb config --linux-packages linux-image-3.5-trunk
+ $ echo "deb http://ftp.debian.org/debian/ experimental main" > config/archives/experimental.list.chroot
+
+}code
+
+Please note that live-build directly supports only kernels that are
+integrated within the Debian package management system and does not support
+kernels not built as #{.deb}# packages.
+
+The proper and recommended way to deploy your own kernel packages is to
+follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and
+include a complete build of the #{linux}# and matching #{linux-latest}#
+packages in your repository.
+
+When not using a full kernel build with matching metapackages, kernels
+without metapackages can be included in your configuration just the way you
+would any other package and specifying an appropriate #{--linux-packages}#
+stub.
+
+Remember when building custom kernel configurations you must of course
+satisfy the minimum requirements for running a live environment, i.e. at
+least include any kernel modules needed to handle the live filesystem
+(usually aufs and squashfs) and don't forget to suffix the package names
+with the flavour (e.g. #{-amd64}#).
+
 2~installing-modified-or-third-party-packages Installing modified or
 third-party packages
 
diff --git a/manual/ro/live-manual.ssm b/manual/ro/live-manual.ssm
index 16a2aca..ccd5426 100644
--- a/manual/ro/live-manual.ssm
+++ b/manual/ro/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: Acest program este liber: poate fi redistribuit și/sau modificat în conformitate cu termenii Licenței Publice Generale GNU (GPL), precum este publicată de către Free Software Foundation, fie versiunea 3 a licenței, sau (opțional) orice altă versiune ulterioară..<br><br>Acest program este distribuit cu speranța că va fi util, dar FĂRĂ NICIO GARANȚIE; fără a avea garanția VANDABILITĂȚII sau ÎNDEPLINIRII UNUI ANUME SCOP. Vezi Licența Publică Generală GNU pentru mai multe detalii.<br><br>Ar trebui să fi orimit o copie a Licenței Publice Generale GNU împreună cu acest program. În caz contrar, vezi http://www.gnu.org/licenses/. <br><br>Textul complet al Licenței Publice Generale poate fi găsit în fișierul /usr/share/common-licenses/GPL-3.
 
 @date:
- :published: 24.09.2012
+ :published: 25.09.2012
 
 @publisher: Proiectul Debian Live <debian-live at lists.debian.org>
 
diff --git a/manual/ro/user_customization-packages.ssi b/manual/ro/user_customization-packages.ssi
index 32e7058..d652d10 100644
--- a/manual/ro/user_customization-packages.ssi
+++ b/manual/ro/user_customization-packages.ssi
@@ -345,6 +345,54 @@ code{
 
 }code
 
+3~kernel-flavour-and-version Kernel flavour and version
+
+Your choice of architecture determines the default flavour or flavours of
+kernel images included in the live system. Each flavour is suffixed to the
+default stub #{linux-image}# to form each metapackage name which in turn
+depends on an exact kernel package to be included in your image.
+
+Thus by default, an #{amd64}# architecture image will include the
+#{linux-image-amd64}# flavour metapackage, and an #{i386}# architecture
+image will include the #{linux-image-486}# and #{linux-image-686-pae}#
+metapackages. At time of writing, these packages depend on
+#{linux-image-3.2.0-4-amd64}#, #{linux-image-3.2.0-4-486}# and
+#{linux-image-3.2.0-4-686-pae}#, respectively.
+
+When more than one kernel package version is available in your configured
+archives, you can specify a different kernel package name stub with the
+#{--linux-packages}# option. For example, supposing you are building an
+#{amd64}# architecture image and add the experimental archive for testing
+purposes so you can install the #{linux-image-3.5-trunk-amd64}# kernel. You
+would configure that image as follows:
+
+code{
+
+ $ lb config --linux-packages linux-image-3.5-trunk
+ $ echo "deb http://ftp.debian.org/debian/ experimental main" > config/archives/experimental.list.chroot
+
+}code
+
+Please note that live-build directly supports only kernels that are
+integrated within the Debian package management system and does not support
+kernels not built as #{.deb}# packages.
+
+The proper and recommended way to deploy your own kernel packages is to
+follow the instructions in the #{kernel-handbook}#, bump the kernel ABI and
+include a complete build of the #{linux}# and matching #{linux-latest}#
+packages in your repository.
+
+When not using a full kernel build with matching metapackages, kernels
+without metapackages can be included in your configuration just the way you
+would any other package and specifying an appropriate #{--linux-packages}#
+stub.
+
+Remember when building custom kernel configurations you must of course
+satisfy the minimum requirements for running a live environment, i.e. at
+least include any kernel modules needed to handle the live filesystem
+(usually aufs and squashfs) and don't forget to suffix the package names
+with the flavour (e.g. #{-amd64}#).
+
 2~installing-modified-or-third-party-packages Installing modified or
 third-party packages
 

-- 
live-manual



More information about the debian-live-changes mailing list