[SCM] live-manual branch, debian-next, updated. debian/3.0_a8-1-45-gd62d83b

Ben Armstrong synrg at debian.org
Mon Nov 7 21:44:08 UTC 2011


The following commit has been merged in the debian-next branch:
commit d62d83b6829aaa58df7ae474b0fda6a9e60dd2f8
Author: Ben Armstrong <synrg at debian.org>
Date:   Mon Nov 7 17:43:53 2011 -0400

    Updating to 3.x, archives.

diff --git a/manual/de/user_customization-packages.ssi b/manual/de/user_customization-packages.ssi
index 2bcdfe3..ac1e1d4 100644
--- a/manual/de/user_customization-packages.ssi
+++ b/manual/de/user_customization-packages.ssi
@@ -113,13 +113,13 @@ code{
 You may add more repositories, broadening your package choices beyond what
 is available in your target distribution. These may be, for example, for
 backports, experimental or custom packages. To configure additional
-repositories, create #{config/chroot_sources/your-repository.chroot}#,
-and/or #{config/chroot_sources/your-repository.binary}# files. As with the
+repositories, create #{config/archives/your-repository.list.chroot}#, and/or
+#{config/archives/your-repository.list.binary}# files. As with the
 #{--parent-mirror-*}# options, these govern the repositories used in the
 *chroot* stage when building the image, and in the *binary* stage, i.e. for
 use when running the live system.
 
-For example, #{config/chroot_sources/live.chroot}# allows you to install
+For example, #{config/archives/live.list.chroot}# allows you to install
 packages from the debian live snapshot repository at live system build time.
 
 code{
@@ -128,20 +128,20 @@ code{
 
 }code
 
-If you add the same line to #{config/chroot_sources/live.binary}#, the
+If you add the same line to #{config/archives/live.list.binary}#, the
 repository will be added to your live system's #{/etc/apt/sources.list.d/}#
 directory.
 
 If such files exist, they will be picked up automatically.
 
 You should also put the GPG key used to sign the repository into
-#{config/chroot_sources/your-repository.{binary,chroot}.gpg}# files.
+#{config/archives/your-repository.gpg.{binary,chroot}}# files.
 
-*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
+*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
 
 code{
 
- $ lb config --repository live.debian.net
+ $ lb config --archives live.debian.net
 
 }code
 
@@ -517,7 +517,7 @@ accomplish this:
 
 code{
 
- $ echo "deb http://mirror/debian sid main" > config/chroot_sources/sid.chroot
+ $ echo "deb http://mirror/debian sid main" > config/archives/sid.list.chroot
  $ cat >> config/chroot_apt/preferences <<END
  Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit
  Pin: release n=sid
diff --git a/manual/en/user_customization-packages.ssi b/manual/en/user_customization-packages.ssi
index 92cd83d..f1c579c 100644
--- a/manual/en/user_customization-packages.ssi
+++ b/manual/en/user_customization-packages.ssi
@@ -59,9 +59,9 @@ code{
 
 3~additional-repositories Additional repositories
 
-You may add more repositories, broadening your package choices beyond what is available in your target distribution. These may be, for example, for backports, experimental or custom packages. To configure additional repositories, create #{config/chroot_sources/your-repository.chroot}#, and/or #{config/chroot_sources/your-repository.binary}# files. As with the #{--parent-mirror-*}# options, these govern the repositories used in the *chroot* stage when building the image, and in the *binary* stage, i.e. for use when running the live system.
+You may add more repositories, broadening your package choices beyond what is available in your target distribution. These may be, for example, for backports, experimental or custom packages. To configure additional repositories, create #{config/archives/your-repository.list.chroot}#, and/or #{config/archives/your-repository.list.binary}# files. As with the #{--parent-mirror-*}# options, these govern the repositories used in the *chroot* stage when building the image, and in the *binary* stage, i.e. for use when running the live system.
 
-For example, #{config/chroot_sources/live.chroot}# allows you to install packages from the debian live snapshot repository at live system build time.
+For example, #{config/archives/live.list.chroot}# allows you to install packages from the debian live snapshot repository at live system build time.
 
 code{
 
@@ -69,17 +69,17 @@ code{
 
 }code
 
-If you add the same line to #{config/chroot_sources/live.binary}#, the repository will be added to your live system's #{/etc/apt/sources.list.d/}# directory.
+If you add the same line to #{config/archives/live.list.binary}#, the repository will be added to your live system's #{/etc/apt/sources.list.d/}# directory.
 
 If such files exist, they will be picked up automatically.
 
-You should also put the GPG key used to sign the repository into #{config/chroot_sources/your-repository.{binary,chroot}.gpg}# files.
+You should also put the GPG key used to sign the repository into #{config/archives/your-repository.gpg.{binary,chroot}}# files.
 
-*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
+*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
 
 code{
 
- $ lb config --repository live.debian.net
+ $ lb config --archives live.debian.net
 
 }code
 
@@ -314,7 +314,7 @@ Let's say you are building a Wheezy live system but need all the live packages t
 
 code{
 
- $ echo "deb http://mirror/debian sid main" > config/chroot_sources/sid.chroot
+ $ echo "deb http://mirror/debian sid main" > config/archives/sid.list.chroot
  $ cat >> config/chroot_apt/preferences <<END
  Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit
  Pin: release n=sid
diff --git a/manual/es/user_customization-packages.ssi b/manual/es/user_customization-packages.ssi
index 1f1c58c..a42ce66 100644
--- a/manual/es/user_customization-packages.ssi
+++ b/manual/es/user_customization-packages.ssi
@@ -126,19 +126,17 @@ code{
 
 3~additional-repositories Repositorios adicionales
 
-Se pueden añadir más repositorios, ampliando la lista de paquetes
-seleccionables más alla de aquellos disponibles para la distribución
-indicada, como pueden ser paquetes de backports, paquetes experimentales o
-personalizados. Para configurar repositorios adicionales se debe crear los
-ficheros #{config/chroot_sources/your-repository.chroot}#, y/o
-#{config/chroot_sources/your-repository.binary}#. Al igual que en las
-opciones #{--parent-mirror-*}#, estos ficheros gobiernan los repositorios
-utilizados en las etapas *chroot* y *binary* respectivamente, esto es, los
-repositorios que serán utilizados cuando se ejecute el sistema en vivo.
-
-Por ejemplo, #{config/chroot_sources/live.chroot}# permite instalar paquetes
-de la instantánea del repositorio Debian Live en el momento de crear la
-imagen.
+You may add more repositories, broadening your package choices beyond what
+is available in your target distribution. These may be, for example, for
+backports, experimental or custom packages. To configure additional
+repositories, create #{config/archives/your-repository.list.chroot}#, and/or
+#{config/archives/your-repository.list.binary}# files. As with the
+#{--parent-mirror-*}# options, these govern the repositories used in the
+*chroot* stage when building the image, and in the *binary* stage, i.e. for
+use when running the live system.
+
+For example, #{config/archives/live.list.chroot}# allows you to install
+packages from the debian live snapshot repository at live system build time.
 
 code{
 
@@ -146,21 +144,20 @@ code{
 
 }code
 
-Si se añade la misma línea a #{config/chroot_sources/live.binary}#, el
-repositorio será añadido al directorio #{/etc/apt/sources.list.d/}# del
-sistema en vivo.
+If you add the same line to #{config/archives/live.list.binary}#, the
+repository will be added to your live system's #{/etc/apt/sources.list.d/}#
+directory.
 
 Estos ficheros serán seleccionados automáticamente si existen.
 
-Se debería también incluir en el fichero
-#{config/chroot_sources/your-repository.{binary,chroot}.gpg}# la clave GPG a
-utilizar para firmar dicho repositorio.
+You should also put the GPG key used to sign the repository into
+#{config/archives/your-repository.gpg.{binary,chroot}}# files.
 
-*{Nota:}* Existen algunos repositorios de paquetes ya preconfigurados para facilitar la selección mediante la opción #{--repository}#. Por ejemplo, para utilizar las instantáneas del repositorio de Debian Live, sería suficiente con activarlo mediante:
+*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
 
 code{
 
- $ lb config --repository live.debian.net
+ $ lb config --archives live.debian.net
 
 }code
 
@@ -569,7 +566,7 @@ se puede realizar de la siguiente forma:
 
 code{
 
- $ echo "deb http://mirror/debian sid main" > config/chroot_sources/sid.chroot
+ $ echo "deb http://mirror/debian sid main" > config/archives/sid.list.chroot
  $ cat >> config/chroot_apt/preferences <<END
  Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit
  Pin: release n=sid
diff --git a/manual/fr/user_customization-packages.ssi b/manual/fr/user_customization-packages.ssi
index 9e51d4c..9f7ca12 100644
--- a/manual/fr/user_customization-packages.ssi
+++ b/manual/fr/user_customization-packages.ssi
@@ -121,20 +121,17 @@ code{
 
 3~additional-repositories Référentiels additionnels
 
-Vous pouvez ajouter plus de référentiels, élargir vos choix de paquets
-au-delà ceux disponibles dans votre distribution objectif. Il peut être, par
-exemple, pour backports, expérimentaux ou des paquets personnalisés. Pour
-configurer des référentiels supplémentaires, créer les fichiers
-#{config/chroot_sources/your-repository.chroot}#, et/ou
-#{config/chroot_sources/your-repository.binary}#. Comme avec les options
-#{--parent-mirror-*}#, elles gouvernent les référentiels utilisés dans
-l'étape *chroot* lors de la construction de l'image, et dans l'étape
-*binaire*, c'est à dire pour une utilisation au moment de l'exécution du
-système live.
-
-Par exemple, #{config/chroot_sources/live.chroot}# vous permet d'installer
-des paquets du référentiel des instantanés debian live au moment de la
-construction du système live.
+You may add more repositories, broadening your package choices beyond what
+is available in your target distribution. These may be, for example, for
+backports, experimental or custom packages. To configure additional
+repositories, create #{config/archives/your-repository.list.chroot}#, and/or
+#{config/archives/your-repository.list.binary}# files. As with the
+#{--parent-mirror-*}# options, these govern the repositories used in the
+*chroot* stage when building the image, and in the *binary* stage, i.e. for
+use when running the live system.
+
+For example, #{config/archives/live.list.chroot}# allows you to install
+packages from the debian live snapshot repository at live system build time.
 
 code{
 
@@ -142,20 +139,20 @@ code{
 
 }code
 
-Si vous ajoutez la même ligne à #{config/chroot_sources/live.binary}#, le
-référentiel sera ajouté à le répertoire #{/etc/apt/sources.list.d/}# de
-votre système live.
+If you add the same line to #{config/archives/live.list.binary}#, the
+repository will be added to your live system's #{/etc/apt/sources.list.d/}#
+directory.
 
 Si ces fichiers existent, ils seront sélectionnés automatiquement.
 
-Vous devriez également mettre la clé GPG utilisée pour signer le référentiel
-dans fichiers #{config/chroot_sources/your-repository.{binary,chroot}.gpg}#
+You should also put the GPG key used to sign the repository into
+#{config/archives/your-repository.gpg.{binary,chroot}}# files.
 
-*{Remarque:}* certains référentiels de paquets préconfigurés sont disponibles pour une sélection facile grâce à l'option #{--repository}#, par exemple pour permettre des instantanés live, une simple commande suffit pour l'activer:
+*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
 
 code{
 
- $ lb config --repository live.debian.net
+ $ lb config --archives live.debian.net
 
 }code
 
@@ -556,7 +553,7 @@ distribution du système cible, Wheezy. Ce qui suit devrait accomplir ça:
 
 code{
 
- $ echo "deb http://mirror/debian sid main" > config/chroot_sources/sid.chroot
+ $ echo "deb http://mirror/debian sid main" > config/archives/sid.list.chroot
  $ cat >> config/chroot_apt/preferences <<END
  Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit
  Pin: release n=sid
diff --git a/manual/it/user_customization-packages.ssi b/manual/it/user_customization-packages.ssi
index e6f932f..689ec97 100644
--- a/manual/it/user_customization-packages.ssi
+++ b/manual/it/user_customization-packages.ssi
@@ -119,15 +119,14 @@ code{
 You may add more repositories, broadening your package choices beyond what
 is available in your target distribution. These may be, for example, for
 backports, experimental or custom packages. To configure additional
-repositories, create #{config/chroot_sources/your-repository.chroot}#,
-and/or #{config/chroot_sources/your-repository.binary}# files. As with the
+repositories, create #{config/archives/your-repository.list.chroot}#, and/or
+#{config/archives/your-repository.list.binary}# files. As with the
 #{--parent-mirror-*}# options, these govern the repositories used in the
 *chroot* stage when building the image, and in the *binary* stage, i.e. for
 use when running the live system.
 
-Per esempio, #{config/chroot_sources/live.chroot}# permette di installare
-pacchetti dal repository snapshot di debian live al momento della creazione
-del sistema live.
+For example, #{config/archives/live.list.chroot}# allows you to install
+packages from the debian live snapshot repository at live system build time.
 
 code{
 
@@ -135,20 +134,20 @@ code{
 
 }code
 
-Se si aggiunge la stessa riga in #{config/chroot_sources/live.binary}#, il
-repository verrà aggiunto alla directory #{/etc/apt/sources.list.d/}# del
-sistema live.
+If you add the same line to #{config/archives/live.list.binary}#, the
+repository will be added to your live system's #{/etc/apt/sources.list.d/}#
+directory.
 
 Se il file esiste, saranno prelevati automaticamente.
 
-Bisogna inoltre inserire la chiave GPG usata per firmare il repository nei
-file #{config/chroot_sources/vostro-repository.{binary,chroot}.gpg}#.
+You should also put the GPG key used to sign the repository into
+#{config/archives/your-repository.gpg.{binary,chroot}}# files.
 
-*{Nota:}* alcuni repository di pacchetti preconfigurati sono disponibili per una facile selezione attraverso l'opzione #{--repository}#, per abilitare gli snapshot live è sufficiente un semplice comando:
+*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
 
 code{
 
- $ lb config --repository live.debian.net
+ $ lb config --archives live.debian.net
 
 }code
 
@@ -526,7 +525,7 @@ servirà allo scopo:
 
 code{
 
- $ echo "deb http://mirror/debian sid main" > config/chroot_sources/sid.chroot
+ $ echo "deb http://mirror/debian sid main" > config/archives/sid.list.chroot
  $ cat >> config/chroot_apt/preferences <<END
  Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit
  Pin: release n=sid
diff --git a/manual/po/de/user_customization-packages.ssi.po b/manual/po/de/user_customization-packages.ssi.po
index ad6fe83..604b7e7 100644
--- a/manual/po/de/user_customization-packages.ssi.po
+++ b/manual/po/de/user_customization-packages.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2011-04-23 14:15+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -326,8 +326,8 @@ msgid ""
 "You may add more repositories, broadening your package choices beyond what "
 "is available in your target distribution. These may be, for example, for "
 "backports, experimental or custom packages. To configure additional "
-"repositories, create #{config/chroot_sources/your-repository.chroot}#, and/"
-"or #{config/chroot_sources/your-repository.binary}# files. As with the #{--"
+"repositories, create #{config/archives/your-repository.list.chroot}#, and/or "
+"#{config/archives/your-repository.list.binary}# files. As with the #{--"
 "parent-mirror-*}# options, these govern the repositories used in the "
 "*chroot* stage when building the image, and in the *binary* stage, i.e. for "
 "use when running the live system."
@@ -336,7 +336,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:65
 msgid ""
-"For example, #{config/chroot_sources/live.chroot}# allows you to install "
+"For example, #{config/archives/live.list.chroot}# allows you to install "
 "packages from the debian live snapshot repository at live system build time."
 msgstr ""
 
@@ -349,7 +349,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:73
 msgid ""
-"If you add the same line to #{config/chroot_sources/live.binary}#, the "
+"If you add the same line to #{config/archives/live.list.binary}#, the "
 "repository will be added to your live system's #{/etc/apt/sources.list.d/}# "
 "directory."
 msgstr ""
@@ -363,19 +363,19 @@ msgstr ""
 #: en/user_customization-packages.ssi:77
 msgid ""
 "You should also put the GPG key used to sign the repository into #{config/"
-"chroot_sources/your-repository.{binary,chroot}.gpg}# files."
+"archives/your-repository.gpg.{binary,chroot}}# files."
 msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:79
 #, no-wrap
-msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
+msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:83
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
 #, no-wrap
-msgid " $ lb config --repository live.debian.net\n"
+msgid " $ lb config --archives live.debian.net\n"
 msgstr ""
 
 #. type: Plain text
@@ -1024,7 +1024,7 @@ msgstr ""
 #: en/user_customization-packages.ssi:322
 #, no-wrap
 msgid ""
-" $ echo \"deb http://mirror/debian sid main\" > config/chroot_sources/sid.chroot\n"
+" $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
 " $ cat >> config/chroot_apt/preferences <<END\n"
 " Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit\n"
 " Pin: release n=sid\n"
diff --git a/manual/po/de/user_installation.ssi.po b/manual/po/de/user_installation.ssi.po
index 2c0c732..08c96cf 100644
--- a/manual/po/de/user_installation.ssi.po
+++ b/manual/po/de/user_installation.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2011-04-23 14:15+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -147,6 +147,12 @@ msgid "}code"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
+#, no-wrap
+msgid " $ lb config --archives live.debian.net\n"
+msgstr ""
+
+#. type: Plain text
 #: en/user_installation.ssi:2
 msgid ":B~ Installation"
 msgstr ""
@@ -441,9 +447,3 @@ msgid ""
 "configuration directory. Assuming you have already created a configuration "
 "tree in the current directory with #{lb config}#:"
 msgstr ""
-
-#. type: Plain text
-#: en/user_installation.ssi:148
-#, no-wrap
-msgid " $ lb config --archives live.debian.net\n"
-msgstr ""
diff --git a/manual/po/es/user_customization-packages.ssi.po b/manual/po/es/user_customization-packages.ssi.po
index 7275381..9beab97 100644
--- a/manual/po/es/user_customization-packages.ssi.po
+++ b/manual/po/es/user_customization-packages.ssi.po
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2011-11-07 22:12+0100\n"
 "Last-Translator: José Luis Zabalza and Carlos Zuferri «chals» "
 "<jlz.3008 at gmail.com> <chals at altorricon.com>\n"
@@ -410,12 +410,22 @@ msgstr "3~additional-repositories Repositorios adicionales"
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:63
+#, fuzzy
+#| msgid ""
+#| "You may add more repositories, broadening your package choices beyond "
+#| "what is available in your target distribution. These may be, for example, "
+#| "for backports, experimental or custom packages. To configure additional "
+#| "repositories, create #{config/chroot_sources/your-repository.chroot}#, "
+#| "and/or #{config/chroot_sources/your-repository.binary}# files. As with "
+#| "the #{--parent-mirror-*}# options, these govern the repositories used in "
+#| "the *chroot* stage when building the image, and in the *binary* stage, i."
+#| "e. for use when running the live system."
 msgid ""
 "You may add more repositories, broadening your package choices beyond what "
 "is available in your target distribution. These may be, for example, for "
 "backports, experimental or custom packages. To configure additional "
-"repositories, create #{config/chroot_sources/your-repository.chroot}#, and/"
-"or #{config/chroot_sources/your-repository.binary}# files. As with the #{--"
+"repositories, create #{config/archives/your-repository.list.chroot}#, and/or "
+"#{config/archives/your-repository.list.binary}# files. As with the #{--"
 "parent-mirror-*}# options, these govern the repositories used in the "
 "*chroot* stage when building the image, and in the *binary* stage, i.e. for "
 "use when running the live system."
@@ -432,8 +442,13 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:65
+#, fuzzy
+#| msgid ""
+#| "For example, #{config/chroot_sources/live.chroot}# allows you to install "
+#| "packages from the debian live snapshot repository at live system build "
+#| "time."
 msgid ""
-"For example, #{config/chroot_sources/live.chroot}# allows you to install "
+"For example, #{config/archives/live.list.chroot}# allows you to install "
 "packages from the debian live snapshot repository at live system build time."
 msgstr ""
 "Por ejemplo, #{config/chroot_sources/live.chroot}# permite instalar paquetes "
@@ -448,8 +463,13 @@ msgstr " deb http://live.debian.net/ sid-snapshots main contrib non-free\n"
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:73
+#, fuzzy
+#| msgid ""
+#| "If you add the same line to #{config/chroot_sources/live.binary}#, the "
+#| "repository will be added to your live system's #{/etc/apt/sources.list.d/}"
+#| "# directory."
 msgid ""
-"If you add the same line to #{config/chroot_sources/live.binary}#, the "
+"If you add the same line to #{config/archives/live.list.binary}#, the "
 "repository will be added to your live system's #{/etc/apt/sources.list.d/}# "
 "directory."
 msgstr ""
@@ -464,9 +484,13 @@ msgstr "Estos ficheros serán seleccionados automáticamente si existen."
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:77
+#, fuzzy
+#| msgid ""
+#| "You should also put the GPG key used to sign the repository into #{config/"
+#| "chroot_sources/your-repository.{binary,chroot}.gpg}# files."
 msgid ""
 "You should also put the GPG key used to sign the repository into #{config/"
-"chroot_sources/your-repository.{binary,chroot}.gpg}# files."
+"archives/your-repository.gpg.{binary,chroot}}# files."
 msgstr ""
 "Se debería también incluir en el fichero #{config/chroot_sources/your-"
 "repository.{binary,chroot}.gpg}# la clave GPG a utilizar para firmar dicho "
@@ -474,15 +498,16 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:79
-#, no-wrap
-msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
+#, fuzzy, no-wrap
+#| msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
+msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
 msgstr "*{Nota:}* Existen algunos repositorios de paquetes ya preconfigurados para facilitar la selección mediante la opción #{--repository}#. Por ejemplo, para utilizar las instantáneas del repositorio de Debian Live, sería suficiente con activarlo mediante:\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:83
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
 #, no-wrap
-msgid " $ lb config --repository live.debian.net\n"
-msgstr " $ lb config --repository live.debian.net\n"
+msgid " $ lb config --archives live.debian.net\n"
+msgstr " $ lb config --archives live.debian.net\n"
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:87
@@ -1369,9 +1394,15 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:322
-#, no-wrap
-msgid ""
-" $ echo \"deb http://mirror/debian sid main\" > config/chroot_sources/sid.chroot\n"
+#, fuzzy, no-wrap
+#| msgid ""
+#| " $ echo \"deb http://mirror/debian sid main\" > config/chroot_sources/sid.chroot\n"
+#| " $ cat >> config/chroot_apt/preferences <<END\n"
+#| " Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit\n"
+#| " Pin: release n=sid\n"
+#| " Pin-Priority: 600\n"
+msgid ""
+" $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
 " $ cat >> config/chroot_apt/preferences <<END\n"
 " Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit\n"
 " Pin: release n=sid\n"
diff --git a/manual/po/es/user_installation.ssi.po b/manual/po/es/user_installation.ssi.po
index 093b091..a8c05d1 100644
--- a/manual/po/es/user_installation.ssi.po
+++ b/manual/po/es/user_installation.ssi.po
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2011-11-07 22:05+0100\n"
 "Last-Translator: José Luis Zabalza and Carlos Zuferri «chals» "
 "<jlz.3008 at gmail.com> <chals at altorricon.com>\n"
@@ -151,6 +151,12 @@ msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
+#, no-wrap
+msgid " $ lb config --archives live.debian.net\n"
+msgstr " $ lb config --archives live.debian.net\n"
+
+#. type: Plain text
 #: en/user_installation.ssi:2
 msgid ":B~ Installation"
 msgstr ":B~ Instalación"
@@ -502,9 +508,3 @@ msgstr ""
 "repósitorios de terceros en el directorio de configuración de live-build. "
 "Suponiendo que ya se haya creado un árbol de configuración en el directorio "
 "actual con #{lb config}#:"
-
-#. type: Plain text
-#: en/user_installation.ssi:148
-#, no-wrap
-msgid " $ lb config --archives live.debian.net\n"
-msgstr " $ lb config --archives live.debian.net\n"
diff --git a/manual/po/fr/user_customization-packages.ssi.po b/manual/po/fr/user_customization-packages.ssi.po
index 5029da8..1d3e47a 100644
--- a/manual/po/fr/user_customization-packages.ssi.po
+++ b/manual/po/fr/user_customization-packages.ssi.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2011-11-06 17:04+0100\n"
 "Last-Translator: Carlos Zuferri «chals» <chals at altorricon.com>\n"
 "Language-Team:  <debian-live at lists.debian.org>\n"
@@ -395,12 +395,22 @@ msgstr "3~additional-repositories Référentiels additionnels"
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:63
+#, fuzzy
+#| msgid ""
+#| "You may add more repositories, broadening your package choices beyond "
+#| "what is available in your target distribution. These may be, for example, "
+#| "for backports, experimental or custom packages. To configure additional "
+#| "repositories, create #{config/chroot_sources/your-repository.chroot}#, "
+#| "and/or #{config/chroot_sources/your-repository.binary}# files. As with "
+#| "the #{--parent-mirror-*}# options, these govern the repositories used in "
+#| "the *chroot* stage when building the image, and in the *binary* stage, i."
+#| "e. for use when running the live system."
 msgid ""
 "You may add more repositories, broadening your package choices beyond what "
 "is available in your target distribution. These may be, for example, for "
 "backports, experimental or custom packages. To configure additional "
-"repositories, create #{config/chroot_sources/your-repository.chroot}#, and/"
-"or #{config/chroot_sources/your-repository.binary}# files. As with the #{--"
+"repositories, create #{config/archives/your-repository.list.chroot}#, and/or "
+"#{config/archives/your-repository.list.binary}# files. As with the #{--"
 "parent-mirror-*}# options, these govern the repositories used in the "
 "*chroot* stage when building the image, and in the *binary* stage, i.e. for "
 "use when running the live system."
@@ -417,8 +427,13 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:65
+#, fuzzy
+#| msgid ""
+#| "For example, #{config/chroot_sources/live.chroot}# allows you to install "
+#| "packages from the debian live snapshot repository at live system build "
+#| "time."
 msgid ""
-"For example, #{config/chroot_sources/live.chroot}# allows you to install "
+"For example, #{config/archives/live.list.chroot}# allows you to install "
 "packages from the debian live snapshot repository at live system build time."
 msgstr ""
 "Par exemple, #{config/chroot_sources/live.chroot}# vous permet d'installer "
@@ -433,8 +448,13 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:73
+#, fuzzy
+#| msgid ""
+#| "If you add the same line to #{config/chroot_sources/live.binary}#, the "
+#| "repository will be added to your live system's #{/etc/apt/sources.list.d/}"
+#| "# directory."
 msgid ""
-"If you add the same line to #{config/chroot_sources/live.binary}#, the "
+"If you add the same line to #{config/archives/live.list.binary}#, the "
 "repository will be added to your live system's #{/etc/apt/sources.list.d/}# "
 "directory."
 msgstr ""
@@ -449,23 +469,28 @@ msgstr "Si ces fichiers existent, ils seront sélectionnés automatiquement."
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:77
+#, fuzzy
+#| msgid ""
+#| "You should also put the GPG key used to sign the repository into #{config/"
+#| "chroot_sources/your-repository.{binary,chroot}.gpg}# files."
 msgid ""
 "You should also put the GPG key used to sign the repository into #{config/"
-"chroot_sources/your-repository.{binary,chroot}.gpg}# files."
+"archives/your-repository.gpg.{binary,chroot}}# files."
 msgstr ""
 "Vous devriez également mettre la clé GPG utilisée pour signer le référentiel "
 "dans fichiers #{config/chroot_sources/your-repository.{binary,chroot}.gpg}#"
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:79
-#, no-wrap
-msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
+#, fuzzy, no-wrap
+#| msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
+msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
 msgstr "*{Remarque:}* certains référentiels de paquets préconfigurés sont disponibles pour une sélection facile grâce à l'option #{--repository}#, par exemple pour permettre des instantanés live, une simple commande suffit pour l'activer:\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:83
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
 #, no-wrap
-msgid " $ lb config --repository live.debian.net\n"
+msgid " $ lb config --archives live.debian.net\n"
 msgstr ""
 
 #. type: Plain text
@@ -1331,7 +1356,7 @@ msgstr ""
 #: en/user_customization-packages.ssi:322
 #, no-wrap
 msgid ""
-" $ echo \"deb http://mirror/debian sid main\" > config/chroot_sources/sid.chroot\n"
+" $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
 " $ cat >> config/chroot_apt/preferences <<END\n"
 " Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit\n"
 " Pin: release n=sid\n"
diff --git a/manual/po/fr/user_installation.ssi.po b/manual/po/fr/user_installation.ssi.po
index 51df30f..99a517d 100644
--- a/manual/po/fr/user_installation.ssi.po
+++ b/manual/po/fr/user_installation.ssi.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2011-10-04 14:42+0200\n"
 "Last-Translator: Carlos Zuferri «chals» <chals at altorricon.com>\n"
 "Language-Team:  <debian-live at lists.debian.org>\n"
@@ -148,6 +148,12 @@ msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
+#, no-wrap
+msgid " $ lb config --archives live.debian.net\n"
+msgstr ""
+
+#. type: Plain text
 #: en/user_installation.ssi:2
 msgid ":B~ Installation"
 msgstr ":B~ Installation"
@@ -491,9 +497,3 @@ msgstr ""
 "partie dans votre répertoire de configuration de live-build. En supposant "
 "que vous avez déjà créé un arbre de configuration dans le répertoire courant "
 "avec #{lb config}#:"
-
-#. type: Plain text
-#: en/user_installation.ssi:148
-#, no-wrap
-msgid " $ lb config --archives live.debian.net\n"
-msgstr ""
diff --git a/manual/po/it/user_customization-packages.ssi.po b/manual/po/it/user_customization-packages.ssi.po
index bde99fb..ffdfaab 100644
--- a/manual/po/it/user_customization-packages.ssi.po
+++ b/manual/po/it/user_customization-packages.ssi.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0~a12\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2011-08-02 00:53+0200\n"
 "Last-Translator: skizzhg <skizzhg at gmx.com>\n"
 "Language-Team: Italian <tp at lists.linux.it>\n"
@@ -439,8 +439,8 @@ msgid ""
 "You may add more repositories, broadening your package choices beyond what "
 "is available in your target distribution. These may be, for example, for "
 "backports, experimental or custom packages. To configure additional "
-"repositories, create #{config/chroot_sources/your-repository.chroot}#, and/"
-"or #{config/chroot_sources/your-repository.binary}# files. As with the #{--"
+"repositories, create #{config/archives/your-repository.list.chroot}#, and/or "
+"#{config/archives/your-repository.list.binary}# files. As with the #{--"
 "parent-mirror-*}# options, these govern the repositories used in the "
 "*chroot* stage when building the image, and in the *binary* stage, i.e. for "
 "use when running the live system."
@@ -457,8 +457,13 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:65
+#, fuzzy
+#| msgid ""
+#| "For example, #{config/chroot_sources/live.chroot}# allows you to install "
+#| "packages from the debian live snapshot repository at live system build "
+#| "time."
 msgid ""
-"For example, #{config/chroot_sources/live.chroot}# allows you to install "
+"For example, #{config/archives/live.list.chroot}# allows you to install "
 "packages from the debian live snapshot repository at live system build time."
 msgstr ""
 "Per esempio, #{config/chroot_sources/live.chroot}# permette di installare "
@@ -473,8 +478,13 @@ msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:73
+#, fuzzy
+#| msgid ""
+#| "If you add the same line to #{config/chroot_sources/live.binary}#, the "
+#| "repository will be added to your live system's #{/etc/apt/sources.list.d/}"
+#| "# directory."
 msgid ""
-"If you add the same line to #{config/chroot_sources/live.binary}#, the "
+"If you add the same line to #{config/archives/live.list.binary}#, the "
 "repository will be added to your live system's #{/etc/apt/sources.list.d/}# "
 "directory."
 msgstr ""
@@ -489,23 +499,28 @@ msgstr "Se il file esiste, saranno prelevati automaticamente."
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:77
+#, fuzzy
+#| msgid ""
+#| "You should also put the GPG key used to sign the repository into #{config/"
+#| "chroot_sources/your-repository.{binary,chroot}.gpg}# files."
 msgid ""
 "You should also put the GPG key used to sign the repository into #{config/"
-"chroot_sources/your-repository.{binary,chroot}.gpg}# files."
+"archives/your-repository.gpg.{binary,chroot}}# files."
 msgstr ""
 "Bisogna inoltre inserire la chiave GPG usata per firmare il repository nei "
 "file #{config/chroot_sources/vostro-repository.{binary,chroot}.gpg}#."
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:79
-#, no-wrap
-msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
+#, fuzzy, no-wrap
+#| msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
+msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
 msgstr "*{Nota:}* alcuni repository di pacchetti preconfigurati sono disponibili per una facile selezione attraverso l'opzione #{--repository}#, per abilitare gli snapshot live è sufficiente un semplice comando:\n"
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:83
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
 #, no-wrap
-msgid " $ lb config --repository live.debian.net\n"
+msgid " $ lb config --archives live.debian.net\n"
 msgstr ""
 
 #. type: Plain text
@@ -1395,7 +1410,7 @@ msgstr ""
 #: en/user_customization-packages.ssi:322
 #, no-wrap
 msgid ""
-" $ echo \"deb http://mirror/debian sid main\" > config/chroot_sources/sid.chroot\n"
+" $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
 " $ cat >> config/chroot_apt/preferences <<END\n"
 " Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit\n"
 " Pin: release n=sid\n"
diff --git a/manual/po/it/user_installation.ssi.po b/manual/po/it/user_installation.ssi.po
index 8a9d6ec..086a478 100644
--- a/manual/po/it/user_installation.ssi.po
+++ b/manual/po/it/user_installation.ssi.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2011-06-21 13:11+0200\n"
 "Last-Translator: skizzhg <skizzhg at gmx.com>\n"
 "Language-Team: Italian <tp at lists.linux.it>\n"
@@ -149,6 +149,12 @@ msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
+#, no-wrap
+msgid " $ lb config --archives live.debian.net\n"
+msgstr ""
+
+#. type: Plain text
 #: en/user_installation.ssi:2
 msgid ":B~ Installation"
 msgstr ":B~ Installazione"
@@ -487,9 +493,3 @@ msgstr ""
 "live-boot e live-config configurando un repository esterno nella directory "
 "di configurazione di live-build. Assumendo che si sia già creato un albero "
 "di configurazione nell'attuale directory con #{lb config}#:"
-
-#. type: Plain text
-#: en/user_installation.ssi:148
-#, no-wrap
-msgid " $ lb config --archives live.debian.net\n"
-msgstr ""
diff --git a/manual/po/pt_BR/user_customization-packages.ssi.po b/manual/po/pt_BR/user_customization-packages.ssi.po
index 1571c75..ff1e9a6 100644
--- a/manual/po/pt_BR/user_customization-packages.ssi.po
+++ b/manual/po/pt_BR/user_customization-packages.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2010-10-22 08:58-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -326,8 +326,8 @@ msgid ""
 "You may add more repositories, broadening your package choices beyond what "
 "is available in your target distribution. These may be, for example, for "
 "backports, experimental or custom packages. To configure additional "
-"repositories, create #{config/chroot_sources/your-repository.chroot}#, and/"
-"or #{config/chroot_sources/your-repository.binary}# files. As with the #{--"
+"repositories, create #{config/archives/your-repository.list.chroot}#, and/or "
+"#{config/archives/your-repository.list.binary}# files. As with the #{--"
 "parent-mirror-*}# options, these govern the repositories used in the "
 "*chroot* stage when building the image, and in the *binary* stage, i.e. for "
 "use when running the live system."
@@ -336,7 +336,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:65
 msgid ""
-"For example, #{config/chroot_sources/live.chroot}# allows you to install "
+"For example, #{config/archives/live.list.chroot}# allows you to install "
 "packages from the debian live snapshot repository at live system build time."
 msgstr ""
 
@@ -349,7 +349,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:73
 msgid ""
-"If you add the same line to #{config/chroot_sources/live.binary}#, the "
+"If you add the same line to #{config/archives/live.list.binary}#, the "
 "repository will be added to your live system's #{/etc/apt/sources.list.d/}# "
 "directory."
 msgstr ""
@@ -363,19 +363,19 @@ msgstr ""
 #: en/user_customization-packages.ssi:77
 msgid ""
 "You should also put the GPG key used to sign the repository into #{config/"
-"chroot_sources/your-repository.{binary,chroot}.gpg}# files."
+"archives/your-repository.gpg.{binary,chroot}}# files."
 msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:79
 #, no-wrap
-msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
+msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:83
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
 #, no-wrap
-msgid " $ lb config --repository live.debian.net\n"
+msgid " $ lb config --archives live.debian.net\n"
 msgstr ""
 
 #. type: Plain text
@@ -1024,7 +1024,7 @@ msgstr ""
 #: en/user_customization-packages.ssi:322
 #, no-wrap
 msgid ""
-" $ echo \"deb http://mirror/debian sid main\" > config/chroot_sources/sid.chroot\n"
+" $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
 " $ cat >> config/chroot_apt/preferences <<END\n"
 " Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit\n"
 " Pin: release n=sid\n"
diff --git a/manual/po/pt_BR/user_installation.ssi.po b/manual/po/pt_BR/user_installation.ssi.po
index d3f0348..eaa54fd 100644
--- a/manual/po/pt_BR/user_installation.ssi.po
+++ b/manual/po/pt_BR/user_installation.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2010-10-16 20:36-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -147,6 +147,12 @@ msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
+#, no-wrap
+msgid " $ lb config --archives live.debian.net\n"
+msgstr ""
+
+#. type: Plain text
 #: en/user_installation.ssi:2
 msgid ":B~ Installation"
 msgstr ""
@@ -441,9 +447,3 @@ msgid ""
 "configuration directory. Assuming you have already created a configuration "
 "tree in the current directory with #{lb config}#:"
 msgstr ""
-
-#. type: Plain text
-#: en/user_installation.ssi:148
-#, no-wrap
-msgid " $ lb config --archives live.debian.net\n"
-msgstr ""
diff --git a/manual/po/ro/user_customization-packages.ssi.po b/manual/po/ro/user_customization-packages.ssi.po
index fe323da..da46412 100644
--- a/manual/po/ro/user_customization-packages.ssi.po
+++ b/manual/po/ro/user_customization-packages.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2010-10-22 08:58-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -327,8 +327,8 @@ msgid ""
 "You may add more repositories, broadening your package choices beyond what "
 "is available in your target distribution. These may be, for example, for "
 "backports, experimental or custom packages. To configure additional "
-"repositories, create #{config/chroot_sources/your-repository.chroot}#, and/"
-"or #{config/chroot_sources/your-repository.binary}# files. As with the #{--"
+"repositories, create #{config/archives/your-repository.list.chroot}#, and/or "
+"#{config/archives/your-repository.list.binary}# files. As with the #{--"
 "parent-mirror-*}# options, these govern the repositories used in the "
 "*chroot* stage when building the image, and in the *binary* stage, i.e. for "
 "use when running the live system."
@@ -337,7 +337,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:65
 msgid ""
-"For example, #{config/chroot_sources/live.chroot}# allows you to install "
+"For example, #{config/archives/live.list.chroot}# allows you to install "
 "packages from the debian live snapshot repository at live system build time."
 msgstr ""
 
@@ -350,7 +350,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:73
 msgid ""
-"If you add the same line to #{config/chroot_sources/live.binary}#, the "
+"If you add the same line to #{config/archives/live.list.binary}#, the "
 "repository will be added to your live system's #{/etc/apt/sources.list.d/}# "
 "directory."
 msgstr ""
@@ -364,19 +364,19 @@ msgstr ""
 #: en/user_customization-packages.ssi:77
 msgid ""
 "You should also put the GPG key used to sign the repository into #{config/"
-"chroot_sources/your-repository.{binary,chroot}.gpg}# files."
+"archives/your-repository.gpg.{binary,chroot}}# files."
 msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:79
 #, no-wrap
-msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
+msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:83
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
 #, no-wrap
-msgid " $ lb config --repository live.debian.net\n"
+msgid " $ lb config --archives live.debian.net\n"
 msgstr ""
 
 #. type: Plain text
@@ -1025,7 +1025,7 @@ msgstr ""
 #: en/user_customization-packages.ssi:322
 #, no-wrap
 msgid ""
-" $ echo \"deb http://mirror/debian sid main\" > config/chroot_sources/sid.chroot\n"
+" $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
 " $ cat >> config/chroot_apt/preferences <<END\n"
 " Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit\n"
 " Pin: release n=sid\n"
diff --git a/manual/po/ro/user_installation.ssi.po b/manual/po/ro/user_installation.ssi.po
index 8c2dd9a..d13b05d 100644
--- a/manual/po/ro/user_installation.ssi.po
+++ b/manual/po/ro/user_installation.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: 2010-10-23 16:43+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -148,6 +148,12 @@ msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
+#, no-wrap
+msgid " $ lb config --archives live.debian.net\n"
+msgstr ""
+
+#. type: Plain text
 #: en/user_installation.ssi:2
 msgid ":B~ Installation"
 msgstr ""
@@ -442,9 +448,3 @@ msgid ""
 "configuration directory. Assuming you have already created a configuration "
 "tree in the current directory with #{lb config}#:"
 msgstr ""
-
-#. type: Plain text
-#: en/user_installation.ssi:148
-#, no-wrap
-msgid " $ lb config --archives live.debian.net\n"
-msgstr ""
diff --git a/manual/pot/user_customization-packages.ssi.pot b/manual/pot/user_customization-packages.ssi.pot
index d12b9db..ce6c58f 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: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -326,8 +326,8 @@ msgid ""
 "You may add more repositories, broadening your package choices beyond what "
 "is available in your target distribution. These may be, for example, for "
 "backports, experimental or custom packages. To configure additional "
-"repositories, create #{config/chroot_sources/your-repository.chroot}#, and/"
-"or #{config/chroot_sources/your-repository.binary}# files. As with the #{--"
+"repositories, create #{config/archives/your-repository.list.chroot}#, and/or "
+"#{config/archives/your-repository.list.binary}# files. As with the #{--"
 "parent-mirror-*}# options, these govern the repositories used in the "
 "*chroot* stage when building the image, and in the *binary* stage, i.e. for "
 "use when running the live system."
@@ -336,7 +336,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:65
 msgid ""
-"For example, #{config/chroot_sources/live.chroot}# allows you to install "
+"For example, #{config/archives/live.list.chroot}# allows you to install "
 "packages from the debian live snapshot repository at live system build time."
 msgstr ""
 
@@ -349,7 +349,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:73
 msgid ""
-"If you add the same line to #{config/chroot_sources/live.binary}#, the "
+"If you add the same line to #{config/archives/live.list.binary}#, the "
 "repository will be added to your live system's #{/etc/apt/sources.list.d/}# "
 "directory."
 msgstr ""
@@ -363,19 +363,19 @@ msgstr ""
 #: en/user_customization-packages.ssi:77
 msgid ""
 "You should also put the GPG key used to sign the repository into #{config/"
-"chroot_sources/your-repository.{binary,chroot}.gpg}# files."
+"archives/your-repository.gpg.{binary,chroot}}# files."
 msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:79
 #, no-wrap
-msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
+msgid "*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-packages.ssi:83
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
 #, no-wrap
-msgid " $ lb config --repository live.debian.net\n"
+msgid " $ lb config --archives live.debian.net\n"
 msgstr ""
 
 #. type: Plain text
@@ -1024,7 +1024,7 @@ msgstr ""
 #: en/user_customization-packages.ssi:322
 #, no-wrap
 msgid ""
-" $ echo \"deb http://mirror/debian sid main\" > config/chroot_sources/sid.chroot\n"
+" $ echo \"deb http://mirror/debian sid main\" > config/archives/sid.list.chroot\n"
 " $ cat >> config/chroot_apt/preferences <<END\n"
 " Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit\n"
 " Pin: release n=sid\n"
diff --git a/manual/pot/user_installation.ssi.pot b/manual/pot/user_installation.ssi.pot
index 5ae3255..d4a9bee 100644
--- a/manual/pot/user_installation.ssi.pot
+++ b/manual/pot/user_installation.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2011-11-07 17:49+0100\n"
+"POT-Creation-Date: 2011-11-07 17:40-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -147,6 +147,12 @@ msgid "}code"
 msgstr ""
 
 #. type: Plain text
+#: en/user_customization-packages.ssi:83 en/user_installation.ssi:148
+#, no-wrap
+msgid " $ lb config --archives live.debian.net\n"
+msgstr ""
+
+#. type: Plain text
 #: en/user_installation.ssi:2
 msgid ":B~ Installation"
 msgstr ""
@@ -441,9 +447,3 @@ msgid ""
 "configuration directory. Assuming you have already created a configuration "
 "tree in the current directory with #{lb config}#:"
 msgstr ""
-
-#. type: Plain text
-#: en/user_installation.ssi:148
-#, no-wrap
-msgid " $ lb config --archives live.debian.net\n"
-msgstr ""
diff --git a/manual/pt_BR/user_customization-packages.ssi b/manual/pt_BR/user_customization-packages.ssi
index 2bcdfe3..ac1e1d4 100644
--- a/manual/pt_BR/user_customization-packages.ssi
+++ b/manual/pt_BR/user_customization-packages.ssi
@@ -113,13 +113,13 @@ code{
 You may add more repositories, broadening your package choices beyond what
 is available in your target distribution. These may be, for example, for
 backports, experimental or custom packages. To configure additional
-repositories, create #{config/chroot_sources/your-repository.chroot}#,
-and/or #{config/chroot_sources/your-repository.binary}# files. As with the
+repositories, create #{config/archives/your-repository.list.chroot}#, and/or
+#{config/archives/your-repository.list.binary}# files. As with the
 #{--parent-mirror-*}# options, these govern the repositories used in the
 *chroot* stage when building the image, and in the *binary* stage, i.e. for
 use when running the live system.
 
-For example, #{config/chroot_sources/live.chroot}# allows you to install
+For example, #{config/archives/live.list.chroot}# allows you to install
 packages from the debian live snapshot repository at live system build time.
 
 code{
@@ -128,20 +128,20 @@ code{
 
 }code
 
-If you add the same line to #{config/chroot_sources/live.binary}#, the
+If you add the same line to #{config/archives/live.list.binary}#, the
 repository will be added to your live system's #{/etc/apt/sources.list.d/}#
 directory.
 
 If such files exist, they will be picked up automatically.
 
 You should also put the GPG key used to sign the repository into
-#{config/chroot_sources/your-repository.{binary,chroot}.gpg}# files.
+#{config/archives/your-repository.gpg.{binary,chroot}}# files.
 
-*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
+*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
 
 code{
 
- $ lb config --repository live.debian.net
+ $ lb config --archives live.debian.net
 
 }code
 
@@ -517,7 +517,7 @@ accomplish this:
 
 code{
 
- $ echo "deb http://mirror/debian sid main" > config/chroot_sources/sid.chroot
+ $ echo "deb http://mirror/debian sid main" > config/archives/sid.list.chroot
  $ cat >> config/chroot_apt/preferences <<END
  Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit
  Pin: release n=sid
diff --git a/manual/ro/user_customization-packages.ssi b/manual/ro/user_customization-packages.ssi
index 2bcdfe3..ac1e1d4 100644
--- a/manual/ro/user_customization-packages.ssi
+++ b/manual/ro/user_customization-packages.ssi
@@ -113,13 +113,13 @@ code{
 You may add more repositories, broadening your package choices beyond what
 is available in your target distribution. These may be, for example, for
 backports, experimental or custom packages. To configure additional
-repositories, create #{config/chroot_sources/your-repository.chroot}#,
-and/or #{config/chroot_sources/your-repository.binary}# files. As with the
+repositories, create #{config/archives/your-repository.list.chroot}#, and/or
+#{config/archives/your-repository.list.binary}# files. As with the
 #{--parent-mirror-*}# options, these govern the repositories used in the
 *chroot* stage when building the image, and in the *binary* stage, i.e. for
 use when running the live system.
 
-For example, #{config/chroot_sources/live.chroot}# allows you to install
+For example, #{config/archives/live.list.chroot}# allows you to install
 packages from the debian live snapshot repository at live system build time.
 
 code{
@@ -128,20 +128,20 @@ code{
 
 }code
 
-If you add the same line to #{config/chroot_sources/live.binary}#, the
+If you add the same line to #{config/archives/live.list.binary}#, the
 repository will be added to your live system's #{/etc/apt/sources.list.d/}#
 directory.
 
 If such files exist, they will be picked up automatically.
 
 You should also put the GPG key used to sign the repository into
-#{config/chroot_sources/your-repository.{binary,chroot}.gpg}# files.
+#{config/archives/your-repository.gpg.{binary,chroot}}# files.
 
-*{Note:}* some preconfigured package repositories are available for easy selection through the #{--repository}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
+*{Note:}* some preconfigured package repositories are available for easy selection through the #{--archives}# option, e.g. for enabling live snapshots, a simple command is enough to enable it:
 
 code{
 
- $ lb config --repository live.debian.net
+ $ lb config --archives live.debian.net
 
 }code
 
@@ -517,7 +517,7 @@ accomplish this:
 
 code{
 
- $ echo "deb http://mirror/debian sid main" > config/chroot_sources/sid.chroot
+ $ echo "deb http://mirror/debian sid main" > config/archives/sid.list.chroot
  $ cat >> config/chroot_apt/preferences <<END
  Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit
  Pin: release n=sid

-- 
live-manual



More information about the debian-live-changes mailing list