[SCM] live-build branch, upstream, updated. upstream/3.0_a21-1-ge7a1fdd

Daniel Baumann daniel at debian.org
Wed Jun 29 04:21:07 UTC 2011


The following commit has been merged in the upstream branch:
commit e7a1fddfea6119b9aa8fdd8f0e4d2ffd00dad5b0
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jun 29 06:21:25 2011 +0200

    Adding upstream version 3.0~a22.

diff --git a/Makefile b/Makefile
index d694537..2a78628 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ build:
 install:
 	# Installing shared data
 	mkdir -p $(DESTDIR)/usr/share/live/build
-	cp -r cgi data examples functions scripts includes lists repositories templates $(DESTDIR)/usr/share/live/build
+	cp -r archives cgi data examples functions scripts includes package-lists templates $(DESTDIR)/usr/share/live/build
 
 	# Installing executables
 	mkdir -p $(DESTDIR)/usr/bin
@@ -73,7 +73,7 @@ install:
 uninstall:
 	# Uninstalling shared data
 	rm -rf $(DESTDIR)/usr/share/live/build
-	rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/live
+	rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/live || true
 
 	# Uninstalling executables
 	rm -f $(DESTDIR)/usr/bin/lb $(DESTDIR)/usr/bin/live-build
diff --git a/VERSION b/VERSION
index bfac0ec..c77fcb6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0~a21
+3.0~a22
diff --git a/repositories/live.debian.net b/archives/live.debian.net
similarity index 100%
rename from repositories/live.debian.net
rename to archives/live.debian.net
diff --git a/repositories/live.debian.net.gpg b/archives/live.debian.net.key
similarity index 100%
rename from repositories/live.debian.net.gpg
rename to archives/live.debian.net.key
diff --git a/cgi/cgi b/cgi/cgi
index d03cedb..e779928 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -216,7 +216,7 @@ _CUSTOM_BOOTSTRAP="${_CUSTOM_BOOTSTRAP}"
 _CUSTOM_BINARY="${_CUSTOM_BINARY}"
 
 # Other
-LB_REPOSITORIES="${LB_REPOSITORIES}"
+LB_ARCHIVES="${LB_ARCHIVES}"
 EOF
 
 	echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: add web build (${_BUILD}) from ${REMOTE_ADDR}." >> /var/log/live
diff --git a/cgi/cron b/cgi/cron
index f709cd7..cacfad1 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -81,7 +81,7 @@ then
 		# Creating build directory which also creates the config/chroot_sources folder
 		mkdir -p "${_TEMPDIR}"/"${_BUILD}"/config/chroot_sources
 
-		# The next two tests are for unofficial third party repositories
+		# The next two tests are for unofficial third party archives
 		if [ -n "${_CUSTOM_BOOTSTRAP}" ]
 		then
 			echo "${_CUSTOM_BOOTSTRAP}" > "${_TEMPDIR}"/"${_BUILD}"/config/chroot_sources/custom.bootstrap
diff --git a/functions/common.sh b/functions/common.sh
index 01d4a88..9862218 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,7 +9,7 @@
 
 
 PROGRAM="live-build"
-VERSION="3.0~a21-1"
+VERSION="3.0~a22-1"
 CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
 
 PATH="${PWD}/auto/scripts:${PATH}"
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 4379704..6e3c1cb 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -30,7 +30,7 @@ Set_defaults ()
 			;;
 
 		*)
-			LB_DISTRIBUTION="${LB_DISTRIBUTION:-squeeze}"
+			LB_DISTRIBUTION="${LB_DISTRIBUTION:-wheezy}"
 			LB_DERIVATIVE="false"
 			;;
 	esac
@@ -550,12 +550,12 @@ Set_defaults ()
 			;;
 
 		ubuntu)
-			LB_PARENT_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main restricted}"
+			LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-main restricted}"
 			LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-${LB_PARENT_ARCHIVE_AREAS}}"
 			;;
 
 		*)
-			LB_PARENT_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main}"
+			LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-main}"
 			LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-${LB_PARENT_ARCHIVE_AREAS}}"
 			;;
 	esac
@@ -593,9 +593,12 @@ Set_defaults ()
 	# Setting linux flavour string
 	case "${LB_ARCHITECTURES}" in
 		armel)
-			Echo_error "There is no default kernel flavour defined for your architecture."
-			Echo_error "Please configure it manually with 'lb config -k FLAVOUR'."
-			exit 1
+			if [ -z "${LB_LINUX_FLAVOURS}" ]
+			then
+				Echo_error "There is no default kernel flavour defined for your architecture."
+				Echo_error "Please configure it manually with 'lb config -k FLAVOUR'."
+				exit 1
+			fi
 			;;
 
 		amd64)
diff --git a/functions/packagelists.sh b/functions/packagelists.sh
index aeb71f6..5d4a629 100755
--- a/functions/packagelists.sh
+++ b/functions/packagelists.sh
@@ -22,7 +22,7 @@ Expand_packagelist ()
 		_LB_NESTED=0
 		_LB_ENABLED=1
 
-		for _LB_SEARCH_PATH in ${@} config/lists "${LB_BASE:-/usr/share/live/build}/lists"
+		for _LB_SEARCH_PATH in ${@} "${LB_BASE:-/usr/share/live/build}/package-lists"
 		do
 			if [ -e "${_LB_SEARCH_PATH}/${_LB_LIST_NAME}" ]
 			then
diff --git a/functions/version.sh b/functions/version.sh
index 581ac56..0e47b4f 100755
--- a/functions/version.sh
+++ b/functions/version.sh
@@ -28,7 +28,7 @@ Version ()
 	Echo "You should have received a copy of the GNU General Public License"
 	Echo "along with this program. If not, see <http://www.gnu.org/licenses/>."
 	echo
-	Echo "On Debian systems, the complete text of the GNU General Public License"
+	Echo "The complete text of the GNU General Public License"
 	Echo "can be found in /usr/share/common-licenses/GPL-3 file."
 	echo
 	Echo "Homepage: <http://live.debian.net/>"
diff --git a/lists/gnome-core b/lists/gnome-core
deleted file mode 100644
index 5780290..0000000
--- a/lists/gnome-core
+++ /dev/null
@@ -1,8 +0,0 @@
-# /usr/share/live/build/lists/gnome-core - package list for live-build(7)
-
-#include <standard-x11>
-
-gnome-core
-gdm3
-desktop-base
-gnome-themes
diff --git a/lists/gnome-full b/lists/gnome-full
deleted file mode 100644
index 2c414b9..0000000
--- a/lists/gnome-full
+++ /dev/null
@@ -1,6 +0,0 @@
-# /usr/share/live/build/lists/gnome-full - package list for live-build(7)
-
-#include <gnome>
-
-gnome
-gdm3
diff --git a/lists/gnome-junior b/lists/gnome-junior
deleted file mode 100644
index 5f2867b..0000000
--- a/lists/gnome-junior
+++ /dev/null
@@ -1,6 +0,0 @@
-# /usr/share/live/build/lists/gnome-junior - package list for live-build(7)
-
-#include <gnome>
-#include <debian-junior>
-
-junior-gnome
diff --git a/lists/kde b/lists/kde
deleted file mode 100644
index 3384a07..0000000
--- a/lists/kde
+++ /dev/null
@@ -1,7 +0,0 @@
-# /usr/share/live/build/lists/kde - package list for live-build(7)
-
-#include <kde-core>
-
-kde-standard
-kdm
-desktop-base
diff --git a/lists/kde-core b/lists/kde-core
deleted file mode 100644
index 0431520..0000000
--- a/lists/kde-core
+++ /dev/null
@@ -1,7 +0,0 @@
-# /usr/share/live/build/lists/kde-core - package list for live-build(7)
-
-#include <standard-x11>
-
-kde-plasma-desktop
-kdm
-desktop-base
diff --git a/lists/kde-extra b/lists/kde-extra
deleted file mode 100644
index f3a94e4..0000000
--- a/lists/kde-extra
+++ /dev/null
@@ -1,5 +0,0 @@
-# /usr/share/live/build/lists/kde-extra - package list for live-build(7)
-
-#include <kde-full>
-
-kde-extras
diff --git a/lists/kde-full b/lists/kde-full
deleted file mode 100644
index 78db03e..0000000
--- a/lists/kde-full
+++ /dev/null
@@ -1,6 +0,0 @@
-# /usr/share/live/build/lists/kde-full - package list for live-build(7)
-
-#include <kde>
-
-koffice
-kde-full
diff --git a/lists/kde-junior b/lists/kde-junior
deleted file mode 100644
index 062892d..0000000
--- a/lists/kde-junior
+++ /dev/null
@@ -1,6 +0,0 @@
-# /usr/share/live/build/lists/kde-junior - package list for live-build(7)
-
-#include <kde>
-#include <debian-junior>
-
-junior-kde
diff --git a/lists/lxde b/lists/lxde
deleted file mode 100644
index 3695f5e..0000000
--- a/lists/lxde
+++ /dev/null
@@ -1,8 +0,0 @@
-# /usr/share/live/build/lists/lxde - package list for live-build(7)
-
-#include <standard-x11>
-
-lxde
-gdm
-network-manager-gnome
-desktop-base
diff --git a/lists/studio-gnome b/lists/studio-gnome
deleted file mode 100644
index 3274d8e..0000000
--- a/lists/studio-gnome
+++ /dev/null
@@ -1,4 +0,0 @@
-# /usr/share/live/build/lists/studio-gnome - package list for live-build(7)
-
-#include <gnome>
-#include <studio>
diff --git a/lists/studio-kde b/lists/studio-kde
deleted file mode 100644
index 9b22aca..0000000
--- a/lists/studio-kde
+++ /dev/null
@@ -1,4 +0,0 @@
-# /usr/share/live/build/lists/studio-kde - package list for live-build(7)
-
-#include <kde>
-#include <studio>
diff --git a/lists/studio-xfce b/lists/studio-xfce
deleted file mode 100644
index 9bac7e9..0000000
--- a/lists/studio-xfce
+++ /dev/null
@@ -1,4 +0,0 @@
-# /usr/share/live/build/lists/studio-xfce - package list for live-build(7)
-
-#include <xfce>
-#include <studio>
diff --git a/lists/xfce b/lists/xfce
deleted file mode 100644
index 6ae2c84..0000000
--- a/lists/xfce
+++ /dev/null
@@ -1,7 +0,0 @@
-# /usr/share/live/build/lists/xfce - package list for live-build(7)
-
-#include <standard-x11>
-
-xfce4
-gdm3
-desktop-base
diff --git a/lists/xfce-junior b/lists/xfce-junior
deleted file mode 100644
index 4ef120b..0000000
--- a/lists/xfce-junior
+++ /dev/null
@@ -1,6 +0,0 @@
-# /usr/share/live/build/lists/xfce-junior - package list for live-build(7)
-
-#include <xfce>
-#include <debian-junior>
-
-junior-kde junior-gnome
diff --git a/manpages/Makefile b/manpages/Makefile
index 5c4a937..2d07fe9 100644
--- a/manpages/Makefile
+++ b/manpages/Makefile
@@ -24,7 +24,7 @@ build: po4a.cfg
 	then \
 		echo "E: po4a - command not found"; \
 		echo "I: po4a can be optained from http://po4a.alioth.debian.org/"; \
-		echo "I: On Debian systems, po4a can be installed with 'apt-get install po4a'."; \
+		echo "I: On Debian based systems, po4a can be installed with 'apt-get install po4a'."; \
 		exit 1; \
 	fi
 
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index ce265d2..fd87672 100644
--- a/manpages/de/lb.de.1
+++ b/manpages/de/lb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb\fP \- wrapper for live\-build programs
diff --git a/manpages/de/lb_binary.de.1 b/manpages/de/lb_binary.de.1
index 1b76632..d81638a 100644
--- a/manpages/de/lb_binary.de.1
+++ b/manpages/de/lb_binary.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_checksums.de.1 b/manpages/de/lb_binary_checksums.de.1
index 81c0bf9..c38dca9 100644
--- a/manpages/de/lb_binary_checksums.de.1
+++ b/manpages/de/lb_binary_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_checksums\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_chroot.de.1 b/manpages/de/lb_binary_chroot.de.1
index 993eefd..fc3e103 100644
--- a/manpages/de/lb_binary_chroot.de.1
+++ b/manpages/de/lb_binary_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_chroot\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_debian-installer.de.1 b/manpages/de/lb_binary_debian-installer.de.1
index b5b7e75..177fe1d 100644
--- a/manpages/de/lb_binary_debian-installer.de.1
+++ b/manpages/de/lb_binary_debian-installer.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_debian\-installer\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_disk.de.1 b/manpages/de/lb_binary_disk.de.1
index 0994488..77d80f2 100644
--- a/manpages/de/lb_binary_disk.de.1
+++ b/manpages/de/lb_binary_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_grub.de.1 b/manpages/de/lb_binary_grub.de.1
index 3f17614..51e9fde 100644
--- a/manpages/de/lb_binary_grub.de.1
+++ b/manpages/de/lb_binary_grub.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_grub2.de.1 b/manpages/de/lb_binary_grub2.de.1
index 7f72da3..95466c7 100644
--- a/manpages/de/lb_binary_grub2.de.1
+++ b/manpages/de/lb_binary_grub2.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub2\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_includes.de.1 b/manpages/de/lb_binary_includes.de.1
index c1f850f..8d6fe55 100644
--- a/manpages/de/lb_binary_includes.de.1
+++ b/manpages/de/lb_binary_includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_includes\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_iso.de.1 b/manpages/de/lb_binary_iso.de.1
index 8e86485..4fd7f6a 100644
--- a/manpages/de/lb_binary_iso.de.1
+++ b/manpages/de/lb_binary_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_iso\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_linux-image.de.1 b/manpages/de/lb_binary_linux-image.de.1
index 7f6d528..3691bd4 100644
--- a/manpages/de/lb_binary_linux-image.de.1
+++ b/manpages/de/lb_binary_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_linux\-image\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-hooks.de.1 b/manpages/de/lb_binary_local-hooks.de.1
index 00831e0..bc039ce 100644
--- a/manpages/de/lb_binary_local-hooks.de.1
+++ b/manpages/de/lb_binary_local-hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-hooks\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-includes.de.1 b/manpages/de/lb_binary_local-includes.de.1
index 5ecd19a..be5380d 100644
--- a/manpages/de/lb_binary_local-includes.de.1
+++ b/manpages/de/lb_binary_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-packagelists.de.1 b/manpages/de/lb_binary_local-packagelists.de.1
index 6e09d20..d8e630b 100644
--- a/manpages/de/lb_binary_local-packagelists.de.1
+++ b/manpages/de/lb_binary_local-packagelists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-packagelists\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_manifest.de.1 b/manpages/de/lb_binary_manifest.de.1
index 696b614..031ac5f 100644
--- a/manpages/de/lb_binary_manifest.de.1
+++ b/manpages/de/lb_binary_manifest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_manifest\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_memtest.de.1 b/manpages/de/lb_binary_memtest.de.1
index cdde3bb..9fad739 100644
--- a/manpages/de/lb_binary_memtest.de.1
+++ b/manpages/de/lb_binary_memtest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_memtest\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_net.de.1 b/manpages/de/lb_binary_net.de.1
index 9dfb9c1..6ee49b6 100644
--- a/manpages/de/lb_binary_net.de.1
+++ b/manpages/de/lb_binary_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_net\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_rootfs.de.1 b/manpages/de/lb_binary_rootfs.de.1
index 51834e0..9344f64 100644
--- a/manpages/de/lb_binary_rootfs.de.1
+++ b/manpages/de/lb_binary_rootfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_rootfs\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_silo.de.1 b/manpages/de/lb_binary_silo.de.1
index 73b111c..1232436 100644
--- a/manpages/de/lb_binary_silo.de.1
+++ b/manpages/de/lb_binary_silo.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_silo\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_syslinux.de.1 b/manpages/de/lb_binary_syslinux.de.1
index 064a0bc..2bc4bb8 100644
--- a/manpages/de/lb_binary_syslinux.de.1
+++ b/manpages/de/lb_binary_syslinux.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_syslinux\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_tar.de.1 b/manpages/de/lb_binary_tar.de.1
index 336d991..7a695d5 100644
--- a/manpages/de/lb_binary_tar.de.1
+++ b/manpages/de/lb_binary_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_tar\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_usb.de.1 b/manpages/de/lb_binary_usb.de.1
index b3a9ac3..54d3961 100644
--- a/manpages/de/lb_binary_usb.de.1
+++ b/manpages/de/lb_binary_usb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_usb\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_virtual-hdd.de.1 b/manpages/de/lb_binary_virtual-hdd.de.1
index 3f97cf7..16805fc 100644
--- a/manpages/de/lb_binary_virtual-hdd.de.1
+++ b/manpages/de/lb_binary_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_virtual\-hdd\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_win32-loader.de.1 b/manpages/de/lb_binary_win32-loader.de.1
index 28a791d..5e8ae47 100644
--- a/manpages/de/lb_binary_win32-loader.de.1
+++ b/manpages/de/lb_binary_win32-loader.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_win32\-loader\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_yaboot.de.1 b/manpages/de/lb_binary_yaboot.de.1
index 5f404ce..334836d 100644
--- a/manpages/de/lb_binary_yaboot.de.1
+++ b/manpages/de/lb_binary_yaboot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_yaboot\fP \- Complete the binary stage
diff --git a/manpages/de/lb_bootstrap.de.1 b/manpages/de/lb_bootstrap.de.1
index 4e8f898..62071b0 100644
--- a/manpages/de/lb_bootstrap.de.1
+++ b/manpages/de/lb_bootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_cache.de.1 b/manpages/de/lb_bootstrap_cache.de.1
index 31cff95..e7f902d 100644
--- a/manpages/de/lb_bootstrap_cache.de.1
+++ b/manpages/de/lb_bootstrap_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cache\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_cdebootstrap.de.1 b/manpages/de/lb_bootstrap_cdebootstrap.de.1
index c0cd934..4d71e19 100644
--- a/manpages/de/lb_bootstrap_cdebootstrap.de.1
+++ b/manpages/de/lb_bootstrap_cdebootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_copy.de.1 b/manpages/de/lb_bootstrap_copy.de.1
index 642864d..fa2f380 100644
--- a/manpages/de/lb_bootstrap_copy.de.1
+++ b/manpages/de/lb_bootstrap_copy.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_copy\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_debootstrap.de.1 b/manpages/de/lb_bootstrap_debootstrap.de.1
index de33a9e..e3e1498 100644
--- a/manpages/de/lb_bootstrap_debootstrap.de.1
+++ b/manpages/de/lb_bootstrap_debootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_build.de.1 b/manpages/de/lb_build.de.1
index 4556a1e..2910771 100644
--- a/manpages/de/lb_build.de.1
+++ b/manpages/de/lb_build.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
diff --git a/manpages/de/lb_chroot.de.1 b/manpages/de/lb_chroot.de.1
index 86556bc..d8f05f7 100644
--- a/manpages/de/lb_chroot.de.1
+++ b/manpages/de/lb_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_apt.de.1 b/manpages/de/lb_chroot_apt.de.1
index 592aa8c..7618016 100644
--- a/manpages/de/lb_chroot_apt.de.1
+++ b/manpages/de/lb_chroot_apt.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_apt\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_binary_includes.de.1 b/manpages/de/lb_chroot_archives.de.1
similarity index 79%
copy from manpages/de/lb_binary_includes.de.1
copy to manpages/de/lb_chroot_archives.de.1
index c1f850f..d464fa8 100644
--- a/manpages/de/lb_binary_includes.de.1
+++ b/manpages/de/lb_chroot_archives.de.1
@@ -3,22 +3,22 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_includes\fP \- Complete the binary stage
+\fBlb chroot_archives\fP \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb binary_includes\fP [\fIlive\-build options\fP]
+\fBlb chroot_archives\fP [\fIlive\-build options\fP]
 
 .SH DESCRIPTION
-\fBlb binary_includes\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7),
+\fBlb chroot_archives\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7),
 the Debian Live tool suite.
 .PP
 
 .\" FIXME
 .SH OPTIONS
-\fBlb binary_includes\fP has no specific options but understands all generic
+\fBlb chroot_archives\fP has no specific options but understands all generic
 live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
 live\-build options.
 
diff --git a/manpages/de/lb_chroot_cache.de.1 b/manpages/de/lb_chroot_cache.de.1
index effeefd..c9e117d 100644
--- a/manpages/de/lb_chroot_cache.de.1
+++ b/manpages/de/lb_chroot_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_cache\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_debianchroot.de.1 b/manpages/de/lb_chroot_debianchroot.de.1
index e572b2c..bdfe8a0 100644
--- a/manpages/de/lb_chroot_debianchroot.de.1
+++ b/manpages/de/lb_chroot_debianchroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_debianchroot\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_devpts.de.1 b/manpages/de/lb_chroot_devpts.de.1
index d2e3ddc..be537a0 100644
--- a/manpages/de/lb_chroot_devpts.de.1
+++ b/manpages/de/lb_chroot_devpts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_devpts\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_dpkg.de.1 b/manpages/de/lb_chroot_dpkg.de.1
index 553082a..d343afa 100644
--- a/manpages/de/lb_chroot_dpkg.de.1
+++ b/manpages/de/lb_chroot_dpkg.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_dpkg\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hacks.de.1 b/manpages/de/lb_chroot_hacks.de.1
index 075f389..39e68b2 100644
--- a/manpages/de/lb_chroot_hacks.de.1
+++ b/manpages/de/lb_chroot_hacks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hacks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hostname.de.1 b/manpages/de/lb_chroot_hostname.de.1
index 5ffa78a..a1e9aef 100644
--- a/manpages/de/lb_chroot_hostname.de.1
+++ b/manpages/de/lb_chroot_hostname.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hostname\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hosts.de.1 b/manpages/de/lb_chroot_hosts.de.1
index d6d838f..323d10d 100644
--- a/manpages/de/lb_chroot_hosts.de.1
+++ b/manpages/de/lb_chroot_hosts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hosts\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_install-packages.de.1 b/manpages/de/lb_chroot_install-packages.de.1
index bdda021..b17711f 100644
--- a/manpages/de/lb_chroot_install-packages.de.1
+++ b/manpages/de/lb_chroot_install-packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_install\-packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_interactive.de.1 b/manpages/de/lb_chroot_interactive.de.1
index c8d1fc9..99b841d 100644
--- a/manpages/de/lb_chroot_interactive.de.1
+++ b/manpages/de/lb_chroot_interactive.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_interactive\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_linux-image.de.1 b/manpages/de/lb_chroot_linux-image.de.1
index 95a9019..429b90b 100644
--- a/manpages/de/lb_chroot_linux-image.de.1
+++ b/manpages/de/lb_chroot_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_linux\-image\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-hooks.de.1 b/manpages/de/lb_chroot_local-hooks.de.1
index 3277b92..57b7be1 100644
--- a/manpages/de/lb_chroot_local-hooks.de.1
+++ b/manpages/de/lb_chroot_local-hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-hooks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-includes.de.1 b/manpages/de/lb_chroot_local-includes.de.1
index 6251aa6..36d32af 100644
--- a/manpages/de/lb_chroot_local-includes.de.1
+++ b/manpages/de/lb_chroot_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-packagelists.de.1 b/manpages/de/lb_chroot_local-packagelists.de.1
index ea939d3..e0fb21f 100644
--- a/manpages/de/lb_chroot_local-packagelists.de.1
+++ b/manpages/de/lb_chroot_local-packagelists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packagelists\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-packages.de.1 b/manpages/de/lb_chroot_local-packages.de.1
deleted file mode 100644
index d97130a..0000000
--- a/manpages/de/lb_chroot_local-packages.de.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_local\-packages\fP \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_local\-packages\fP [\fIlive\-build options\fP]
-
-.SH DESCRIPTION
-\fBlb chroot_local\-packages\fP is a low\-level command (plumbing) of
-\fIlive\-build\fP(7), the Debian Live tool suite.
-.PP
-
-.\" FIXME
-.SH OPTIONS
-\fBlb chroot_local\-packages\fP has no specific options but understands all
-generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all
-generic live\-build options.
-
-.SH FILES
-.\" FIXME
-.IP \fBn/a\fP 4
-
-.SH "SEE ALSO"
-\fIlive\-build\fP(7)
-.PP
-This program is a part of live\-build.
-
-.SH HOMEPAGE
-More information about live\-build and the Debian Live project can be found
-on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
-<\fIhttp://live.debian.net/manual/\fP>.
-
-.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build package in
-the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
-writing a mail to the Debian Live mailing list at
-<\fIdebian\-live at lists.debian.org\fP>.
-
-.SH AUTHOR
-live\-build was written by Daniel Baumann <\fIdaniel at debian.org\fP> for
-the Debian project.
diff --git a/manpages/de/lb_chroot_local-patches.de.1 b/manpages/de/lb_chroot_local-patches.de.1
index c499f5c..ac55c75 100644
--- a/manpages/de/lb_chroot_local-patches.de.1
+++ b/manpages/de/lb_chroot_local-patches.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-patches\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-preseed.de.1 b/manpages/de/lb_chroot_local-preseed.de.1
index 6320982..ac531db 100644
--- a/manpages/de/lb_chroot_local-preseed.de.1
+++ b/manpages/de/lb_chroot_local-preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-tasklists.de.1 b/manpages/de/lb_chroot_local-tasklists.de.1
deleted file mode 100644
index 485e1e6..0000000
--- a/manpages/de/lb_chroot_local-tasklists.de.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_local\-tasklists\fP \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_local\-tasklists\fP [\fIlive\-build options\fP]
-
-.SH DESCRIPTION
-\fBlb chroot_local\-tasklists\fP is a low\-level command (plumbing) of
-\fIlive\-build\fP(7), the Debian Live tool suite.
-.PP
-
-.\" FIXME
-.SH OPTIONS
-\fBlb chroot_local\-tasklists\fP has no specific options but understands all
-generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all
-generic live\-build options.
-
-.SH FILES
-.\" FIXME
-.IP \fBn/a\fP 4
-
-.SH "SEE ALSO"
-\fIlive\-build\fP(7)
-.PP
-This program is a part of live\-build.
-
-.SH HOMEPAGE
-More information about live\-build and the Debian Live project can be found
-on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
-<\fIhttp://live.debian.net/manual/\fP>.
-
-.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build package in
-the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
-writing a mail to the Debian Live mailing list at
-<\fIdebian\-live at lists.debian.org\fP>.
-
-.SH AUTHOR
-live\-build was written by Daniel Baumann <\fIdaniel at debian.org\fP> for
-the Debian project.
diff --git a/manpages/de/lb_chroot_packagelists.de.1 b/manpages/de/lb_chroot_packagelists.de.1
index e95794e..dabf7e5 100644
--- a/manpages/de/lb_chroot_packagelists.de.1
+++ b/manpages/de/lb_chroot_packagelists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packagelists\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_binary_includes.de.1 b/manpages/de/lb_chroot_packages.de.1
similarity index 79%
copy from manpages/de/lb_binary_includes.de.1
copy to manpages/de/lb_chroot_packages.de.1
index c1f850f..cd4354b 100644
--- a/manpages/de/lb_binary_includes.de.1
+++ b/manpages/de/lb_chroot_packages.de.1
@@ -3,22 +3,22 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_includes\fP \- Complete the binary stage
+\fBlb chroot_packages\fP \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb binary_includes\fP [\fIlive\-build options\fP]
+\fBlb chroot_packages\fP [\fIlive\-build options\fP]
 
 .SH DESCRIPTION
-\fBlb binary_includes\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7),
+\fBlb chroot_packages\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7),
 the Debian Live tool suite.
 .PP
 
 .\" FIXME
 .SH OPTIONS
-\fBlb binary_includes\fP has no specific options but understands all generic
+\fBlb chroot_packages\fP has no specific options but understands all generic
 live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
 live\-build options.
 
diff --git a/manpages/de/lb_chroot_preseed.de.1 b/manpages/de/lb_chroot_preseed.de.1
index e467ff1..d068471 100644
--- a/manpages/de/lb_chroot_preseed.de.1
+++ b/manpages/de/lb_chroot_preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_preseed\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_proc.de.1 b/manpages/de/lb_chroot_proc.de.1
index 9cc7631..55fb705 100644
--- a/manpages/de/lb_chroot_proc.de.1
+++ b/manpages/de/lb_chroot_proc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_proc\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_resolv.de.1 b/manpages/de/lb_chroot_resolv.de.1
index c65f553..9590c68 100644
--- a/manpages/de/lb_chroot_resolv.de.1
+++ b/manpages/de/lb_chroot_resolv.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_resolv\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_selinuxfs.de.1 b/manpages/de/lb_chroot_selinuxfs.de.1
index ffc091b..4727b5b 100644
--- a/manpages/de/lb_chroot_selinuxfs.de.1
+++ b/manpages/de/lb_chroot_selinuxfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_selinuxfs\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sources.de.1 b/manpages/de/lb_chroot_sources.de.1
deleted file mode 100644
index d63c7b9..0000000
--- a/manpages/de/lb_chroot_sources.de.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_sources\fP \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_sources\fP [\fIlive\-build options\fP]
-
-.SH DESCRIPTION
-\fBlb chroot_sources\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7),
-the Debian Live tool suite.
-.PP
-
-.\" FIXME
-.SH OPTIONS
-\fBlb chroot_sources\fP has no specific options but understands all generic
-live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
-live\-build options.
-
-.SH FILES
-.\" FIXME
-.IP \fBn/a\fP 4
-
-.SH "SEE ALSO"
-\fIlive\-build\fP(7)
-.PP
-This program is a part of live\-build.
-
-.SH HOMEPAGE
-More information about live\-build and the Debian Live project can be found
-on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
-<\fIhttp://live.debian.net/manual/\fP>.
-
-.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build package in
-the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
-writing a mail to the Debian Live mailing list at
-<\fIdebian\-live at lists.debian.org\fP>.
-
-.SH AUTHOR
-live\-build was written by Daniel Baumann <\fIdaniel at debian.org\fP> for
-the Debian project.
diff --git a/manpages/de/lb_chroot_sysfs.de.1 b/manpages/de/lb_chroot_sysfs.de.1
index 9157439..af4449f 100644
--- a/manpages/de/lb_chroot_sysfs.de.1
+++ b/manpages/de/lb_chroot_sysfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysfs\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sysv-rc.de.1 b/manpages/de/lb_chroot_sysv-rc.de.1
index a6bbbe7..ba4cc55 100644
--- a/manpages/de/lb_chroot_sysv-rc.de.1
+++ b/manpages/de/lb_chroot_sysv-rc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv\-rc\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_interactive.de.1 b/manpages/de/lb_chroot_task-lists.de.1
similarity index 78%
copy from manpages/de/lb_chroot_interactive.de.1
copy to manpages/de/lb_chroot_task-lists.de.1
index c8d1fc9..a77ace4 100644
--- a/manpages/de/lb_chroot_interactive.de.1
+++ b/manpages/de/lb_chroot_task-lists.de.1
@@ -3,22 +3,22 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
-\fBlb chroot_interactive\fP \- Complete the chroot stage
+\fBlb chroot_task\-lists\fP \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb chroot_interactive\fP [\fIlive\-build options\fP]
+\fBlb chroot_task\-lists\fP [\fIlive\-build options\fP]
 
 .SH DESCRIPTION
-\fBlb chroot_interactive\fP is a low\-level command (plumbing) of
+\fBlb chroot_task\-lists\fP is a low\-level command (plumbing) of
 \fIlive\-build\fP(7), the Debian Live tool suite.
 .PP
 
 .\" FIXME
 .SH OPTIONS
-\fBlb chroot_interactive\fP has no specific options but understands all generic
+\fBlb chroot_task\-lists\fP has no specific options but understands all generic
 live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
 live\-build options.
 
diff --git a/manpages/de/lb_chroot_upstart.de.1 b/manpages/de/lb_chroot_upstart.de.1
index 02ec242..544850c 100644
--- a/manpages/de/lb_chroot_upstart.de.1
+++ b/manpages/de/lb_chroot_upstart.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_upstart\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_clean.de.1 b/manpages/de/lb_clean.de.1
index ff02e3e..d25f38e 100644
--- a/manpages/de/lb_clean.de.1
+++ b/manpages/de/lb_clean.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb clean\fP \- Clean build directory
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1
index 6549a9a..a9f0783 100644
--- a/manpages/de/lb_config.de.1
+++ b/manpages/de/lb_config.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fP \- Create config directory
@@ -206,12 +206,12 @@
 .br
   [\fB\-\-quiet\fP]
 .br
-  [\-r|\fB\-\-repositories \fP\fIREPOSITORY\fP|\fI"REPOSITORIES"\fP]
-.br
   [\fB\-\-root\-command\fP sudo]
 .br
   [\fB\-\-use\-fakeroot\fP true|false]
 .br
+  [\fB\-\-archives\fP \fIARCHIVE\fP|\fI"ARCHIVES"\fP]
+.br
   [\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|\fI"ARCHIVE_AREAS"\fP]
 .br
   [\fB\-\-security\fP true|false]
@@ -695,16 +695,16 @@ defines if a compressed tarball should be created. Disabling this options
 leads to no tarball at all, the plain binary directory is considered the
 output in this case. Default is true.
 .IP "\-p|\fB\-\-package\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4
-defines which lists available in /usr/share/live/build/lists should be
-used. By default, this is set to standard. Note that in case you have local
-package lists, you don't need to list them here. Putting them into
-config/chroot_local\-packagelists is enough (the filename needs to have the
-\&.list suffix though).
+defines which lists available in /usr/share/live/build/package\-lists should
+be used. By default, this is set to standard. Note that in case you have
+local package lists, you don't need to list them here. Putting them into
+config/package\-lists is enough (the filename needs to have the .list suffix
+though).
 .IP \fB\-\-quiet\fP 4
 reduces the verbosity of messages output by \fBlb build\fP.
-.IP "\-r|\fB\-\-repositories\fP \fIREPOSITORY\fP|\(dq\fIREPOSITORIES\fP\(dq" 4
-enables one of available third\-party repository configurations in
-/usr/share/live/build/repositories.
+.IP "\fB\-\-archives\fP \fIARCHIVE\fP|\(dq\fIARCHIVES\fP\(dq" 4
+enables one of available third\-party archive configurations in
+/usr/share/live/build/archives.
 .IP "\fB\-\-root\-command\fP sudo" 4
 controls if live\-build should use sudo internally to build the live
 image. Note that this is not well tested and that you should, when relying
diff --git a/manpages/de/lb_local.de.1 b/manpages/de/lb_local.de.1
index ad41872..d1e017c 100644
--- a/manpages/de/lb_local.de.1
+++ b/manpages/de/lb_local.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb local\fP \- wrapper for local live\-build programs
diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1
index 4fcdbf2..c3ba6d4 100644
--- a/manpages/de/lb_source.de.1
+++ b/manpages/de/lb_source.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_checksums.de.1 b/manpages/de/lb_source_checksums.de.1
index c992f9f..762c8b1 100644
--- a/manpages/de/lb_source_checksums.de.1
+++ b/manpages/de/lb_source_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_checksums\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_debian-live.de.1 b/manpages/de/lb_source_debian-live.de.1
index 9874def..e507571 100644
--- a/manpages/de/lb_source_debian-live.de.1
+++ b/manpages/de/lb_source_debian-live.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\-live\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_debian.de.1 b/manpages/de/lb_source_debian.de.1
index a5f788f..11ef0c2 100644
--- a/manpages/de/lb_source_debian.de.1
+++ b/manpages/de/lb_source_debian.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_disk.de.1 b/manpages/de/lb_source_disk.de.1
index 349020d..b3d2088 100644
--- a/manpages/de/lb_source_disk.de.1
+++ b/manpages/de/lb_source_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_disk\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_iso.de.1 b/manpages/de/lb_source_iso.de.1
index 71580b7..2f029cf 100644
--- a/manpages/de/lb_source_iso.de.1
+++ b/manpages/de/lb_source_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_iso\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_net.de.1 b/manpages/de/lb_source_net.de.1
index 4b87a61..e337b7a 100644
--- a/manpages/de/lb_source_net.de.1
+++ b/manpages/de/lb_source_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_net\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_tar.de.1 b/manpages/de/lb_source_tar.de.1
index b1e5f8a..c5b081f 100644
--- a/manpages/de/lb_source_tar.de.1
+++ b/manpages/de/lb_source_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_tar\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_usb.de.1 b/manpages/de/lb_source_usb.de.1
index 5069f61..954af43 100644
--- a/manpages/de/lb_source_usb.de.1
+++ b/manpages/de/lb_source_usb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_usb\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_virtual-hdd.de.1 b/manpages/de/lb_source_virtual-hdd.de.1
index 596a65a..11f9e4d 100644
--- a/manpages/de/lb_source_virtual-hdd.de.1
+++ b/manpages/de/lb_source_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_virtual\-hdd\fP \- Complete the source stage
diff --git a/manpages/de/lb_testroot.de.1 b/manpages/de/lb_testroot.de.1
index f68ce7d..0ef475b 100644
--- a/manpages/de/lb_testroot.de.1
+++ b/manpages/de/lb_testroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb testroot\fP \- Ensure that a system is built as root
diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7
index 75b50f4..aa6568e 100644
--- a/manpages/de/live-build.de.7
+++ b/manpages/de/live-build.de.7
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 7 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 7 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlive\-build\fP \- the Debian Live tool suite
@@ -142,8 +142,8 @@ manage /etc/kernel\-img.conf
 execute local hooks in chroot
 .IP \fBlb_chroot_local\-includes\fP(1) 4
 copy local files into chroot
-.IP \fBlb_chroot_local\-packages\fP(1) 4
-queue install of local packages into chroot
+.IP \fBlb_chroot_packages\fP(1) 4
+queue install of packages into chroot
 .IP \fBlb_chroot_local\-patches\fP(1) 4
 apply local patches against chroot
 .IP \fBlb_chroot_local\-preseed\fP(1) 4
@@ -158,14 +158,14 @@ mount /proc
 manage /etc/resolv.conf
 .IP \fBlb_chroot_selinuxfs\fP(1) 4
 mount /selinux
-.IP \fBlb_chroot_sources\fP(1) 4
+.IP \fBlb_chroot_archives\fP(1) 4
 manage /etc/apt/sources.list
 .IP \fBlb_chroot_sysfs\fP(1) 4
 mount /sys
 .IP \fBlb_chroot_sysv\-rc\fP(1) 4
 manage /usr/sbin/policy\-rc.d
-.IP \fBlb_chroot_local\-tasklists\fP(1) 4
-install local task lists into chroot
+.IP \fBlb_chroot_task\-lists\fP(1) 4
+install task lists into chroot
 .SS "Binary commands"
 .IP \fBlb_binary_chroot\fP(1) 4
 copy chroot into chroot
diff --git a/manpages/en/lb.1 b/manpages/en/lb.1
index e5baf39..3dec3f9 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb\fR \- wrapper for live\-build programs
diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1
index f7ef680..676d12d 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_checksums.1 b/manpages/en/lb_binary_checksums.1
index a0467ba..ecd8f8a 100644
--- a/manpages/en/lb_binary_checksums.1
+++ b/manpages/en/lb_binary_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_checksums\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_chroot.1 b/manpages/en/lb_binary_chroot.1
index c2cb2dd..6e8c0a2 100644
--- a/manpages/en/lb_binary_chroot.1
+++ b/manpages/en/lb_binary_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_chroot\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_debian-installer.1 b/manpages/en/lb_binary_debian-installer.1
index 3c06861..3bfd670 100644
--- a/manpages/en/lb_binary_debian-installer.1
+++ b/manpages/en/lb_binary_debian-installer.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_debian\-installer\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_disk.1 b/manpages/en/lb_binary_disk.1
index 46e094e..87f980f 100644
--- a/manpages/en/lb_binary_disk.1
+++ b/manpages/en/lb_binary_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub.1 b/manpages/en/lb_binary_grub.1
index 3e41832..8d0330f 100644
--- a/manpages/en/lb_binary_grub.1
+++ b/manpages/en/lb_binary_grub.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub2.1 b/manpages/en/lb_binary_grub2.1
index 411fff5..2b85093 100644
--- a/manpages/en/lb_binary_grub2.1
+++ b/manpages/en/lb_binary_grub2.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_grub2\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_includes.1 b/manpages/en/lb_binary_includes.1
index 6f90228..7645525 100644
--- a/manpages/en/lb_binary_includes.1
+++ b/manpages/en/lb_binary_includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_iso.1 b/manpages/en/lb_binary_iso.1
index d21c2b2..2bae787 100644
--- a/manpages/en/lb_binary_iso.1
+++ b/manpages/en/lb_binary_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_iso\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_linux-image.1 b/manpages/en/lb_binary_linux-image.1
index 843b6cd..a418aad 100644
--- a/manpages/en/lb_binary_linux-image.1
+++ b/manpages/en/lb_binary_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_linux\-image\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-hooks.1 b/manpages/en/lb_binary_local-hooks.1
index 6cf062d..262951f 100644
--- a/manpages/en/lb_binary_local-hooks.1
+++ b/manpages/en/lb_binary_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-hooks\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-includes.1 b/manpages/en/lb_binary_local-includes.1
index 0519bff..5886ca2 100644
--- a/manpages/en/lb_binary_local-includes.1
+++ b/manpages/en/lb_binary_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-packagelists.1 b/manpages/en/lb_binary_local-packagelists.1
index 9adda96..326c7ae 100644
--- a/manpages/en/lb_binary_local-packagelists.1
+++ b/manpages/en/lb_binary_local-packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local-packagelists\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_manifest.1 b/manpages/en/lb_binary_manifest.1
index c4565b6..fb4ff0f 100644
--- a/manpages/en/lb_binary_manifest.1
+++ b/manpages/en/lb_binary_manifest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_manifest\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_memtest.1 b/manpages/en/lb_binary_memtest.1
index 4d16b65..dada871 100644
--- a/manpages/en/lb_binary_memtest.1
+++ b/manpages/en/lb_binary_memtest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_memtest\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_net.1 b/manpages/en/lb_binary_net.1
index 5a8e41a..775540b 100644
--- a/manpages/en/lb_binary_net.1
+++ b/manpages/en/lb_binary_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_net\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_rootfs.1 b/manpages/en/lb_binary_rootfs.1
index 3bbb81d..f08267c 100644
--- a/manpages/en/lb_binary_rootfs.1
+++ b/manpages/en/lb_binary_rootfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_rootfs\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_silo.1 b/manpages/en/lb_binary_silo.1
index 7957bde..07c7e2c 100644
--- a/manpages/en/lb_binary_silo.1
+++ b/manpages/en/lb_binary_silo.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_silo\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_syslinux.1 b/manpages/en/lb_binary_syslinux.1
index 46e6700..a528565 100644
--- a/manpages/en/lb_binary_syslinux.1
+++ b/manpages/en/lb_binary_syslinux.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_syslinux\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_tar.1 b/manpages/en/lb_binary_tar.1
index 6143165..8e545df 100644
--- a/manpages/en/lb_binary_tar.1
+++ b/manpages/en/lb_binary_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_tar\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_usb.1 b/manpages/en/lb_binary_usb.1
index 945f55f..321f941 100644
--- a/manpages/en/lb_binary_usb.1
+++ b/manpages/en/lb_binary_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_usb\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_virtual-hdd.1 b/manpages/en/lb_binary_virtual-hdd.1
index dfb5ff3..f12d8dc 100644
--- a/manpages/en/lb_binary_virtual-hdd.1
+++ b/manpages/en/lb_binary_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_virtual\-hdd\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_win32-loader.1 b/manpages/en/lb_binary_win32-loader.1
index 100c3dc..44d11ba 100644
--- a/manpages/en/lb_binary_win32-loader.1
+++ b/manpages/en/lb_binary_win32-loader.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_win32\-loader\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_yaboot.1 b/manpages/en/lb_binary_yaboot.1
index 47f1fb6..dc321a8 100644
--- a/manpages/en/lb_binary_yaboot.1
+++ b/manpages/en/lb_binary_yaboot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_yaboot\fR \- Complete the binary stage
diff --git a/manpages/en/lb_bootstrap.1 b/manpages/en/lb_bootstrap.1
index 68e0a5b..496e217 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_cache.1 b/manpages/en/lb_bootstrap_cache.1
index fe6f93e..8f9eb60 100644
--- a/manpages/en/lb_bootstrap_cache.1
+++ b/manpages/en/lb_bootstrap_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cache\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_cdebootstrap.1 b/manpages/en/lb_bootstrap_cdebootstrap.1
index e41fd48..e6b3606 100644
--- a/manpages/en/lb_bootstrap_cdebootstrap.1
+++ b/manpages/en/lb_bootstrap_cdebootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_cdebootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_copy.1 b/manpages/en/lb_bootstrap_copy.1
index 75a42a3..b3adfd9 100644
--- a/manpages/en/lb_bootstrap_copy.1
+++ b/manpages/en/lb_bootstrap_copy.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_copy\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_debootstrap.1 b/manpages/en/lb_bootstrap_debootstrap.1
index 6ef7a9a..c6117dc 100644
--- a/manpages/en/lb_bootstrap_debootstrap.1
+++ b/manpages/en/lb_bootstrap_debootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb bootstrap_debootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_build.1 b/manpages/en/lb_build.1
index 6a650c0..53b348f 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
diff --git a/manpages/en/lb_chroot.1 b/manpages/en/lb_chroot.1
index 79f6473..8f7a0d8 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_apt.1 b/manpages/en/lb_chroot_apt.1
index e238d88..47c1d60 100644
--- a/manpages/en/lb_chroot_apt.1
+++ b/manpages/en/lb_chroot_apt.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_apt\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_binary_includes.1 b/manpages/en/lb_chroot_archives.1
similarity index 75%
copy from manpages/en/lb_binary_includes.1
copy to manpages/en/lb_chroot_archives.1
index 6f90228..920fc41 100644
--- a/manpages/en/lb_binary_includes.1
+++ b/manpages/en/lb_chroot_archives.1
@@ -1,18 +1,18 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_includes\fR \- Complete the binary stage
+\fBlb chroot_archives\fR \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb binary_includes\fR [\fIlive\-build options\fR]
+\fBlb chroot_archives\fR [\fIlive\-build options\fR]
 
 .SH DESCRIPTION
-\fBlb binary_includes\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
+\fBlb chroot_archives\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
 .PP
 .\" FIXME
 
 .SH OPTIONS
-\fBlb binary_includes\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
+\fBlb chroot_archives\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
 
 .SH FILES
 .\" FIXME
diff --git a/manpages/en/lb_chroot_cache.1 b/manpages/en/lb_chroot_cache.1
index d98117e..3a27731 100644
--- a/manpages/en/lb_chroot_cache.1
+++ b/manpages/en/lb_chroot_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_cache\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_debianchroot.1 b/manpages/en/lb_chroot_debianchroot.1
index 7690ade..bb56850 100644
--- a/manpages/en/lb_chroot_debianchroot.1
+++ b/manpages/en/lb_chroot_debianchroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_debianchroot\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_devpts.1 b/manpages/en/lb_chroot_devpts.1
index 948e422..8465f4c 100644
--- a/manpages/en/lb_chroot_devpts.1
+++ b/manpages/en/lb_chroot_devpts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_devpts\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_dpkg.1 b/manpages/en/lb_chroot_dpkg.1
index 8919230..662c168 100644
--- a/manpages/en/lb_chroot_dpkg.1
+++ b/manpages/en/lb_chroot_dpkg.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_dpkg\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hacks.1 b/manpages/en/lb_chroot_hacks.1
index 0d62b4f..0ca6964 100644
--- a/manpages/en/lb_chroot_hacks.1
+++ b/manpages/en/lb_chroot_hacks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hacks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hostname.1 b/manpages/en/lb_chroot_hostname.1
index bd47664..106ab3d 100644
--- a/manpages/en/lb_chroot_hostname.1
+++ b/manpages/en/lb_chroot_hostname.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hostname\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hosts.1 b/manpages/en/lb_chroot_hosts.1
index 1a2f34c..6a54a20 100644
--- a/manpages/en/lb_chroot_hosts.1
+++ b/manpages/en/lb_chroot_hosts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hosts\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_install-packages.1 b/manpages/en/lb_chroot_install-packages.1
index 30cfa7b..73accda 100644
--- a/manpages/en/lb_chroot_install-packages.1
+++ b/manpages/en/lb_chroot_install-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_install\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_interactive.1 b/manpages/en/lb_chroot_interactive.1
index cf0ad65..a29a0c4 100644
--- a/manpages/en/lb_chroot_interactive.1
+++ b/manpages/en/lb_chroot_interactive.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_interactive\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_linux-image.1 b/manpages/en/lb_chroot_linux-image.1
index 2565b92..9a3c749 100644
--- a/manpages/en/lb_chroot_linux-image.1
+++ b/manpages/en/lb_chroot_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_linux\-image\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-hooks.1 b/manpages/en/lb_chroot_local-hooks.1
index 7640280..bd773bc 100644
--- a/manpages/en/lb_chroot_local-hooks.1
+++ b/manpages/en/lb_chroot_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-hooks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-includes.1 b/manpages/en/lb_chroot_local-includes.1
index ade3559..4feba28 100644
--- a/manpages/en/lb_chroot_local-includes.1
+++ b/manpages/en/lb_chroot_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packagelists.1 b/manpages/en/lb_chroot_local-packagelists.1
index b1e997d..f5a6373 100644
--- a/manpages/en/lb_chroot_local-packagelists.1
+++ b/manpages/en/lb_chroot_local-packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packagelists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packages.1 b/manpages/en/lb_chroot_local-packages.1
deleted file mode 100644
index d25cb33..0000000
--- a/manpages/en/lb_chroot_local-packages.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_local\-packages\fR \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_local\-packages\fR [\fIlive\-build options\fR]
-
-.SH DESCRIPTION
-\fBlb chroot_local\-packages\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
-.PP
-.\" FIXME
-
-.SH OPTIONS
-\fBlb chroot_local\-packages\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
-
-.SH FILES
-.\" FIXME
-.IP "\fBn/a\fR" 4
-
-.SH SEE ALSO
-\fIlive\-build\fR(7)
-.PP
-This program is a part of live\-build.
-
-.SH HOMEPAGE
-More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
-
-.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live at lists.debian.org\fR>.
-
-.SH AUTHOR
-live\-build was written by Daniel Baumann <\fIdaniel at debian.org\fR> for the Debian project.
diff --git a/manpages/en/lb_chroot_local-patches.1 b/manpages/en/lb_chroot_local-patches.1
index 731da53..05c6dcd 100644
--- a/manpages/en/lb_chroot_local-patches.1
+++ b/manpages/en/lb_chroot_local-patches.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-patches\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-preseed.1 b/manpages/en/lb_chroot_local-preseed.1
index 92b7d0e..76c40ce 100644
--- a/manpages/en/lb_chroot_local-preseed.1
+++ b/manpages/en/lb_chroot_local-preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-tasklists.1 b/manpages/en/lb_chroot_local-tasklists.1
deleted file mode 100644
index 1cc7fbc..0000000
--- a/manpages/en/lb_chroot_local-tasklists.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_local\-tasklists\fR \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_local\-tasklists\fR [\fIlive\-build options\fR]
-
-.SH DESCRIPTION
-\fBlb chroot_local\-tasklists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
-.PP
-.\" FIXME
-
-.SH OPTIONS
-\fBlb chroot_local\-tasklists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
-
-.SH FILES
-.\" FIXME
-.IP "\fBn/a\fR" 4
-
-.SH SEE ALSO
-\fIlive\-build\fR(7)
-.PP
-This program is a part of live\-build.
-
-.SH HOMEPAGE
-More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
-
-.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live at lists.debian.org\fR>.
-
-.SH AUTHOR
-live\-build was written by Daniel Baumann <\fIdaniel at debian.org\fR> for the Debian project.
diff --git a/manpages/en/lb_chroot_packagelists.1 b/manpages/en/lb_chroot_packagelists.1
index 2ac047a..6d0b2e3 100644
--- a/manpages/en/lb_chroot_packagelists.1
+++ b/manpages/en/lb_chroot_packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packagelists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_binary_includes.1 b/manpages/en/lb_chroot_packages.1
similarity index 75%
copy from manpages/en/lb_binary_includes.1
copy to manpages/en/lb_chroot_packages.1
index 6f90228..d1d95fe 100644
--- a/manpages/en/lb_binary_includes.1
+++ b/manpages/en/lb_chroot_packages.1
@@ -1,18 +1,18 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_includes\fR \- Complete the binary stage
+\fBlb chroot_packages\fR \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb binary_includes\fR [\fIlive\-build options\fR]
+\fBlb chroot_packages\fR [\fIlive\-build options\fR]
 
 .SH DESCRIPTION
-\fBlb binary_includes\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
+\fBlb chroot_packages\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
 .PP
 .\" FIXME
 
 .SH OPTIONS
-\fBlb binary_includes\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
+\fBlb chroot_packages\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
 
 .SH FILES
 .\" FIXME
diff --git a/manpages/en/lb_chroot_preseed.1 b/manpages/en/lb_chroot_preseed.1
index 144bd6e..d240122 100644
--- a/manpages/en/lb_chroot_preseed.1
+++ b/manpages/en/lb_chroot_preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_proc.1 b/manpages/en/lb_chroot_proc.1
index 2a4f6d3..6c9c676 100644
--- a/manpages/en/lb_chroot_proc.1
+++ b/manpages/en/lb_chroot_proc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_proc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_resolv.1 b/manpages/en/lb_chroot_resolv.1
index 175f293..05cdf0a 100644
--- a/manpages/en/lb_chroot_resolv.1
+++ b/manpages/en/lb_chroot_resolv.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_resolv\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_selinuxfs.1 b/manpages/en/lb_chroot_selinuxfs.1
index ba07bf9..bf306d8 100644
--- a/manpages/en/lb_chroot_selinuxfs.1
+++ b/manpages/en/lb_chroot_selinuxfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_selinuxfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sources.1 b/manpages/en/lb_chroot_sources.1
deleted file mode 100644
index 49e447a..0000000
--- a/manpages/en/lb_chroot_sources.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_sources\fR \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_sources\fR [\fIlive\-build options\fR]
-
-.SH DESCRIPTION
-\fBlb chroot_sources\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
-.PP
-.\" FIXME
-
-.SH OPTIONS
-\fBlb chroot_sources\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
-
-.SH FILES
-.\" FIXME
-.IP "\fBn/a\fR" 4
-
-.SH SEE ALSO
-\fIlive\-build\fR(7)
-.PP
-This program is a part of live\-build.
-
-.SH HOMEPAGE
-More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
-
-.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live at lists.debian.org\fR>.
-
-.SH AUTHOR
-live\-build was written by Daniel Baumann <\fIdaniel at debian.org\fR> for the Debian project.
diff --git a/manpages/en/lb_chroot_sysfs.1 b/manpages/en/lb_chroot_sysfs.1
index 85f0de1..683347d 100644
--- a/manpages/en/lb_chroot_sysfs.1
+++ b/manpages/en/lb_chroot_sysfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysv-rc.1 b/manpages/en/lb_chroot_sysv-rc.1
index 8c4bb4c..4be2038 100644
--- a/manpages/en/lb_chroot_sysv-rc.1
+++ b/manpages/en/lb_chroot_sysv-rc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv-rc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_interactive.1 b/manpages/en/lb_chroot_task-lists.1
similarity index 75%
copy from manpages/en/lb_chroot_interactive.1
copy to manpages/en/lb_chroot_task-lists.1
index cf0ad65..4aecdc8 100644
--- a/manpages/en/lb_chroot_interactive.1
+++ b/manpages/en/lb_chroot_task-lists.1
@@ -1,18 +1,18 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
-\fBlb chroot_interactive\fR \- Complete the chroot stage
+\fBlb chroot_task\-lists\fR \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb chroot_interactive\fR [\fIlive\-build options\fR]
+\fBlb chroot_task\-lists\fR [\fIlive\-build options\fR]
 
 .SH DESCRIPTION
-\fBlb chroot_interactive\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
+\fBlb chroot_task\-lists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
 .PP
 .\" FIXME
 
 .SH OPTIONS
-\fBlb chroot_interactive\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
+\fBlb chroot_task\-lists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
 
 .SH FILES
 .\" FIXME
diff --git a/manpages/en/lb_chroot_upstart.1 b/manpages/en/lb_chroot_upstart.1
index 35a7606..59035ab 100644
--- a/manpages/en/lb_chroot_upstart.1
+++ b/manpages/en/lb_chroot_upstart.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_upstart\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1
index b474b39..ada4d0a 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb clean\fR \- Clean build directory
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index 152ac0d..5c96a28 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fR \- Create config directory
@@ -201,12 +201,12 @@
 .br
 	[\fB\-\-quiet\fR]
 .br
-	[\-r|\fB\-\-repositories \fIREPOSITORY\fR|\fI"REPOSITORIES"\fR]
-.br
 	[\fB\-\-root-command\fR sudo]
 .br
 	[\fB\-\-use-fakeroot\fR true|false]
 .br
+	[\fB\-\-archives\fR \fIARCHIVE\fR|\fI"ARCHIVES"\fR]
+.br
 	[\fB\-\-archive\-areas\fR \fIARCHIVE_AREA\fR|\fI"ARCHIVE_AREAS"\fR]
 .br
 	[\fB\-\-security\fR true|false]
@@ -447,11 +447,11 @@ sets the IP or hostname that will be configured in the bootloader configuration
 .IP "\fB\-\-net\-tarball\fR true|false" 4
 defines if a compressed tarball should be created. Disabling this options leads to no tarball at all, the plain binary directory is considered the output in this case. Default is true.
 .IP "\-p|\fB\-\-package\-lists\fR \fILIST\fR|""\fILISTS\fR""" 4
-defines which lists available in /usr/share/live/build/lists should be used. By default, this is set to standard. Note that in case you have local package lists, you don't need to list them here. Putting them into config/chroot_local-packagelists is enough (the filename needs to have the .list suffix though).
+defines which lists available in /usr/share/live/build/package-lists should be used. By default, this is set to standard. Note that in case you have local package lists, you don't need to list them here. Putting them into config/package-lists is enough (the filename needs to have the .list suffix though).
 .IP "\fB\-\-quiet\fR" 4
 reduces the verbosity of messages output by \fBlb build\fR.
-.IP "-r|\fB\-\-repositories\fR \fIREPOSITORY\fR|""\fIREPOSITORIES\fR""" 4
-enables one of available third-party repository configurations in /usr/share/live/build/repositories.
+.IP "\fB\-\-archives\fR \fIARCHIVE\fR|""\fIARCHIVES\fR""" 4
+enables one of available third-party archive configurations in /usr/share/live/build/archives.
 .IP "\fB\-\-root-command\fR sudo" 4
 controls if live\-build should use sudo internally to build the live image. Note that this is not well tested and that you should, when relying on sudo, call the individual live\-build command with sudo itself.
 .IP "\fB\-\-use-fakeroot\fR true|false" 4
diff --git a/manpages/en/lb_local.1 b/manpages/en/lb_local.1
index d43fbcc..3da527c 100644
--- a/manpages/en/lb_local.1
+++ b/manpages/en/lb_local.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb local\fR \- wrapper for local live\-build programs
diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1
index ee4e1df..ecde722 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_checksums.1 b/manpages/en/lb_source_checksums.1
index b351c60..02842b9 100644
--- a/manpages/en/lb_source_checksums.1
+++ b/manpages/en/lb_source_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_checksums\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_debian-live.1 b/manpages/en/lb_source_debian-live.1
index 785d146..3543166 100644
--- a/manpages/en/lb_source_debian-live.1
+++ b/manpages/en/lb_source_debian-live.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\-live\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_debian.1 b/manpages/en/lb_source_debian.1
index 890fcd3..eaa8cd6 100644
--- a/manpages/en/lb_source_debian.1
+++ b/manpages/en/lb_source_debian.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_debian\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_disk.1 b/manpages/en/lb_source_disk.1
index 014c928..0547c04 100644
--- a/manpages/en/lb_source_disk.1
+++ b/manpages/en/lb_source_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_disk\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_iso.1 b/manpages/en/lb_source_iso.1
index 3ed2347..cda6a81 100644
--- a/manpages/en/lb_source_iso.1
+++ b/manpages/en/lb_source_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_iso\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_net.1 b/manpages/en/lb_source_net.1
index 2199b20..f6dc64c 100644
--- a/manpages/en/lb_source_net.1
+++ b/manpages/en/lb_source_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_net\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_tar.1 b/manpages/en/lb_source_tar.1
index efa858f..5b87761 100644
--- a/manpages/en/lb_source_tar.1
+++ b/manpages/en/lb_source_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_tar\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_usb.1 b/manpages/en/lb_source_usb.1
index fe7b90a..f671a52 100644
--- a/manpages/en/lb_source_usb.1
+++ b/manpages/en/lb_source_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_usb\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_virtual-hdd.1 b/manpages/en/lb_source_virtual-hdd.1
index 13791d4..4380a81 100644
--- a/manpages/en/lb_source_virtual-hdd.1
+++ b/manpages/en/lb_source_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb source_virtual\-hdd\fR \- Complete the source stage
diff --git a/manpages/en/lb_testroot.1 b/manpages/en/lb_testroot.1
index fd91d98..879d8a6 100644
--- a/manpages/en/lb_testroot.1
+++ b/manpages/en/lb_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlb testroot\fR \- Ensure that a system is built as root
diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7
index 32dca37..c4c4eba 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 7 2011\-06\-13 3.0~a21 "Debian Live Project"
+.TH LIVE\-BUILD 7 2011\-06\-29 3.0~a22 "Debian Live Project"
 
 .SH NAME
 \fBlive\-build\fR \- the Debian Live tool suite
@@ -119,8 +119,8 @@ manage /etc/kernel\-img.conf
 execute local hooks in chroot
 .IP "\fBlb_chroot_local\-includes\fR(1)" 4
 copy local files into chroot
-.IP "\fBlb_chroot_local\-packages\fR(1)" 4
-queue install of local packages into chroot
+.IP "\fBlb_chroot_packages\fR(1)" 4
+queue install of packages into chroot
 .IP "\fBlb_chroot_local\-patches\fR(1)" 4
 apply local patches against chroot
 .IP "\fBlb_chroot_local\-preseed\fR(1)" 4
@@ -135,14 +135,14 @@ mount /proc
 manage /etc/resolv.conf
 .IP "\fBlb_chroot_selinuxfs\fR(1)" 4
 mount /selinux
-.IP "\fBlb_chroot_sources\fR(1)" 4
+.IP "\fBlb_chroot_archives\fR(1)" 4
 manage /etc/apt/sources.list
 .IP "\fBlb_chroot_sysfs\fR(1)" 4
 mount /sys
 .IP "\fBlb_chroot_sysv\-rc\fR(1)" 4
 manage /usr/sbin/policy\-rc.d
-.IP "\fBlb_chroot_local\-tasklists\fR(1)" 4
-install local task lists into chroot
+.IP "\fBlb_chroot_task\-lists\fR(1)" 4
+install task lists into chroot
 .SS Binary commands
 .IP "\fBlb_binary_chroot\fR(1)" 4
 copy chroot into chroot
diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po
index 4e2cda1..49c8ae6 100644
--- a/manpages/po/de/lb.1.po
+++ b/manpages/po/de/lb.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -199,19 +204,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -242,19 +248,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -283,19 +290,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -326,19 +333,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -368,19 +375,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -403,19 +410,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -437,19 +444,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -471,19 +478,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -543,19 +550,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -578,19 +585,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -616,19 +623,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -651,19 +658,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index 4d19805..df6b59f 100644
--- a/manpages/po/de/lb_binary.1.po
+++ b/manpages/po/de/lb_binary.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po
index 6ec0fbc..73fecb5 100644
--- a/manpages/po/de/lb_binary_checksums.1.po
+++ b/manpages/po/de/lb_binary_checksums.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -675,18 +682,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po
index dbb1240..b728c82 100644
--- a/manpages/po/de/lb_binary_chroot.1.po
+++ b/manpages/po/de/lb_binary_chroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_debian-installer.1.po b/manpages/po/de/lb_binary_debian-installer.1.po
index d8d3168..96ce1eb 100644
--- a/manpages/po/de/lb_binary_debian-installer.1.po
+++ b/manpages/po/de/lb_binary_debian-installer.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po
index 1937dd4..73782c9 100644
--- a/manpages/po/de/lb_binary_disk.1.po
+++ b/manpages/po/de/lb_binary_disk.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po
index f369aca..61ddbaf 100644
--- a/manpages/po/de/lb_binary_grub.1.po
+++ b/manpages/po/de/lb_binary_grub.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po
index 820111c..b8abd38 100644
--- a/manpages/po/de/lb_binary_grub2.1.po
+++ b/manpages/po/de/lb_binary_grub2.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po
index 14769b2..7d5ab66 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_binary_includes.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po
index d8f2c7a..8c7861d 100644
--- a/manpages/po/de/lb_binary_iso.1.po
+++ b/manpages/po/de/lb_binary_iso.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_linux-image.1.po b/manpages/po/de/lb_binary_linux-image.1.po
index 40ce7c8..e2fa51f 100644
--- a/manpages/po/de/lb_binary_linux-image.1.po
+++ b/manpages/po/de/lb_binary_linux-image.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_local-hooks.1.po b/manpages/po/de/lb_binary_local-hooks.1.po
index a0b5636..fbf0fe6 100644
--- a/manpages/po/de/lb_binary_local-hooks.1.po
+++ b/manpages/po/de/lb_binary_local-hooks.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_binary_local-includes.1.po
index 5bd3bf7..487590f 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_binary_local-includes.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_local-packagelists.1.po b/manpages/po/de/lb_binary_local-packagelists.1.po
index 8127581..e3519a3 100644
--- a/manpages/po/de/lb_binary_local-packagelists.1.po
+++ b/manpages/po/de/lb_binary_local-packagelists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po
index f7d180d..cb603db 100644
--- a/manpages/po/de/lb_binary_manifest.1.po
+++ b/manpages/po/de/lb_binary_manifest.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po
index 18bc310..86be406 100644
--- a/manpages/po/de/lb_binary_memtest.1.po
+++ b/manpages/po/de/lb_binary_memtest.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po
index 388b49c..c8e4f16 100644
--- a/manpages/po/de/lb_binary_net.1.po
+++ b/manpages/po/de/lb_binary_net.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po
index 0308f05..a4c122c 100644
--- a/manpages/po/de/lb_binary_rootfs.1.po
+++ b/manpages/po/de/lb_binary_rootfs.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po
index 8cc9cc8..83712d9 100644
--- a/manpages/po/de/lb_binary_silo.1.po
+++ b/manpages/po/de/lb_binary_silo.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po
index 00a8a3b..d5ddc67 100644
--- a/manpages/po/de/lb_binary_syslinux.1.po
+++ b/manpages/po/de/lb_binary_syslinux.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po
index a03f44a..eb2b48e 100644
--- a/manpages/po/de/lb_binary_tar.1.po
+++ b/manpages/po/de/lb_binary_tar.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po
index 8d94c01..8139b23 100644
--- a/manpages/po/de/lb_binary_usb.1.po
+++ b/manpages/po/de/lb_binary_usb.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_virtual-hdd.1.po b/manpages/po/de/lb_binary_virtual-hdd.1.po
index f1d4481..93a7ac7 100644
--- a/manpages/po/de/lb_binary_virtual-hdd.1.po
+++ b/manpages/po/de/lb_binary_virtual-hdd.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_win32-loader.1.po b/manpages/po/de/lb_binary_win32-loader.1.po
index 92a945b..e77e235 100644
--- a/manpages/po/de/lb_binary_win32-loader.1.po
+++ b/manpages/po/de/lb_binary_win32-loader.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po
index 21c5c8f..b7a64b1 100644
--- a/manpages/po/de/lb_binary_yaboot.1.po
+++ b/manpages/po/de/lb_binary_yaboot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
index 50bb192..de7a2e1 100644
--- a/manpages/po/de/lb_bootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po
index f9d02c0..8d0f21a 100644
--- a/manpages/po/de/lb_bootstrap_cache.1.po
+++ b/manpages/po/de/lb_bootstrap_cache.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
index 85798ab..657a6ac 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po
index c7a3c1b..14407b2 100644
--- a/manpages/po/de/lb_bootstrap_copy.1.po
+++ b/manpages/po/de/lb_bootstrap_copy.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po
index 7c7c33f..0c219d6 100644
--- a/manpages/po/de/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
index db551fa..78cd6a3 100644
--- a/manpages/po/de/lb_build.1.po
+++ b/manpages/po/de/lb_build.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index 40d831c..d27965b 100644
--- a/manpages/po/de/lb_chroot.1.po
+++ b/manpages/po/de/lb_chroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po
index 675ff14..ab62956 100644
--- a/manpages/po/de/lb_chroot_apt.1.po
+++ b/manpages/po/de/lb_chroot_apt.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_chroot_archives.1.po
similarity index 70%
copy from manpages/po/de/lb_binary_includes.1.po
copy to manpages/po/de/lb_chroot_archives.1.po
index 14769b2..dc51d2a 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_chroot_archives.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
@@ -671,26 +678,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:5
-msgid "B<lb binary_includes> - Complete the binary stage"
+#: en/lb_chroot_archives.1:5
+msgid "B<lb chroot_archives> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:8
-msgid "B<lb binary_includes> [I<live-build options>]"
+#: en/lb_chroot_archives.1:8
+msgid "B<lb chroot_archives> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:11
+#: en/lb_chroot_archives.1:11
 msgid ""
-"B<lb binary_includes> is a low-level command (plumbing) of I<live-build>(7), "
+"B<lb chroot_archives> is a low-level command (plumbing) of I<live-build>(7), "
 "the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:16
+#: en/lb_chroot_archives.1:16
 msgid ""
-"B<lb binary_includes> has no specific options but understands all generic "
+"B<lb chroot_archives> has no specific options but understands all generic "
 "live-build options. See I<live-build>(7) for a complete list of all generic "
 "live-build options."
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po
index 159c889..3a5698e 100644
--- a/manpages/po/de/lb_chroot_cache.1.po
+++ b/manpages/po/de/lb_chroot_cache.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po
index a3b7313..d607ef5 100644
--- a/manpages/po/de/lb_chroot_debianchroot.1.po
+++ b/manpages/po/de/lb_chroot_debianchroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po
index 7d9d561..2e95660 100644
--- a/manpages/po/de/lb_chroot_devpts.1.po
+++ b/manpages/po/de/lb_chroot_devpts.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po
index 595623b..a6c6322 100644
--- a/manpages/po/de/lb_chroot_dpkg.1.po
+++ b/manpages/po/de/lb_chroot_dpkg.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po
index 5f311fa..a255783 100644
--- a/manpages/po/de/lb_chroot_hacks.1.po
+++ b/manpages/po/de/lb_chroot_hacks.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po
index 74fbe83..ae4acb0 100644
--- a/manpages/po/de/lb_chroot_hostname.1.po
+++ b/manpages/po/de/lb_chroot_hostname.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po
index 9fe3e2f..ea987c1 100644
--- a/manpages/po/de/lb_chroot_hosts.1.po
+++ b/manpages/po/de/lb_chroot_hosts.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_install-packages.1.po b/manpages/po/de/lb_chroot_install-packages.1.po
index 0f255cf..0f81ccc 100644
--- a/manpages/po/de/lb_chroot_install-packages.1.po
+++ b/manpages/po/de/lb_chroot_install-packages.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po
index 6ff04b6..a54f8d3 100644
--- a/manpages/po/de/lb_chroot_interactive.1.po
+++ b/manpages/po/de/lb_chroot_interactive.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_linux-image.1.po b/manpages/po/de/lb_chroot_linux-image.1.po
index 430d245..57a1e1d 100644
--- a/manpages/po/de/lb_chroot_linux-image.1.po
+++ b/manpages/po/de/lb_chroot_linux-image.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-hooks.1.po b/manpages/po/de/lb_chroot_local-hooks.1.po
index ab87649..efbf6a6 100644
--- a/manpages/po/de/lb_chroot_local-hooks.1.po
+++ b/manpages/po/de/lb_chroot_local-hooks.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-includes.1.po b/manpages/po/de/lb_chroot_local-includes.1.po
index e9870cb..f385067 100644
--- a/manpages/po/de/lb_chroot_local-includes.1.po
+++ b/manpages/po/de/lb_chroot_local-includes.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-packagelists.1.po b/manpages/po/de/lb_chroot_local-packagelists.1.po
index 81542cd..f3c3638 100644
--- a/manpages/po/de/lb_chroot_local-packagelists.1.po
+++ b/manpages/po/de/lb_chroot_local-packagelists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-packages.1.po b/manpages/po/de/lb_chroot_local-packages.1.po
deleted file mode 100644
index 4c1736f..0000000
--- a/manpages/po/de/lb_chroot_local-packages.1.po
+++ /dev/null
@@ -1,696 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2011 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2011.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-13"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a21"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
-#: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
-#: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
-#: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
-#: en/lb_source_virtual-hdd.1:19
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packages.1:5
-msgid "B<lb chroot_local-packages> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packages.1:8
-msgid "B<lb chroot_local-packages> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packages.1:11
-msgid ""
-"B<lb chroot_local-packages> is a low-level command (plumbing) of I<live-"
-"build>(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packages.1:16
-msgid ""
-"B<lb chroot_local-packages> has no specific options but understands all "
-"generic live-build options. See I<live-build>(7) for a complete list of all "
-"generic live-build options."
-msgstr ""
diff --git a/manpages/po/de/lb_chroot_local-patches.1.po b/manpages/po/de/lb_chroot_local-patches.1.po
index 1e6b6e8..8fed23d 100644
--- a/manpages/po/de/lb_chroot_local-patches.1.po
+++ b/manpages/po/de/lb_chroot_local-patches.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-preseed.1.po b/manpages/po/de/lb_chroot_local-preseed.1.po
index b59ff74..ec35f47 100644
--- a/manpages/po/de/lb_chroot_local-preseed.1.po
+++ b/manpages/po/de/lb_chroot_local-preseed.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-tasklists.1.po b/manpages/po/de/lb_chroot_local-tasklists.1.po
deleted file mode 100644
index 696f40b..0000000
--- a/manpages/po/de/lb_chroot_local-tasklists.1.po
+++ /dev/null
@@ -1,696 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2011 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2011.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-13"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a21"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
-#: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
-#: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
-#: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
-#: en/lb_source_virtual-hdd.1:19
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-tasklists.1:5
-msgid "B<lb chroot_local-tasklists> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-tasklists.1:8
-msgid "B<lb chroot_local-tasklists> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-tasklists.1:11
-msgid ""
-"B<lb chroot_local-tasklists> is a low-level command (plumbing) of I<live-"
-"build>(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-tasklists.1:16
-msgid ""
-"B<lb chroot_local-tasklists> has no specific options but understands all "
-"generic live-build options. See I<live-build>(7) for a complete list of all "
-"generic live-build options."
-msgstr ""
diff --git a/manpages/po/de/lb_chroot_packagelists.1.po b/manpages/po/de/lb_chroot_packagelists.1.po
index b516315..6561e06 100644
--- a/manpages/po/de/lb_chroot_packagelists.1.po
+++ b/manpages/po/de/lb_chroot_packagelists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_chroot_packages.1.po
similarity index 70%
copy from manpages/po/de/lb_binary_includes.1.po
copy to manpages/po/de/lb_chroot_packages.1.po
index 14769b2..4a4af3e 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_chroot_packages.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
@@ -671,26 +678,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:5
-msgid "B<lb binary_includes> - Complete the binary stage"
+#: en/lb_chroot_packages.1:5
+msgid "B<lb chroot_packages> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:8
-msgid "B<lb binary_includes> [I<live-build options>]"
+#: en/lb_chroot_packages.1:8
+msgid "B<lb chroot_packages> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:11
+#: en/lb_chroot_packages.1:11
 msgid ""
-"B<lb binary_includes> is a low-level command (plumbing) of I<live-build>(7), "
+"B<lb chroot_packages> is a low-level command (plumbing) of I<live-build>(7), "
 "the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:16
+#: en/lb_chroot_packages.1:16
 msgid ""
-"B<lb binary_includes> has no specific options but understands all generic "
+"B<lb chroot_packages> has no specific options but understands all generic "
 "live-build options. See I<live-build>(7) for a complete list of all generic "
 "live-build options."
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po
index 62fc17a..5863d8a 100644
--- a/manpages/po/de/lb_chroot_preseed.1.po
+++ b/manpages/po/de/lb_chroot_preseed.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po
index 54292bb..5dbf314 100644
--- a/manpages/po/de/lb_chroot_proc.1.po
+++ b/manpages/po/de/lb_chroot_proc.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po
index 66abd4c..470b332 100644
--- a/manpages/po/de/lb_chroot_resolv.1.po
+++ b/manpages/po/de/lb_chroot_resolv.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po
index fe4e008..cb89a68 100644
--- a/manpages/po/de/lb_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lb_chroot_selinuxfs.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_sources.1.po b/manpages/po/de/lb_chroot_sources.1.po
deleted file mode 100644
index 09a613c..0000000
--- a/manpages/po/de/lb_chroot_sources.1.po
+++ /dev/null
@@ -1,696 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2011 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2011.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-13"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a21"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
-#: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
-#: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
-#: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
-#: en/lb_source_virtual-hdd.1:19
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sources.1:5
-msgid "B<lb chroot_sources> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sources.1:8
-msgid "B<lb chroot_sources> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sources.1:11
-msgid ""
-"B<lb chroot_sources> is a low-level command (plumbing) of I<live-build>(7), "
-"the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sources.1:16
-msgid ""
-"B<lb chroot_sources> has no specific options but understands all generic "
-"live-build options. See I<live-build>(7) for a complete list of all generic "
-"live-build options."
-msgstr ""
diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po
index aa129a1..32db92f 100644
--- a/manpages/po/de/lb_chroot_sysfs.1.po
+++ b/manpages/po/de/lb_chroot_sysfs.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_sysv-rc.1.po b/manpages/po/de/lb_chroot_sysv-rc.1.po
index 4e16c1a..afc80f3 100644
--- a/manpages/po/de/lb_chroot_sysv-rc.1.po
+++ b/manpages/po/de/lb_chroot_sysv-rc.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_task-lists.1.po
similarity index 70%
copy from manpages/po/de/lb_chroot_selinuxfs.1.po
copy to manpages/po/de/lb_chroot_task-lists.1.po
index fe4e008..3fbe4f5 100644
--- a/manpages/po/de/lb_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lb_chroot_task-lists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
@@ -671,26 +678,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_selinuxfs.1:5
-msgid "B<lb chroot_selinuxfs> - Complete the chroot stage"
+#: en/lb_chroot_task-lists.1:5
+msgid "B<lb chroot_task-lists> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_selinuxfs.1:8
-msgid "B<lb chroot_selinuxfs> [I<live-build options>]"
+#: en/lb_chroot_task-lists.1:8
+msgid "B<lb chroot_task-lists> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_selinuxfs.1:11
+#: en/lb_chroot_task-lists.1:11
 msgid ""
-"B<lb chroot_selinuxfs> is a low-level command (plumbing) of I<live-build>"
+"B<lb chroot_task-lists> is a low-level command (plumbing) of I<live-build>"
 "(7), the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_selinuxfs.1:16
+#: en/lb_chroot_task-lists.1:16
 msgid ""
-"B<lb chroot_selinuxfs> has no specific options but understands all generic "
+"B<lb chroot_task-lists> has no specific options but understands all generic "
 "live-build options. See I<live-build>(7) for a complete list of all generic "
 "live-build options."
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po
index 3371a64..665aeae 100644
--- a/manpages/po/de/lb_chroot_upstart.1.po
+++ b/manpages/po/de/lb_chroot_upstart.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
index 1e52520..d3f2b3a 100644
--- a/manpages/po/de/lb_clean.1.po
+++ b/manpages/po/de/lb_clean.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index 50f9d79..fd144b2 100644
--- a/manpages/po/de/lb_config.1.po
+++ b/manpages/po/de/lb_config.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -1135,17 +1142,17 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:205
-msgid "  [-r|B<--repositories >I<REPOSITORY>|I<\"REPOSITORIES\">]"
+msgid "  [B<--root-command> sudo]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:207
-msgid "  [B<--root-command> sudo]"
+msgid "  [B<--use-fakeroot> true|false]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:209
-msgid "  [B<--use-fakeroot> true|false]"
+msgid "  [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]"
 msgstr ""
 
 #. type: Plain text
@@ -2627,11 +2634,11 @@ msgstr ""
 #. type: Plain text
 #: en/lb_config.1:451
 msgid ""
-"defines which lists available in /usr/share/live/build/lists should be used. "
-"By default, this is set to standard. Note that in case you have local "
-"package lists, you don't need to list them here. Putting them into config/"
-"chroot_local-packagelists is enough (the filename needs to have the .list "
-"suffix though)."
+"defines which lists available in /usr/share/live/build/package-lists should "
+"be used. By default, this is set to standard. Note that in case you have "
+"local package lists, you don't need to list them here. Putting them into "
+"config/package-lists is enough (the filename needs to have the .list suffix "
+"though)."
 msgstr ""
 
 #. type: IP
@@ -2648,14 +2655,14 @@ msgstr ""
 #. type: IP
 #: en/lb_config.1:453
 #, no-wrap
-msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
+msgid "B<--archives> I<ARCHIVE>|\"I<ARCHIVES>\""
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:455
 msgid ""
-"enables one of available third-party repository configurations in /usr/share/"
-"live/build/repositories."
+"enables one of available third-party archive configurations in /usr/share/"
+"live/build/archives."
 msgstr ""
 
 #. type: IP
diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po
index e3f411c..082ac45 100644
--- a/manpages/po/de/lb_local.1.po
+++ b/manpages/po/de/lb_local.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index 1cbaddb..150352f 100644
--- a/manpages/po/de/lb_source.1.po
+++ b/manpages/po/de/lb_source.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po
index a8e7bd6..35d6673 100644
--- a/manpages/po/de/lb_source_checksums.1.po
+++ b/manpages/po/de/lb_source_checksums.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_debian-live.1.po b/manpages/po/de/lb_source_debian-live.1.po
index 0480d68..c00ea97 100644
--- a/manpages/po/de/lb_source_debian-live.1.po
+++ b/manpages/po/de/lb_source_debian-live.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po
index f6a4b26..1e2f088 100644
--- a/manpages/po/de/lb_source_debian.1.po
+++ b/manpages/po/de/lb_source_debian.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po
index d5520bc..07c6364 100644
--- a/manpages/po/de/lb_source_disk.1.po
+++ b/manpages/po/de/lb_source_disk.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po
index 2c29c89..3c915a4 100644
--- a/manpages/po/de/lb_source_iso.1.po
+++ b/manpages/po/de/lb_source_iso.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po
index f3be27f..159e538 100644
--- a/manpages/po/de/lb_source_net.1.po
+++ b/manpages/po/de/lb_source_net.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po
index 12cd8bb..4907f22 100644
--- a/manpages/po/de/lb_source_tar.1.po
+++ b/manpages/po/de/lb_source_tar.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po
index dd499a3..e6878db 100644
--- a/manpages/po/de/lb_source_usb.1.po
+++ b/manpages/po/de/lb_source_usb.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_virtual-hdd.1.po b/manpages/po/de/lb_source_virtual-hdd.1.po
index 7a18941..9f90d32 100644
--- a/manpages/po/de/lb_source_virtual-hdd.1.po
+++ b/manpages/po/de/lb_source_virtual-hdd.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
index 97dad6e..4bd668e 100644
--- a/manpages/po/de/lb_testroot.1.po
+++ b/manpages/po/de/lb_testroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index 150c422..24e2ccb 100644
--- a/manpages/po/de/live-build.7.po
+++ b/manpages/po/de/live-build.7.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: 2011-06-11 15:36+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+0300\n"
+"PO-Revision-Date: 2011-06-15 22:05+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -435,19 +442,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -472,19 +479,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -507,19 +514,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -545,19 +552,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -580,19 +587,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -1155,12 +1162,12 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:122
 #, no-wrap
-msgid "B<lb_chroot_local-packages>(1)"
+msgid "B<lb_chroot_packages>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:124
-msgid "queue install of local packages into chroot"
+msgid "queue install of packages into chroot"
 msgstr ""
 
 #. type: IP
@@ -1243,7 +1250,7 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:138
 #, no-wrap
-msgid "B<lb_chroot_sources>(1)"
+msgid "B<lb_chroot_archives>(1)"
 msgstr ""
 
 #. type: Plain text
@@ -1276,12 +1283,12 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:144
 #, no-wrap
-msgid "B<lb_chroot_local-tasklists>(1)"
+msgid "B<lb_chroot_task-lists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:146
-msgid "install local task lists into chroot"
+msgid "install task lists into chroot"
 msgstr ""
 
 #. type: SS
diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg
index 5b48b0a..fade2fd 100644
--- a/manpages/po4a.cfg
+++ b/manpages/po4a.cfg
@@ -33,6 +33,7 @@
 [type: man] en/lb_build.1 $lang:$lang/lb_build.$lang.1
 [type: man] en/lb_chroot.1 $lang:$lang/lb_chroot.$lang.1
 [type: man] en/lb_chroot_apt.1 $lang:$lang/lb_chroot_apt.$lang.1
+[type: man] en/lb_chroot_archives.1 $lang:$lang/lb_chroot_archives.$lang.1
 [type: man] en/lb_chroot_cache.1 $lang:$lang/lb_chroot_cache.$lang.1
 [type: man] en/lb_chroot_debianchroot.1 $lang:$lang/lb_chroot_debianchroot.$lang.1
 [type: man] en/lb_chroot_devpts.1 $lang:$lang/lb_chroot_devpts.$lang.1
@@ -46,18 +47,17 @@
 [type: man] en/lb_chroot_local-hooks.1 $lang:$lang/lb_chroot_local-hooks.$lang.1
 [type: man] en/lb_chroot_local-includes.1 $lang:$lang/lb_chroot_local-includes.$lang.1
 [type: man] en/lb_chroot_local-packagelists.1 $lang:$lang/lb_chroot_local-packagelists.$lang.1
-[type: man] en/lb_chroot_local-packages.1 $lang:$lang/lb_chroot_local-packages.$lang.1
 [type: man] en/lb_chroot_local-patches.1 $lang:$lang/lb_chroot_local-patches.$lang.1
 [type: man] en/lb_chroot_local-preseed.1 $lang:$lang/lb_chroot_local-preseed.$lang.1
-[type: man] en/lb_chroot_local-tasklists.1 $lang:$lang/lb_chroot_local-tasklists.$lang.1
 [type: man] en/lb_chroot_packagelists.1 $lang:$lang/lb_chroot_packagelists.$lang.1
+[type: man] en/lb_chroot_packages.1 $lang:$lang/lb_chroot_packages.$lang.1
 [type: man] en/lb_chroot_preseed.1 $lang:$lang/lb_chroot_preseed.$lang.1
 [type: man] en/lb_chroot_proc.1 $lang:$lang/lb_chroot_proc.$lang.1
 [type: man] en/lb_chroot_resolv.1 $lang:$lang/lb_chroot_resolv.$lang.1
 [type: man] en/lb_chroot_selinuxfs.1 $lang:$lang/lb_chroot_selinuxfs.$lang.1
-[type: man] en/lb_chroot_sources.1 $lang:$lang/lb_chroot_sources.$lang.1
 [type: man] en/lb_chroot_sysfs.1 $lang:$lang/lb_chroot_sysfs.$lang.1
 [type: man] en/lb_chroot_sysv-rc.1 $lang:$lang/lb_chroot_sysv-rc.$lang.1
+[type: man] en/lb_chroot_task-lists.1 $lang:$lang/lb_chroot_task-lists.$lang.1
 [type: man] en/lb_chroot_upstart.1 $lang:$lang/lb_chroot_upstart.$lang.1
 [type: man] en/lb_clean.1 $lang:$lang/lb_clean.$lang.1
 [type: man] en/lb_config.1 $lang:$lang/lb_config.$lang.1
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index 6e36d00..610a98c 100644
--- a/manpages/pot/lb.1.pot
+++ b/manpages/pot/lb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -199,19 +204,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -242,19 +248,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -283,19 +290,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -326,19 +333,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -368,19 +375,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -403,19 +410,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -437,19 +444,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -471,19 +478,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -543,19 +550,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -578,19 +585,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -616,19 +623,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -651,19 +658,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index d846c7c..d4986b4 100644
--- a/manpages/pot/lb_binary.1.pot
+++ b/manpages/pot/lb_binary.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot
index 565065b..9f94802 100644
--- a/manpages/pot/lb_binary_checksums.1.pot
+++ b/manpages/pot/lb_binary_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -675,18 +682,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot
index ff10fd1..a9ae66d 100644
--- a/manpages/pot/lb_binary_chroot.1.pot
+++ b/manpages/pot/lb_binary_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot
index 5c159fd..9c23d46 100644
--- a/manpages/pot/lb_binary_debian-installer.1.pot
+++ b/manpages/pot/lb_binary_debian-installer.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot
index ba71954..9bbb7db 100644
--- a/manpages/pot/lb_binary_disk.1.pot
+++ b/manpages/pot/lb_binary_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot
index 71dcc17..0d36cd2 100644
--- a/manpages/pot/lb_binary_grub.1.pot
+++ b/manpages/pot/lb_binary_grub.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot
index a52f79b..164b8df 100644
--- a/manpages/pot/lb_binary_grub2.1.pot
+++ b/manpages/pot/lb_binary_grub2.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot
index eb19b91..cb39553 100644
--- a/manpages/pot/lb_binary_includes.1.pot
+++ b/manpages/pot/lb_binary_includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot
index 2b425d7..1311022 100644
--- a/manpages/pot/lb_binary_iso.1.pot
+++ b/manpages/pot/lb_binary_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot
index 072d32e..24fcd00 100644
--- a/manpages/pot/lb_binary_linux-image.1.pot
+++ b/manpages/pot/lb_binary_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot
index 639ee4b..d0b51af 100644
--- a/manpages/pot/lb_binary_local-hooks.1.pot
+++ b/manpages/pot/lb_binary_local-hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot
index 0197404..c0ff518 100644
--- a/manpages/pot/lb_binary_local-includes.1.pot
+++ b/manpages/pot/lb_binary_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_local-packagelists.1.pot b/manpages/pot/lb_binary_local-packagelists.1.pot
index 3eb7b92..a894852 100644
--- a/manpages/pot/lb_binary_local-packagelists.1.pot
+++ b/manpages/pot/lb_binary_local-packagelists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot
index d59ec3e..3d47622 100644
--- a/manpages/pot/lb_binary_manifest.1.pot
+++ b/manpages/pot/lb_binary_manifest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot
index 87967a9..0153881 100644
--- a/manpages/pot/lb_binary_memtest.1.pot
+++ b/manpages/pot/lb_binary_memtest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot
index f59192f..f1f4775 100644
--- a/manpages/pot/lb_binary_net.1.pot
+++ b/manpages/pot/lb_binary_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot
index f730fdf..3ba26fb 100644
--- a/manpages/pot/lb_binary_rootfs.1.pot
+++ b/manpages/pot/lb_binary_rootfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot
index 28663ae..897bf1b 100644
--- a/manpages/pot/lb_binary_silo.1.pot
+++ b/manpages/pot/lb_binary_silo.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot
index 9f9a4dc..625c993 100644
--- a/manpages/pot/lb_binary_syslinux.1.pot
+++ b/manpages/pot/lb_binary_syslinux.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot
index 497c481..189ea8b 100644
--- a/manpages/pot/lb_binary_tar.1.pot
+++ b/manpages/pot/lb_binary_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot
index 7b8ebd5..44d7614 100644
--- a/manpages/pot/lb_binary_usb.1.pot
+++ b/manpages/pot/lb_binary_usb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot
index 2e6eb8b..7a6c4a6 100644
--- a/manpages/pot/lb_binary_virtual-hdd.1.pot
+++ b/manpages/pot/lb_binary_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot
index 5575211..06e8a4c 100644
--- a/manpages/pot/lb_binary_win32-loader.1.pot
+++ b/manpages/pot/lb_binary_win32-loader.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot
index 7da2714..6992170 100644
--- a/manpages/pot/lb_binary_yaboot.1.pot
+++ b/manpages/pot/lb_binary_yaboot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index 7f7aaa0..e4a7f4f 100644
--- a/manpages/pot/lb_bootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot
index b110e94..f818a04 100644
--- a/manpages/pot/lb_bootstrap_cache.1.pot
+++ b/manpages/pot/lb_bootstrap_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
index 071653f..2933164 100644
--- a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot
index 1a93688..98467ea 100644
--- a/manpages/pot/lb_bootstrap_copy.1.pot
+++ b/manpages/pot/lb_bootstrap_copy.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot
index 2670061..82d5485 100644
--- a/manpages/pot/lb_bootstrap_debootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_debootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index f816397..533ad11 100644
--- a/manpages/pot/lb_build.1.pot
+++ b/manpages/pot/lb_build.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index d625fc5..753cc6c 100644
--- a/manpages/pot/lb_chroot.1.pot
+++ b/manpages/pot/lb_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot
index de1ea18..9a74639 100644
--- a/manpages/pot/lb_chroot_apt.1.pot
+++ b/manpages/pot/lb_chroot_apt.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_chroot_archives.1.pot
similarity index 70%
copy from manpages/pot/lb_binary_includes.1.pot
copy to manpages/pot/lb_chroot_archives.1.pot
index eb19b91..de0f4a2 100644
--- a/manpages/pot/lb_binary_includes.1.pot
+++ b/manpages/pot/lb_chroot_archives.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
@@ -671,26 +678,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:5
-msgid "B<lb binary_includes> - Complete the binary stage"
+#: en/lb_chroot_archives.1:5
+msgid "B<lb chroot_archives> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:8
-msgid "B<lb binary_includes> [I<live-build options>]"
+#: en/lb_chroot_archives.1:8
+msgid "B<lb chroot_archives> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:11
+#: en/lb_chroot_archives.1:11
 msgid ""
-"B<lb binary_includes> is a low-level command (plumbing) of I<live-build>(7), "
+"B<lb chroot_archives> is a low-level command (plumbing) of I<live-build>(7), "
 "the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:16
+#: en/lb_chroot_archives.1:16
 msgid ""
-"B<lb binary_includes> has no specific options but understands all generic "
+"B<lb chroot_archives> has no specific options but understands all generic "
 "live-build options. See I<live-build>(7) for a complete list of all generic "
 "live-build options."
 msgstr ""
diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot
index bc23c6c..07f2584 100644
--- a/manpages/pot/lb_chroot_cache.1.pot
+++ b/manpages/pot/lb_chroot_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot
index d1b0285..1cdf59f 100644
--- a/manpages/pot/lb_chroot_debianchroot.1.pot
+++ b/manpages/pot/lb_chroot_debianchroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot
index b865feb..c9c3138 100644
--- a/manpages/pot/lb_chroot_devpts.1.pot
+++ b/manpages/pot/lb_chroot_devpts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot
index 0b260fc..fbed631 100644
--- a/manpages/pot/lb_chroot_dpkg.1.pot
+++ b/manpages/pot/lb_chroot_dpkg.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot
index e1092c6..31d3f91 100644
--- a/manpages/pot/lb_chroot_hacks.1.pot
+++ b/manpages/pot/lb_chroot_hacks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot
index 348192c..11e88b2 100644
--- a/manpages/pot/lb_chroot_hostname.1.pot
+++ b/manpages/pot/lb_chroot_hostname.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot
index 24af795..7ea73b3 100644
--- a/manpages/pot/lb_chroot_hosts.1.pot
+++ b/manpages/pot/lb_chroot_hosts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot
index 6f4f62e..2c352e8 100644
--- a/manpages/pot/lb_chroot_install-packages.1.pot
+++ b/manpages/pot/lb_chroot_install-packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot
index cfa5f7d..41c6e35 100644
--- a/manpages/pot/lb_chroot_interactive.1.pot
+++ b/manpages/pot/lb_chroot_interactive.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot
index 1e3e471..e91df33 100644
--- a/manpages/pot/lb_chroot_linux-image.1.pot
+++ b/manpages/pot/lb_chroot_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_local-hooks.1.pot
index 5e6d1b5..956cf76 100644
--- a/manpages/pot/lb_chroot_local-hooks.1.pot
+++ b/manpages/pot/lb_chroot_local-hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot
index 66fca83..908a3a0 100644
--- a/manpages/pot/lb_chroot_local-includes.1.pot
+++ b/manpages/pot/lb_chroot_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-packagelists.1.pot b/manpages/pot/lb_chroot_local-packagelists.1.pot
index f47a05e..32745d2 100644
--- a/manpages/pot/lb_chroot_local-packagelists.1.pot
+++ b/manpages/pot/lb_chroot_local-packagelists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-packages.1.pot b/manpages/pot/lb_chroot_local-packages.1.pot
deleted file mode 100644
index 0c11e64..0000000
--- a/manpages/pot/lb_chroot_local-packages.1.pot
+++ /dev/null
@@ -1,696 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-13"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a21"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
-#: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
-#: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
-#: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
-#: en/lb_source_virtual-hdd.1:19
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packages.1:5
-msgid "B<lb chroot_local-packages> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packages.1:8
-msgid "B<lb chroot_local-packages> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packages.1:11
-msgid ""
-"B<lb chroot_local-packages> is a low-level command (plumbing) of I<live-"
-"build>(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packages.1:16
-msgid ""
-"B<lb chroot_local-packages> has no specific options but understands all "
-"generic live-build options. See I<live-build>(7) for a complete list of all "
-"generic live-build options."
-msgstr ""
diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot
index 4881901..9367e30 100644
--- a/manpages/pot/lb_chroot_local-patches.1.pot
+++ b/manpages/pot/lb_chroot_local-patches.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot
index b6d5d27..cb1391d 100644
--- a/manpages/pot/lb_chroot_local-preseed.1.pot
+++ b/manpages/pot/lb_chroot_local-preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-tasklists.1.pot b/manpages/pot/lb_chroot_local-tasklists.1.pot
deleted file mode 100644
index 5b637f5..0000000
--- a/manpages/pot/lb_chroot_local-tasklists.1.pot
+++ /dev/null
@@ -1,696 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-13"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a21"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
-#: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
-#: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
-#: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
-#: en/lb_source_virtual-hdd.1:19
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-tasklists.1:5
-msgid "B<lb chroot_local-tasklists> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-tasklists.1:8
-msgid "B<lb chroot_local-tasklists> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-tasklists.1:11
-msgid ""
-"B<lb chroot_local-tasklists> is a low-level command (plumbing) of I<live-"
-"build>(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-tasklists.1:16
-msgid ""
-"B<lb chroot_local-tasklists> has no specific options but understands all "
-"generic live-build options. See I<live-build>(7) for a complete list of all "
-"generic live-build options."
-msgstr ""
diff --git a/manpages/pot/lb_chroot_packagelists.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot
index 41a2287..f1d86d5 100644
--- a/manpages/pot/lb_chroot_packagelists.1.pot
+++ b/manpages/pot/lb_chroot_packagelists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_chroot_packages.1.pot
similarity index 70%
copy from manpages/pot/lb_binary_includes.1.pot
copy to manpages/pot/lb_chroot_packages.1.pot
index eb19b91..daeed02 100644
--- a/manpages/pot/lb_binary_includes.1.pot
+++ b/manpages/pot/lb_chroot_packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
@@ -671,26 +678,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:5
-msgid "B<lb binary_includes> - Complete the binary stage"
+#: en/lb_chroot_packages.1:5
+msgid "B<lb chroot_packages> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:8
-msgid "B<lb binary_includes> [I<live-build options>]"
+#: en/lb_chroot_packages.1:8
+msgid "B<lb chroot_packages> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:11
+#: en/lb_chroot_packages.1:11
 msgid ""
-"B<lb binary_includes> is a low-level command (plumbing) of I<live-build>(7), "
+"B<lb chroot_packages> is a low-level command (plumbing) of I<live-build>(7), "
 "the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_includes.1:16
+#: en/lb_chroot_packages.1:16
 msgid ""
-"B<lb binary_includes> has no specific options but understands all generic "
+"B<lb chroot_packages> has no specific options but understands all generic "
 "live-build options. See I<live-build>(7) for a complete list of all generic "
 "live-build options."
 msgstr ""
diff --git a/manpages/pot/lb_chroot_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot
index eb2d064..cbba3bd 100644
--- a/manpages/pot/lb_chroot_preseed.1.pot
+++ b/manpages/pot/lb_chroot_preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot
index cff9a09..66eb858 100644
--- a/manpages/pot/lb_chroot_proc.1.pot
+++ b/manpages/pot/lb_chroot_proc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot
index 191f630..3c3ca7e 100644
--- a/manpages/pot/lb_chroot_resolv.1.pot
+++ b/manpages/pot/lb_chroot_resolv.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot
index 88c75f7..b745661 100644
--- a/manpages/pot/lb_chroot_selinuxfs.1.pot
+++ b/manpages/pot/lb_chroot_selinuxfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_sources.1.pot b/manpages/pot/lb_chroot_sources.1.pot
deleted file mode 100644
index 0ae488c..0000000
--- a/manpages/pot/lb_chroot_sources.1.pot
+++ /dev/null
@@ -1,696 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-13"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a21"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
-#: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
-#: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
-#: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
-#: en/lb_source_virtual-hdd.1:19
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sources.1:5
-msgid "B<lb chroot_sources> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sources.1:8
-msgid "B<lb chroot_sources> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sources.1:11
-msgid ""
-"B<lb chroot_sources> is a low-level command (plumbing) of I<live-build>(7), "
-"the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sources.1:16
-msgid ""
-"B<lb chroot_sources> has no specific options but understands all generic "
-"live-build options. See I<live-build>(7) for a complete list of all generic "
-"live-build options."
-msgstr ""
diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot
index db34087..8798f28 100644
--- a/manpages/pot/lb_chroot_sysfs.1.pot
+++ b/manpages/pot/lb_chroot_sysfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot
index 115336c..ae60445 100644
--- a/manpages/pot/lb_chroot_sysv-rc.1.pot
+++ b/manpages/pot/lb_chroot_sysv-rc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_task-lists.1.pot
similarity index 70%
copy from manpages/pot/lb_chroot_selinuxfs.1.pot
copy to manpages/pot/lb_chroot_task-lists.1.pot
index 88c75f7..b80179b 100644
--- a/manpages/pot/lb_chroot_selinuxfs.1.pot
+++ b/manpages/pot/lb_chroot_task-lists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
@@ -671,26 +678,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_selinuxfs.1:5
-msgid "B<lb chroot_selinuxfs> - Complete the chroot stage"
+#: en/lb_chroot_task-lists.1:5
+msgid "B<lb chroot_task-lists> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_selinuxfs.1:8
-msgid "B<lb chroot_selinuxfs> [I<live-build options>]"
+#: en/lb_chroot_task-lists.1:8
+msgid "B<lb chroot_task-lists> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_selinuxfs.1:11
+#: en/lb_chroot_task-lists.1:11
 msgid ""
-"B<lb chroot_selinuxfs> is a low-level command (plumbing) of I<live-build>"
+"B<lb chroot_task-lists> is a low-level command (plumbing) of I<live-build>"
 "(7), the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_selinuxfs.1:16
+#: en/lb_chroot_task-lists.1:16
 msgid ""
-"B<lb chroot_selinuxfs> has no specific options but understands all generic "
+"B<lb chroot_task-lists> has no specific options but understands all generic "
 "live-build options. See I<live-build>(7) for a complete list of all generic "
 "live-build options."
 msgstr ""
diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot
index e953336..4edb888 100644
--- a/manpages/pot/lb_chroot_upstart.1.pot
+++ b/manpages/pot/lb_chroot_upstart.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index 39f112e..6c1ed63 100644
--- a/manpages/pot/lb_clean.1.pot
+++ b/manpages/pot/lb_clean.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index b8eabaa..afd646d 100644
--- a/manpages/pot/lb_config.1.pot
+++ b/manpages/pot/lb_config.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -1135,17 +1142,17 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:205
-msgid "  [-r|B<--repositories >I<REPOSITORY>|I<\"REPOSITORIES\">]"
+msgid "  [B<--root-command> sudo]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:207
-msgid "  [B<--root-command> sudo]"
+msgid "  [B<--use-fakeroot> true|false]"
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:209
-msgid "  [B<--use-fakeroot> true|false]"
+msgid "  [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]"
 msgstr ""
 
 #. type: Plain text
@@ -2627,11 +2634,11 @@ msgstr ""
 #. type: Plain text
 #: en/lb_config.1:451
 msgid ""
-"defines which lists available in /usr/share/live/build/lists should be used. "
-"By default, this is set to standard. Note that in case you have local "
-"package lists, you don't need to list them here. Putting them into config/"
-"chroot_local-packagelists is enough (the filename needs to have the .list "
-"suffix though)."
+"defines which lists available in /usr/share/live/build/package-lists should "
+"be used. By default, this is set to standard. Note that in case you have "
+"local package lists, you don't need to list them here. Putting them into "
+"config/package-lists is enough (the filename needs to have the .list suffix "
+"though)."
 msgstr ""
 
 #. type: IP
@@ -2648,14 +2655,14 @@ msgstr ""
 #. type: IP
 #: en/lb_config.1:453
 #, no-wrap
-msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
+msgid "B<--archives> I<ARCHIVE>|\"I<ARCHIVES>\""
 msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:455
 msgid ""
-"enables one of available third-party repository configurations in /usr/share/"
-"live/build/repositories."
+"enables one of available third-party archive configurations in /usr/share/"
+"live/build/archives."
 msgstr ""
 
 #. type: IP
diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot
index 6126674..95687f6 100644
--- a/manpages/pot/lb_local.1.pot
+++ b/manpages/pot/lb_local.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index 4d76556..88fcbcd 100644
--- a/manpages/pot/lb_source.1.pot
+++ b/manpages/pot/lb_source.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot
index 60eaa7a..59069e4 100644
--- a/manpages/pot/lb_source_checksums.1.pot
+++ b/manpages/pot/lb_source_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot
index 9fa19ea..40ae1d5 100644
--- a/manpages/pot/lb_source_debian-live.1.pot
+++ b/manpages/pot/lb_source_debian-live.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot
index b023672..6eb03d2 100644
--- a/manpages/pot/lb_source_debian.1.pot
+++ b/manpages/pot/lb_source_debian.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot
index 6515917..90a8923 100644
--- a/manpages/pot/lb_source_disk.1.pot
+++ b/manpages/pot/lb_source_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot
index 526f788..1e10c36 100644
--- a/manpages/pot/lb_source_iso.1.pot
+++ b/manpages/pot/lb_source_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot
index f96eb27..0b58a93 100644
--- a/manpages/pot/lb_source_net.1.pot
+++ b/manpages/pot/lb_source_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot
index 4d817bf..e1c2cb7 100644
--- a/manpages/pot/lb_source_tar.1.pot
+++ b/manpages/pot/lb_source_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot
index d38469e..fc79b7f 100644
--- a/manpages/pot/lb_source_usb.1.pot
+++ b/manpages/pot/lb_source_usb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot
index 3ee5f6a..ad58bed 100644
--- a/manpages/pot/lb_source_virtual-hdd.1.pot
+++ b/manpages/pot/lb_source_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -434,19 +441,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -469,19 +476,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -506,19 +513,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -541,19 +548,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -579,19 +586,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -614,19 +621,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -650,18 +657,18 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
 #: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
 #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
+#: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19
 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
 #: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
 #: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
 #: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-patches.1:19
+#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
+#: en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
+#: en/lb_chroot_task-lists.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index ed20c11..3d06436 100644
--- a/manpages/pot/lb_testroot.1.pot
+++ b/manpages/pot/lb_testroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -338,19 +345,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -373,19 +380,19 @@ msgstr ""
 #: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
 #: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
 #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
+#: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23
 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
 #: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
 #: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
 #: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
-#: en/lb_clean.1:45 en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23
+#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
+#: en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
+#: en/lb_chroot_task-lists.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
+#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
@@ -407,19 +414,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -441,19 +448,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -476,19 +483,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -513,19 +520,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -548,19 +555,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -586,19 +593,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -621,19 +628,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index 10dd377..3bb0474 100644
--- a/manpages/pot/live-build.7.pot
+++ b/manpages/pot/live-build.7.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-13 20:41+0300\n"
+"POT-Creation-Date: 2011-06-29 06:18+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"
@@ -29,19 +29,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -62,24 +63,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2011-06-13"
+msgid "2011-06-29"
 msgstr ""
 
 #. type: TH
@@ -95,24 +97,25 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a21"
+msgid "3.0~a22"
 msgstr ""
 
 #. type: TH
@@ -128,19 +131,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
 #: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
 #: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
+#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1
+#: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1
+#: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1
+#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
-#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
+#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
+#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -161,19 +165,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
 #: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
 #: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
+#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3
+#: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3
+#: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3
+#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
-#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
-#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
-#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
-#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
+#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
+#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,19 +199,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
 #: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
 #: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
+#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6
+#: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6
+#: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6
+#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
-#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
-#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
-#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
-#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
+#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
+#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -227,19 +233,20 @@ msgstr ""
 #: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
 #: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
 #: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
+#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9
+#: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9
+#: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9
+#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
-#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
-#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
-#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9
-#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
+#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
+#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -261,19 +268,19 @@ msgstr ""
 #: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
 #: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
 #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
+#: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14
 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
 #: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
 #: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
 #: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
-#: en/lb_clean.1:16 en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14
+#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
+#: en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
+#: en/lb_chroot_task-lists.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
+#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14
 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
@@ -296,19 +303,19 @@ msgstr ""
 #: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
 #: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
 #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
+#: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17
 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
 #: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
 #: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
 #: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
-#: en/lb_clean.1:38 en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17
+#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
+#: en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
+#: en/lb_chroot_task-lists.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
+#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
@@ -331,19 +338,19 @@ msgstr ""
 #: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
 #: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
 #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
+#: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21
 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
 #: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
 #: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
 #: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
-#: en/lb_clean.1:43 en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21
+#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
+#: en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
+#: en/lb_chroot_task-lists.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
+#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
@@ -366,19 +373,19 @@ msgstr ""
 #: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
 #: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
 #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
+#: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25
 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
 #: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
 #: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
 #: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
-#: en/lb_clean.1:47 en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25
+#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
+#: en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
+#: en/lb_chroot_task-lists.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
+#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
@@ -400,19 +407,19 @@ msgstr ""
 #: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
 #: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
 #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
+#: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26
 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
 #: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
 #: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
 #: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
-#: en/lb_clean.1:48 en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26
+#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
+#: en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
+#: en/lb_chroot_task-lists.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
+#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
@@ -435,19 +442,19 @@ msgstr ""
 #: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
 #: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
 #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
+#: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28
 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
 #: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
 #: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
 #: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
-#: en/lb_clean.1:50 en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28
+#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
+#: en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
+#: en/lb_chroot_task-lists.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
+#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
@@ -472,19 +479,19 @@ msgstr ""
 #: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
 #: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
 #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
+#: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29
 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
 #: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
 #: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
 #: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
-#: en/lb_clean.1:51 en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29
+#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
+#: en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
+#: en/lb_chroot_task-lists.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
+#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
@@ -507,19 +514,19 @@ msgstr ""
 #: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
 #: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
 #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
+#: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31
 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
 #: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
 #: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
 #: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
-#: en/lb_clean.1:53 en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31
+#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
+#: en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
+#: en/lb_chroot_task-lists.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
+#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
@@ -545,19 +552,19 @@ msgstr ""
 #: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
 #: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
 #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
+#: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32
 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
 #: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
 #: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
 #: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
-#: en/lb_clean.1:54 en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32
+#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
+#: en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
+#: en/lb_chroot_task-lists.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
+#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
@@ -580,19 +587,19 @@ msgstr ""
 #: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
 #: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
 #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
+#: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33
 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
 #: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
 #: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
 #: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
-#: en/lb_clean.1:55 en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33
+#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
+#: en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
+#: en/lb_chroot_task-lists.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
+#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
@@ -1155,12 +1162,12 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:122
 #, no-wrap
-msgid "B<lb_chroot_local-packages>(1)"
+msgid "B<lb_chroot_packages>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:124
-msgid "queue install of local packages into chroot"
+msgid "queue install of packages into chroot"
 msgstr ""
 
 #. type: IP
@@ -1243,7 +1250,7 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:138
 #, no-wrap
-msgid "B<lb_chroot_sources>(1)"
+msgid "B<lb_chroot_archives>(1)"
 msgstr ""
 
 #. type: Plain text
@@ -1276,12 +1283,12 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:144
 #, no-wrap
-msgid "B<lb_chroot_local-tasklists>(1)"
+msgid "B<lb_chroot_task-lists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:146
-msgid "install local task lists into chroot"
+msgid "install task lists into chroot"
 msgstr ""
 
 #. type: SS
diff --git a/lists/debian-forensics b/package-lists/debian-forensics
similarity index 85%
rename from lists/debian-forensics
rename to package-lists/debian-forensics
index 7684649..e24958c 100644
--- a/lists/debian-forensics
+++ b/package-lists/debian-forensics
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/debian-forensics - package list for live-build(7)
+# /usr/share/live/build/package-lists/debian-forensics - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/debian-junior b/package-lists/debian-junior
similarity index 80%
rename from lists/debian-junior
rename to package-lists/debian-junior
index d1666b8..4b494d5 100644
--- a/lists/debian-junior
+++ b/package-lists/debian-junior
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/debian-junior - package list for live-build(7)
+# /usr/share/live/build/package-lists/debian-junior - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/debian-live-devel b/package-lists/debian-live-devel
similarity index 84%
rename from lists/debian-live-devel
rename to package-lists/debian-live-devel
index 2bd3efa..636c79b 100644
--- a/lists/debian-live-devel
+++ b/package-lists/debian-live-devel
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/debian-live - package list for live-build(7)
+# /usr/share/live/build/package-lists/debian-live - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/debian-live-pxe-server b/package-lists/debian-live-pxe-server
similarity index 61%
rename from lists/debian-live-pxe-server
rename to package-lists/debian-live-pxe-server
index e415ac8..9e22713 100644
--- a/lists/debian-live-pxe-server
+++ b/package-lists/debian-live-pxe-server
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/debian-live-pxe-server - package list for live-build(7)
+# /usr/share/live/build/package-lists/debian-live-pxe-server - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/debian-science b/package-lists/debian-science
similarity index 81%
rename from lists/debian-science
rename to package-lists/debian-science
index 8b3c210..75501b4 100644
--- a/lists/debian-science
+++ b/package-lists/debian-science
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/debian-science - package list for live-build(7)
+# /usr/share/live/build/package-lists/debian-science - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/gnome b/package-lists/gnome
similarity index 72%
rename from lists/gnome
rename to package-lists/gnome
index fc878b1..420fc68 100644
--- a/lists/gnome
+++ b/package-lists/gnome
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/gnome - package list for live-build(7)
+# /usr/share/live/build/package-lists/gnome - package list for live-build(7)
 
 #include <gnome-core>
 
diff --git a/package-lists/gnome-core b/package-lists/gnome-core
new file mode 100644
index 0000000..db969d7
--- /dev/null
+++ b/package-lists/gnome-core
@@ -0,0 +1,8 @@
+# /usr/share/live/build/package-lists/gnome-core - package list for live-build(7)
+
+#include <standard-x11>
+
+gnome-core
+gdm3
+desktop-base
+gnome-themes
diff --git a/package-lists/gnome-full b/package-lists/gnome-full
new file mode 100644
index 0000000..7259fc3
--- /dev/null
+++ b/package-lists/gnome-full
@@ -0,0 +1,6 @@
+# /usr/share/live/build/package-lists/gnome-full - package list for live-build(7)
+
+#include <gnome>
+
+gnome
+gdm3
diff --git a/package-lists/gnome-junior b/package-lists/gnome-junior
new file mode 100644
index 0000000..f6c91b8
--- /dev/null
+++ b/package-lists/gnome-junior
@@ -0,0 +1,6 @@
+# /usr/share/live/build/package-lists/gnome-junior - package list for live-build(7)
+
+#include <gnome>
+#include <debian-junior>
+
+junior-gnome
diff --git a/lists/gnustep b/package-lists/gnustep
similarity index 90%
rename from lists/gnustep
rename to package-lists/gnustep
index 08012ce..7f50838 100644
--- a/lists/gnustep
+++ b/package-lists/gnustep
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/gnustep - package list for live-build(7)
+# /usr/share/live/build/package-lists/gnustep - package list for live-build(7)
 
 #include <standard-x11>
 
diff --git a/package-lists/kde b/package-lists/kde
new file mode 100644
index 0000000..d32a6d1
--- /dev/null
+++ b/package-lists/kde
@@ -0,0 +1,7 @@
+# /usr/share/live/build/package-lists/kde - package list for live-build(7)
+
+#include <kde-core>
+
+kde-standard
+kdm
+desktop-base
diff --git a/package-lists/kde-core b/package-lists/kde-core
new file mode 100644
index 0000000..cbed22a
--- /dev/null
+++ b/package-lists/kde-core
@@ -0,0 +1,7 @@
+# /usr/share/live/build/package-lists/kde-core - package list for live-build(7)
+
+#include <standard-x11>
+
+kde-plasma-desktop
+kdm
+desktop-base
diff --git a/package-lists/kde-extra b/package-lists/kde-extra
new file mode 100644
index 0000000..1dd3362
--- /dev/null
+++ b/package-lists/kde-extra
@@ -0,0 +1,5 @@
+# /usr/share/live/build/package-lists/kde-extra - package list for live-build(7)
+
+#include <kde-full>
+
+kde-extras
diff --git a/package-lists/kde-full b/package-lists/kde-full
new file mode 100644
index 0000000..c49c5d3
--- /dev/null
+++ b/package-lists/kde-full
@@ -0,0 +1,6 @@
+# /usr/share/live/build/package-lists/kde-full - package list for live-build(7)
+
+#include <kde>
+
+koffice
+kde-full
diff --git a/package-lists/kde-junior b/package-lists/kde-junior
new file mode 100644
index 0000000..8994d2e
--- /dev/null
+++ b/package-lists/kde-junior
@@ -0,0 +1,6 @@
+# /usr/share/live/build/package-lists/kde-junior - package list for live-build(7)
+
+#include <kde>
+#include <debian-junior>
+
+junior-kde
diff --git a/package-lists/lxde b/package-lists/lxde
new file mode 100644
index 0000000..78de22f
--- /dev/null
+++ b/package-lists/lxde
@@ -0,0 +1,8 @@
+# /usr/share/live/build/package-lists/lxde - package list for live-build(7)
+
+#include <standard-x11>
+
+lxde
+gdm
+network-manager-gnome
+desktop-base
diff --git a/lists/minimal b/package-lists/minimal
similarity index 81%
rename from lists/minimal
rename to package-lists/minimal
index 7049fd0..77f9aa8 100644
--- a/lists/minimal
+++ b/package-lists/minimal
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/minimal - package list for live-build(7)
+# /usr/share/live/build/package-lists/minimal - package list for live-build(7)
 
 # Warning: if you only use this list directly, not inherited through e.g.
 # standard, then live-build also triggers the minimal hook and some other
diff --git a/lists/rescue b/package-lists/rescue
similarity index 97%
rename from lists/rescue
rename to package-lists/rescue
index ec1d862..ad1e154 100644
--- a/lists/rescue
+++ b/package-lists/rescue
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/rescue - package list for live-build(7)
+# /usr/share/live/build/package-lists/rescue - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/standard b/package-lists/standard
similarity index 67%
rename from lists/standard
rename to package-lists/standard
index e63631a..94dd336 100644
--- a/lists/standard
+++ b/package-lists/standard
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/standard - package list for live-build(7)
+# /usr/share/live/build/package-lists/standard - package list for live-build(7)
 
 #include <minimal>
 
diff --git a/lists/standard-x11 b/package-lists/standard-x11
similarity index 54%
rename from lists/standard-x11
rename to package-lists/standard-x11
index 042b986..e53cef3 100644
--- a/lists/standard-x11
+++ b/package-lists/standard-x11
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/standard-x11 - package list for live-build(7)
+# /usr/share/live/build/package-lists/standard-x11 - package list for live-build(7)
 
 #include <standard>
 
diff --git a/lists/studio b/package-lists/studio
similarity index 93%
rename from lists/studio
rename to package-lists/studio
index fa0ce5e..fc6c68f 100644
--- a/lists/studio
+++ b/package-lists/studio
@@ -1,4 +1,4 @@
-# /usr/share/live/build/lists/studio - package list for live-build(7)
+# /usr/share/live/build/package-lists/studio - package list for live-build(7)
 
 # packagelist inspired from the A/DeMuDi one.
 #
diff --git a/package-lists/studio-gnome b/package-lists/studio-gnome
new file mode 100644
index 0000000..2481951
--- /dev/null
+++ b/package-lists/studio-gnome
@@ -0,0 +1,4 @@
+# /usr/share/live/build/package-lists/studio-gnome - package list for live-build(7)
+
+#include <gnome>
+#include <studio>
diff --git a/package-lists/studio-kde b/package-lists/studio-kde
new file mode 100644
index 0000000..820b81b
--- /dev/null
+++ b/package-lists/studio-kde
@@ -0,0 +1,4 @@
+# /usr/share/live/build/package-lists/studio-kde - package list for live-build(7)
+
+#include <kde>
+#include <studio>
diff --git a/package-lists/studio-xfce b/package-lists/studio-xfce
new file mode 100644
index 0000000..c7bed4e
--- /dev/null
+++ b/package-lists/studio-xfce
@@ -0,0 +1,4 @@
+# /usr/share/live/build/package-lists/studio-xfce - package list for live-build(7)
+
+#include <xfce>
+#include <studio>
diff --git a/package-lists/xfce b/package-lists/xfce
new file mode 100644
index 0000000..4c09d6f
--- /dev/null
+++ b/package-lists/xfce
@@ -0,0 +1,7 @@
+# /usr/share/live/build/package-lists/xfce - package list for live-build(7)
+
+#include <standard-x11>
+
+xfce4
+gdm3
+desktop-base
diff --git a/package-lists/xfce-junior b/package-lists/xfce-junior
new file mode 100644
index 0000000..4e1d08b
--- /dev/null
+++ b/package-lists/xfce-junior
@@ -0,0 +1,6 @@
+# /usr/share/live/build/package-lists/xfce-junior - package list for live-build(7)
+
+#include <xfce>
+#include <debian-junior>
+
+junior-kde junior-gnome
diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary
index 738363d..157d506 100755
--- a/scripts/build/lb_binary
+++ b/scripts/build/lb_binary
@@ -50,7 +50,7 @@ then
 	lb chroot_sysv-rc install ${*}
 	lb chroot_upstart install ${*}
 	lb chroot_apt install-binary ${*}
-	lb chroot_sources install ${*}
+	lb chroot_archives install ${*}
 fi
 
 # Building root filesystem
@@ -92,7 +92,7 @@ lb binary_virtual-hdd ${*}
 if [ "${LB_BUILD_WITH_CHROOT}" = "true" ]
 then
 	# Deconfiguring chroot
-	rm -f .stage/chroot_sources
+	rm -f .stage/chroot_archives
 	lb chroot_apt remove ${*}
 	lb chroot_upstart remove ${*}
 	lb chroot_sysv-rc remove ${*}
diff --git a/scripts/build/lb_binary_local-packagelists b/scripts/build/lb_binary_local-packagelists
index d2b2037..b0d28ab 100755
--- a/scripts/build/lb_binary_local-packagelists
+++ b/scripts/build/lb_binary_local-packagelists
@@ -38,7 +38,7 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if Find_files config/binary_local-packagelists/*.list
+if Find_files config/package-lists/*.binary.list
 then
 	# Restoring cache
 	Restore_cache cache/packages_chroot
@@ -53,10 +53,10 @@ then
 	mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp
 	touch chroot/var/lib/dpkg/status
 
-	for PACKAGELIST in config/binary_local-packagelists/*.list
+	for PACKAGELIST in config/package-lists/*.binary.list
 	do
 		# Generate package list
-		Expand_packagelist "${PACKAGELIST}" "config/binary_local-packagelists" "config/chroot_local-packagelists" > chroot/root/"$(basename ${PACKAGELIST})"
+		Expand_packagelist "${PACKAGELIST}" "config/package-lists" > chroot/root/"$(basename ${PACKAGELIST})"
 
 		# Downloading additional packages
 		Chroot chroot "xargs --arg-file=/root/$(basename ${PACKAGELIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install"
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index 70a6dc7..663f212 100755
--- a/scripts/build/lb_binary_rootfs
+++ b/scripts/build/lb_binary_rootfs
@@ -145,7 +145,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
 					rm -f .lock
 					mv chroot/chroot chroot.tmp
 
-					lb chroot_sources remove ${*}
+					lb chroot_archives remove ${*}
 					lb chroot_apt remove ${*}
 					lb chroot_hostname remove ${*}
 					lb chroot_resolv remove ${*}
@@ -174,7 +174,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
 					lb chroot_resolv install ${*}
 					lb chroot_hostname install ${*}
 					lb chroot_apt install ${*}
-					lb chroot_sources install ${*}
+					lb chroot_archives install ${*}
 
 					touch .lock
 				else
@@ -235,7 +235,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
 					rm -f .lock
 					mv chroot/chroot chroot.tmp
 
-					lb chroot_sources remove ${*}
+					lb chroot_archives remove ${*}
 					lb chroot_apt remove ${*}
 					lb chroot_hostname remove ${*}
 					lb chroot_resolv remove ${*}
@@ -264,7 +264,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
 					lb chroot_resolv install ${*}
 					lb chroot_hostname install ${*}
 					lb chroot_apt install ${*}
-					lb chroot_sources install ${*}
+					lb chroot_archives install ${*}
 
 					touch .lock
 				else
@@ -357,7 +357,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
 				then
 					cp config/binary_rootfs/excludes chroot/excludes
 
-					MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -ef /excludes"
+					MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -wildcards -ef /excludes"
 				fi
 
 				# Create image
@@ -380,7 +380,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
 					rm -f .lock
 					mv chroot/chroot chroot.tmp
 
-					lb chroot_sources remove ${*}
+					lb chroot_archives remove ${*}
 					lb chroot_apt remove ${*}
 					lb chroot_hostname remove ${*}
 					lb chroot_resolv remove ${*}
@@ -409,7 +409,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
 					lb chroot_resolv install ${*}
 					lb chroot_hostname install ${*}
 					lb chroot_apt install ${*}
-					lb chroot_sources install ${*}
+					lb chroot_archives install ${*}
 
 					touch .lock
 				else
@@ -425,7 +425,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
 			false)
 				if [ -e config/binary_rootfs/excludes ]
 				then
-					MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -ef config/binary_rootfs/excludes"
+					MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -wildcards -ef config/binary_rootfs/excludes"
 				fi
 
 				mksquashfs chroot binary/${INITFS}/filesystem.squashfs ${MKSQUASHFS_OPTIONS}
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index d015c04..d0df15e 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -49,7 +49,7 @@ lb chroot_hosts install ${*}
 lb chroot_resolv install ${*}
 lb chroot_hostname install ${*}
 lb chroot_apt install ${*}
-lb chroot_sources install ${*}
+lb chroot_archives install ${*}
 
 # Customizing chroot
 lb chroot_linux-image ${*}
@@ -60,9 +60,8 @@ for _PASS in install live
 do
 	lb chroot_packagelists ${_PASS} ${*}
 	lb chroot_local-packagelists ${_PASS} ${*}
-	lb chroot_local-packages ${_PASS} ${*}
 	lb chroot_install-packages ${_PASS} ${*}
-	lb chroot_local-tasklists ${_PASS} ${*}
+	lb chroot_task-lists ${_PASS} ${*}
 
 	if [ "${_PASS}" = install ]
 	then
@@ -80,7 +79,7 @@ lb chroot_interactive ${*}
 Chroot chroot "dpkg-query -W" > binary.packages.live
 
 # Deconfiguring chroot
-lb chroot_sources remove ${*}
+lb chroot_archives remove ${*}
 lb chroot_apt remove ${*}
 lb chroot_hostname remove ${*}
 lb chroot_resolv remove ${*}
diff --git a/scripts/build/lb_chroot_apt b/scripts/build/lb_chroot_apt
index 010cc4a..ab926aa 100755
--- a/scripts/build/lb_chroot_apt
+++ b/scripts/build/lb_chroot_apt
@@ -108,12 +108,12 @@ case "${1}" in
 			cp config/chroot_apt/preferences chroot/etc/apt/preferences
 		fi
 
-		if Find_files config/chroot_local-packages/*.deb
+		if Find_files config/chroot_packages/*.deb
 		then
 			echo >> chroot/etc/apt/preferences
 			echo "# Added by lb_chroot_apt ${@}" >> chroot/etc/apt/preferences
 			echo "Package: *" >> chroot/etc/apt/preferences
-			echo "Pin: release o=chroot_local-packages" >> chroot/etc/apt/preferences
+			echo "Pin: release o=chroot_packages" >> chroot/etc/apt/preferences
 
 			case "${1}" in
 				install)
@@ -236,7 +236,7 @@ EOF
 			fi
 		fi
 
-		if Find_files config/chroot_local-packages/*.deb
+		if Find_files config/chroot_packages/*.deb
 		then
 			if [ -f chroot/etc/apt/preferences ]
 			then
diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_archives
similarity index 77%
rename from scripts/build/lb_chroot_sources
rename to scripts/build/lb_chroot_archives
index 75e7333..5c6d690 100755
--- a/scripts/build/lb_chroot_sources
+++ b/scripts/build/lb_chroot_archives
@@ -34,7 +34,7 @@ case "${1}" in
 		Echo_message "Configuring file /etc/apt/sources.list"
 
 		# Checking stage file
-		Check_stagefile .stage/chroot_sources
+		Check_stagefile .stage/chroot_archives
 
 		# Checking lock file
 		Check_lockfile .lock
@@ -198,29 +198,10 @@ EOF
 			fi
 		fi
 
-		# Check local sources.list
-		if Find_files config/chroot_sources/*.chroot
+		# Configure third-party archives
+		if [ -n "${LB_ARCHIVES}" ]
 		then
-			# Deconfigure (possibly) old sources.list snipplets
-			if Find_files config/chroot_sources/*.binary
-			then
-				for FILE in config/chroot_sources/*.binary
-				do
-					rm -f "chroot/etc/apt/sources.list.d/$(basename ${FILE} .binary).list"
-				done
-			fi
-
-			# Configure new sources.list snipplets
-			for FILE in config/chroot_sources/*.chroot
-			do
-				cp "${FILE}" "chroot/etc/apt/sources.list.d/$(basename ${FILE} .chroot).list"
-			done
-		fi
-
-		# Configure third-party repositories
-		if [ -n "${LB_REPOSITORIES}" ]
-		then
-			for REPOSITORY in ${LB_REPOSITORIES}
+			for REPOSITORY in ${LB_ARCHIVES}
 			do
 				# ubuntu workaround to allow using live.debian.net
 				if [ "${LB_MODE}" = "ubuntu" ] && [ "${REPOSITORY}" = "live.debian.net" ]
@@ -230,84 +211,94 @@ EOF
 					_DISTRIBUTION="${LB_PARENT_DISTRIBUTION}"
 				fi
 
-				for PLACE in config/repositories "${LB_BASE}/repositories"
-				do
-					# Prefer repositories from the config tree
-					# over the global ones.
-					if ! ls "${PLACE}/${REPOSITORY}"* > /dev/null 2>&1
-					then
-						continue
-					fi
+				# Prefer archives from the config tree
+				# over the global ones.
+				if ! ls "${LB_BASE}/archives/${REPOSITORY}"* > /dev/null 2>&1
+				then
+					continue
+				fi
 
-					# Adding sources.list entries (chroot)
-					if [ -e "${PLACE}/${REPOSITORY}.chroot" ]
+				# Adding sources.list entries (chroot)
+				if [ -e "${LB_BASE}/archives/${REPOSITORY}.chroot" ]
+				then
+					sed -e "s|@DISTRIBUTION@|${_DISTRIBUTION}|g" \
+					    -e "s|@ARCHIVE_AREAS@|${LB_PARENT_ARCHIVE_AREAS}|g" \
+					"${LB_BASE}/archives/${REPOSITORY}.chroot" > \
+					"chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
+				elif [ -e "${LB_BASE}/archives/${REPOSITORY}" ]
+				then
+					sed -e "s|@DISTRIBUTION@|${_DISTRIBUTION}|g" \
+					    -e "s|@ARCHIVE_AREAS@|${LB_PARENT_ARCHIVE_AREAS}|g" \
+					"${LB_BASE}/archives/${REPOSITORY}" > \
+					"chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
+				fi
+
+				if [ "${LB_APT_SECURE}" != false ]
+				then
+					# Adding archive signing keys (chroot)
+					if [ -e "${LB_BASE}/archives/${REPOSITORY}.chroot.key" ]
 					then
-						sed -e "s|@DISTRIBUTION@|${_DISTRIBUTION}|g" \
-						    -e "s|@ARCHIVE_AREAS@|${LB_PARENT_ARCHIVE_AREAS}|g" \
-						"${PLACE}/${REPOSITORY}.chroot" > \
-						"chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
-					elif [ -e "${PLACE}/${REPOSITORY}" ]
+						cat "${LB_BASE}/archives/${REPOSITORY}.chroot.key" | Chroot chroot "apt-key add -"
+					elif [ -e "${LB_BASE}/archives/${REPOSITORY}.key" ]
 					then
-						sed -e "s|@DISTRIBUTION@|${_DISTRIBUTION}|g" \
-						    -e "s|@ARCHIVE_AREAS@|${LB_PARENT_ARCHIVE_AREAS}|g" \
-						"${PLACE}/${REPOSITORY}" > \
-						"chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
+						cat "${LB_BASE}/archives/${REPOSITORY}.key" | Chroot chroot "apt-key add -"
 					fi
+				fi
+			done
+		fi
 
-					if [ "${LB_APT_SECURE}" != false ]
-					then
-						# Adding archive signing keys (chroot)
-						if [ -e "${PLACE}/${REPOSITORY}.chroot.gpg" ]
-						then
-							cat "${PLACE}/${REPOSITORY}.chroot.gpg" | Chroot chroot "apt-key add -"
-						elif [ -e "${PLACE}/${REPOSITORY}.gpg" ]
-						then
-							cat "${PLACE}/${REPOSITORY}.gpg" | Chroot chroot "apt-key add -"
-						fi
-					fi
-				done
+		# Check local sources.list
+		if Find_files config/archives/*.chroot.list
+		then
+			for FILE in config/archives/*.chroot.list
+			do
+				sed -e "s|@DISTRIBUTION@|${LB_DISTRIBUTION}|g" \
+				    -e "s|@ARCHIVE_AREAS@|${LB_ARCHIVE_AREAS}|g" \
+				    -e "s|@PARENT_DISTRIBUTION@|${LB_PARENT_DISTRIBUTION}|g" \
+				    -e "s|@PARENT_ARCHIVE_AREAS@|${LB_PARENT_ARCHIVE_AREAS}|g" \
+				"${FILE}" > "chroot/etc/apt/sources.list.d/$(basename ${FILE} .chroot.list).list"
 			done
 		fi
 
 		# Configure local package repository
-		if Find_files config/chroot_local-packages/*.deb
+		if Find_files config/chroot_packages/*.deb
 		then
-			rm -rf chroot/root/local-packages
-			mkdir -p chroot/root/local-packages
+			rm -rf chroot/root/packages
+			mkdir -p chroot/root/packages
 
-			if [ "$(stat --printf %d config/chroot_local-packages)" = "$(stat --printf %d chroot/root/local-packages)" ]
+			if [ "$(stat --printf %d config/chroot_packages)" = "$(stat --printf %d chroot/root/packages)" ]
 			then
 				CP_OPTIONS="-l"
 			fi
 
 			# Copy packages
-			if Find_files config/chroot_local-packages/*_"${LB_ARCHITECTURES}".deb
+			if Find_files config/chroot_packages/*_"${LB_ARCHITECTURES}".deb
 			then
-				for FILE in config/chroot_local-packages/*_"${LB_ARCHITECTURES}".deb
+				for FILE in config/chroot_packages/*_"${LB_ARCHITECTURES}".deb
 				do
 					if [ -L "${FILE}" ]
 					then
-						cp -L config/chroot_local-packages/*_"${LB_ARCHITECTURES}".deb chroot/root/local-packages
+						cp -L config/chroot_packages/*_"${LB_ARCHITECTURES}".deb chroot/root/packages
 					else
-						cp ${CP_OPTIONS} config/chroot_local-packages/*_"${LB_ARCHITECTURES}".deb chroot/root/local-packages
+						cp ${CP_OPTIONS} config/chroot_packages/*_"${LB_ARCHITECTURES}".deb chroot/root/packages
 					fi
 				done
 			fi
 
-			if Find_files config/chroot_local-packages/*_all.deb
+			if Find_files config/chroot_packages/*_all.deb
 			then
-				for FILE in config/chroot_local-packages/*_all.deb
+				for FILE in config/chroot_packages/*_all.deb
 				do
 					if [ -L "${FILE}" ]
 					then
-						cp -L config/chroot_local-packages/*_all.deb chroot/root/local-packages
+						cp -L config/chroot_packages/*_all.deb chroot/root/packages
 					else
-						cp ${CP_OPTIONS} config/chroot_local-packages/*_all.deb chroot/root/local-packages
+						cp ${CP_OPTIONS} config/chroot_packages/*_all.deb chroot/root/packages
 					fi
 				done
 			fi
 
-			if Find_files chroot/root/local-packages/*.deb
+			if Find_files chroot/root/packages/*.deb
 			then
 				# If we bootstrapped a minimal chroot, we need
 				# to install apt-utils before we have have
@@ -325,12 +316,12 @@ EOF
 				Install_package
 
 				# Generate Packages and Packages.gz 
-				echo "cd /root/local-packages && apt-ftparchive packages . > Packages" | Chroot chroot sh
-				gzip -9 -c chroot/root/local-packages/Packages > chroot/root/local-packages/Packages.gz
+				echo "cd /root/packages && apt-ftparchive packages . > Packages" | Chroot chroot sh
+				gzip -9 -c chroot/root/packages/Packages > chroot/root/packages/Packages.gz
 
 				# Generate Release
-				echo "cd /root/local-packages && apt-ftparchive \
-					-o APT::FTPArchive::Release::Origin=chroot_local-packages \
+				echo "cd /root/packages && apt-ftparchive \
+					-o APT::FTPArchive::Release::Origin=chroot_packages \
 					release . > Release" | Chroot chroot sh
 
 				if [ "${LB_APT_SECURE}" = "true" ]
@@ -388,7 +379,7 @@ EOF
 					# Sign release
 					Chroot chroot "gpg --no-default-keyring --secret-keyring /root/local-package-keyring.sec \
 						--keyring /root/local-package-keyring.pub -abs -o \
-						/root/local-packages/Release.gpg /root/local-packages/Release"
+						/root/packages/Release.gpg /root/packages/Release"
 
 					# Import key
 					Chroot chroot "gpg --no-default-keyring --secret-keyring /root/local-package-keyring.sec \
@@ -413,7 +404,7 @@ EOF
 				fi
 
 				# Add to sources.list.d
-				echo "deb file:/root/local-packages ./" > chroot/etc/apt/sources.list.d/local-packages.list
+				echo "deb file:/root/packages ./" > chroot/etc/apt/sources.list.d/packages.list
 
 				# Removing depends
 				Remove_package
@@ -466,10 +457,10 @@ EOF
 				Chroot chroot "apt-get ${APT_OPTIONS} install aptitude"
 			fi
 		else # Get fresh indices
-			# Check local gpg keys
-			if Find_files config/chroot_sources/*.chroot.gpg
+			# Check local archive keys
+			if Find_files config/archives/*.chroot.key
 			then
-				for FILE in config/chroot_sources/*.chroot.gpg
+				for FILE in config/archives/*.chroot.key
 				do
 					cp ${FILE} chroot/root
 					Chroot chroot "apt-key add /root/$(basename ${FILE})"
@@ -478,9 +469,9 @@ EOF
 			fi
 
 			# Check local keyring packages
-			if Find_files config/chroot_sources/*.deb
+			if Find_files config/archives/*.deb
 			then
-				for PACKAGE in config/chroot_sources/*.deb
+				for PACKAGE in config/archives/*.deb
 				do
 					cp ${PACKAGE} chroot/root
 					Chroot chroot "dpkg -i /root/$(basename ${PACKAGE})"
@@ -506,13 +497,13 @@ EOF
 			# Installing keyring packages
 			if [ -n "${LB_KEYRING_PACKAGES}" ]
 			then
-				# Temporary hack (FIXME)
 				if [ "${LB_DERIVATIVE}" = "true" ]
 				then
-					_APT="--force-yes"
+					# Temporary hack (FIXME)
+					Chroot "apt-get ${APT_OPTIONS} --force-yes install ${LB_KEYRING_PACKAGES}"
+				else
+					Apt chroot "install ${LB_KEYRING_PACKAGES}"
 				fi
-
-				Apt chroot "--force-yes install ${LB_KEYRING_PACKAGES}"
 			fi
 
 			rm -rf chroot/var/cache/apt/*.bin
@@ -550,7 +541,7 @@ EOF
 		Save_cache cache/packages_chroot
 
 		# Creating stage file
-		Create_stagefile .stage/chroot_sources
+		Create_stagefile .stage/chroot_archives
 		;;
 
 	remove)
@@ -566,10 +557,10 @@ EOF
 		# Don't do anything if it's not required
 		if [ "${LB_PARENT_MIRROR_CHROOT}" = "${LB_PARENT_MIRROR_BINARY}" ] && \
 		[ "${LB_PARENT_MIRROR_CHROOT_SECURITY}" = "${LB_PARENT_MIRROR_BINARY_SECURITY}" ] && \
-		[ ! -d chroot/root/local-packages ]
+		[ ! -d chroot/root/packages ]
 		then
 			# Removing stage file
-			rm -f .stage/chroot_sources
+			rm -f .stage/chroot_archives
 
 			exit 0
 		fi
@@ -731,76 +722,67 @@ EOF
 			fi
 		fi
 
-		# Configure third-party repositories
-		if [ -n "${LB_REPOSITORIES}" ]
+		# Configure third-party archives
+		if [ -n "${LB_ARCHIVES}" ]
 		then
-			for REPOSITORY in ${LB_REPOSITORIES}
+			for REPOSITORY in ${LB_ARCHIVES}
 			do
 				# Removing sources.list entries (chroot)
 				rm -f "chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
 
-				for PLACE in config/repositories "${LB_BASE}/repositories"
-				do
-					# Prefer repositories from the config tree
-					# over the global ones.
-					if ! ls "${PLACE}/${REPOSITORY}"* > /dev/null 2>&1
-					then
-						continue
-					fi
+				# Prefer archives from the config tree
+				# over the global ones.
+				if ! ls "${LB_BASE}/archives/${REPOSITORY}"* > /dev/null 2>&1
+				then
+					continue
+				fi
 
-					# Adding sources.list entries (binary)
-					if [ -e "${PLACE}/${REPOSITORY}.binary" ]
-					then
-						sed -e "s|@DISTRIBUTION@|${LB_PARENT_DISTRIBUTION}|g" \
-						    -e "s|@ARCHIVE_AREAS@|${LB_PARENT_ARCHIVE_AREAS}|g" \
-						"${PLACE}/${REPOSITORY}.binary" > \
-						"chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
-					elif [ -e "${PLACE}/${REPOSITORY}" ]
-					then
-						sed -e "s|@DISTRIBUTION@|${LB_PARENT_DISTRIBUTION}|g" \
-						    -e "s|@ARCHIVE_AREAS@|${LB_PARENT_ARCHIVE_AREAS}|g" \
-						"${PLACE}/${REPOSITORY}" > \
-						"chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
-					fi
+				# Adding sources.list entries (binary)
+				if [ -e "${LB_BASE}/archives/${REPOSITORY}.binary" ]
+				then
+					sed -e "s|@DISTRIBUTION@|${LB_PARENT_DISTRIBUTION}|g" \
+					    -e "s|@ARCHIVE_AREAS@|${LB_PARENT_ARCHIVE_AREAS}|g" \
+					"${LB_BASE}/archives/${REPOSITORY}.binary" > \
+					"chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
+				elif [ -e "${LB_BASE}/archives/${REPOSITORY}" ]
+				then
+					sed -e "s|@DISTRIBUTION@|${LB_PARENT_DISTRIBUTION}|g" \
+					    -e "s|@ARCHIVE_AREAS@|${LB_PARENT_ARCHIVE_AREAS}|g" \
+					"${LB_BASE}/archives/${REPOSITORY}" > \
+					"chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
+				fi
 
-					if [ "${LB_APT_SECURE}" != false ]
+				if [ "${LB_APT_SECURE}" != false ]
+				then
+					# Adding archive signing keys (binary)
+					if [ -e "${LB_BASE}/archives/${REPOSITORY}.binary.key" ]
 					then
-						# Adding archive signing keys (binary)
-						if [ -e "${PLACE}/${REPOSITORY}.binary.gpg" ]
-						then
-							cat "${PLACE}/${REPOSITORY}.binary.gpg" | Chroot chroot "apt-key add -"
-						elif [ -e "${PLACE}/${REPOSITORY}.gpg" ]
-						then
-							cat "${PLACE}/${REPOSITORY}.gpg" | Chroot chroot "apt-key add -"
-						fi
+						cat "${LB_BASE}/archives/${REPOSITORY}.binary.key" | Chroot chroot "apt-key add -"
+					elif [ -e "${LB_BASE}/archives/${REPOSITORY}.key" ]
+					then
+						cat "${LB_BASE}/archives/${REPOSITORY}.key" | Chroot chroot "apt-key add -"
 					fi
-				done
+				fi
 			done
 		fi
 
 		# Check local sources.list
-		if Find_files config/chroot_sources/*.binary
+		if Find_files config/archives/*.binary.list
 		then
-			# Deconfigure (possibly) old sources.list snipplets
-			if Find_files config/chroot_sources/*.chroot
-			then
-			for FILE in config/chroot_sources/*.chroot
-				do
-					rm -f "chroot/etc/apt/sources.list.d/$(basename ${FILE} .chroot).list"
-				done
-			fi
-
-			# Configure new sources.list snipplets
-			for FILE in config/chroot_sources/*.binary
+			for FILE in config/archives/*.binary.list
 			do
-				cp "${FILE}" "chroot/etc/apt/sources.list.d/$(basename ${FILE} .binary).list"
+				sed -e "s|@DISTRIBUTION@|${LB_DISTRIBUTION}|g" \
+				    -e "s|@ARCHIVE_AREAS@|${LB_ARCHIVE_AREAS}|g" \
+				    -e "s|@PARENT_DISTRIBUTION@|${LB_PARENT_DISTRIBUTION}|g" \
+				    -e "s|@PARENT_ARCHIVE_AREAS@|${LB_PARENT_ARCHIVE_AREAS}|g" \
+				"${FILE}" > "chroot/etc/apt/sources.list.d/$(basename ${FILE} .binary.list).list"
 			done
 		fi
 
-		# Check local gpg keys
-		if Find_files config/chroot_sources/*.binary.gpg
+		# Check local archive keys
+		if Find_files config/archives/*.binary.key
 		then
-			for FILE in config/chroot_sources/*.binary.gpg
+			for FILE in config/archives/*.binary.key
 			do
 				cp ${FILE} chroot/root
 				Chroot chroot "apt-key add /root/$(basename ${FILE})"
@@ -823,8 +805,8 @@ EOF
 		fi
 
 		# Remove local package repository
-		rm -f chroot/etc/apt/sources.list.d/local-packages.list
-		rm -rf chroot/root/local-packages
+		rm -f chroot/etc/apt/sources.list.d/packages.list
+		rm -rf chroot/root/packages
 
 		# Remove local packages key if it exists
 		if apt-key list | grep -q ${_LB_LOCAL_KEY_EMAIL}
@@ -833,7 +815,7 @@ EOF
 		fi
 
 		# Removing stage file
-		rm -f .stage/chroot_sources
+		rm -f .stage/chroot_archives
 		;;
 
 	*)
diff --git a/scripts/build/lb_chroot_local-packagelists b/scripts/build/lb_chroot_local-packagelists
index 20566e9..a2160be 100755
--- a/scripts/build/lb_chroot_local-packagelists
+++ b/scripts/build/lb_chroot_local-packagelists
@@ -41,15 +41,15 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if ls config/chroot_local-packagelists/*.list > /dev/null 2>&1 || \
-   ls config/chroot_local-packagelists/*.list.${_PASS} > /dev/null 2>&1
+if ls config/package-lists/*.chroot.list > /dev/null 2>&1 || \
+   ls config/package-lists/*.chroot_${_PASS}.list > /dev/null 2>&1
 then
-	for LIST in config/chroot_local-packagelists/*.list config/chroot_local-packagelists/*.list.${_PASS}
+	for LIST in config/package-lists/*.chroot.list config/package-lists/*.chroot_${_PASS}.list
 	do
 		if [ -e "${LIST}" ]
 		then
 			# Generating local package list
-			Expand_packagelist "$(basename ${LIST})" "config/chroot_local-packagelists" \
+			Expand_packagelist "$(basename ${LIST})" "config/package-lists" \
 				>> chroot/root/chroot_packages
 		fi
 	done
diff --git a/scripts/build/lb_chroot_local-packages b/scripts/build/lb_chroot_local-packages
index bca5c5e..e5da1aa 100755
--- a/scripts/build/lb_chroot_local-packages
+++ b/scripts/build/lb_chroot_local-packages
@@ -30,7 +30,7 @@ Echo_message "Begin queueing installation of local packages..."
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/chroot_local-packages
+Check_stagefile .stage/chroot_packages
 
 # Checking lock file
 Check_lockfile .lock
@@ -38,11 +38,11 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if Find_files chroot/root/local-packages/*.deb
+if Find_files chroot/root/packages/*.deb
 then
-	gunzip < chroot/root/local-packages/Packages.gz | awk '/^Package: / { print $2 }' \
+	gunzip < chroot/root/packages/Packages.gz | awk '/^Package: / { print $2 }' \
 		>> chroot/root/chroot_packages
 
 	# Creating stage file
-	Create_stagefile .stage/chroot_local-packages
+	Create_stagefile .stage/chroot_packages
 fi
diff --git a/scripts/build/lb_chroot_local-tasklists b/scripts/build/lb_chroot_task-lists
similarity index 81%
rename from scripts/build/lb_chroot_local-tasklists
rename to scripts/build/lb_chroot_task-lists
index 2eef355..82aa225 100755
--- a/scripts/build/lb_chroot_local-tasklists
+++ b/scripts/build/lb_chroot_task-lists
@@ -14,7 +14,7 @@ set -e
 . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
 
 # Setting static variables
-DESCRIPTION="$(Echo 'install local task lists into chroot')"
+DESCRIPTION="$(Echo 'install task lists into chroot')"
 HELP=""
 USAGE="${PROGRAM} {install|live} [--force]"
 
@@ -27,13 +27,13 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
-Echo_message "Begin installation of local task lists (${_PASS} pass)..."
+Echo_message "Begin installation of task lists (${_PASS} pass)..."
 
 # Requiring stage file
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/chroot_local-tasklists.${_PASS}
+Check_stagefile .stage/chroot_task-lists.${_PASS}
 
 # Checking lock file
 Check_lockfile .lock
@@ -41,15 +41,15 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if ls config/chroot_local-tasklists/*.list > /dev/null 2>&1 || \
-   ls config/chroot_local-tasklists/*.list.${_PASS} > /dev/null 2>&1
+if ls config/task-lists/*.chroot.list > /dev/null 2>&1 || \
+   ls config/task-lists/*.chroot_${_PASS}.list > /dev/null 2>&1
 then
-	for LIST in config/chroot_local-tasklists/*.list config/chroot_local-tasklists/*.list.${_PASS}
+	for LIST in config/task-lists/*.chroot.list config/task-lists/*.chroot_${_PASS}.list
 	do
 		if [ -e "${LIST}" ]
 		then
-			# Generating local task list
-			Expand_packagelist "$(basename ${LIST})" "config/chroot_local-tasklists" \
+			# Generating task list
+			Expand_packagelist "$(basename ${LIST})" "config/task-lists" \
 				>> chroot/root/chroot_tasks
 		fi
 	done
@@ -144,5 +144,5 @@ then
 	Save_cache cache/packages_chroot
 
 	# Creating stage file
-	Create_stagefile .stage/chroot_local-tasklists.${_PASS}
+	Create_stagefile .stage/chroot_task-lists.${_PASS}
 fi
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index d8813b5..6c464ef 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -124,9 +124,9 @@ USAGE="${PROGRAM}   [--apt apt|aptitude]\n\
 \t    [--net-tarball true|false]\n\
 \t    [-p|--package-lists LIST|\"LISTS\"]\n\
 \t    [--quiet]\n\
-\t    [-r|--repositories REPOSITORY|\"REPOSITORIES\"]\n\
 \t    [--root-command sudo]\n\
 \t    [--use-fakeroot true|false]\n\
+\t    [--archives ARCHIVE|\"ARCHIVES\"]\n\
 \t    [--archive-areas ARCHIVE_AREA|\"ARCHIVE_AREAS\"]\n\
 \t    [--parent-archive-areas ARCHIVE_AREA|\"ARCHIVE_AREAS\"]\n\
 \t    [--security true|false]\n\
@@ -151,13 +151,13 @@ Local_arguments ()
 	LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-options:,aptitute-options:,
 		apt-pipeline:,apt-recommends:,apt-secure:,bootstrap:,cache:,cache-indices:,cache-packages:,
 		cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,dump,
-		initramfs:,initramfs-compression:,initsystem:,fdisk:,losetup:,mode:,repositories:,root-command:,use-fakeroot:,tasksel:,includes:,
+		initramfs:,initramfs-compression:,initsystem:,fdisk:,losetup:,mode:,root-command:,use-fakeroot:,tasksel:,includes:,
 		templates:,architectures:,bootstrap-flavour:,bootstrap-keyring:,clean,
 		distribution:,parent-distribution:,parent-debian-installer-distribution:,parent-mirror-bootstrap:,parent-mirror-chroot:,parent-mirror-chroot-security:,parent-mirror-chroot-volatile:,parent-mirror-chroot-backports:,parent-mirror-binary:,
 		parent-mirror-binary-security:,parent-mirror-binary-volatile:,parent-mirror-binary-backports:,parent-mirror-debian-installer:,
 		mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-chroot-volatile:,mirror-chroot-backports:,mirror-binary:,
 		mirror-binary-security:,mirror-binary-volatile:,mirror-binary-backports:,mirror-debian-installer:,
-		archive-areas:,parent-archive-areas:,chroot-filesystem:,exposed-root:,virtual-root-size:,
+		archives:,archive-areas:,parent-archive-areas:,chroot-filesystem:,exposed-root:,virtual-root-size:,
 		gzip-options:,hooks:,interactive:,keyring-packages:,linux-flavours:,linux-packages:,
 		package-lists:,tasks:,security:,volatile:,backports:,binary-filesystem:,binary-images:,
 		apt-indices:,bootappend-install:,bootappend-live:,bootloader:,checksums:,compression:,build-with-chroot:,
@@ -196,7 +196,7 @@ Local_arguments ()
 				Print_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 
 				# Dump contents of directories that contain text files
-				for DIRECTORY in config/binary_local-packagelists config/chroot_local-packagelists config/chroot_local-tasklists config/chroot_apt config/chroot_local-patches config/chroot_local-preseed config/binary_rootfs
+				for DIRECTORY in config/package-lists config/task-lists config/chroot_apt config/chroot_local-patches config/chroot_local-preseed config/binary_rootfs
 				do
 					if Find_files "${DIRECTORY}"
 					then
@@ -340,11 +340,6 @@ Local_arguments ()
 				shift 2
 				;;
 
-			-r|--repositories)
-				LB_REPOSITORIES="${2}"
-				shift 2
-				;;
-
 			--root-command)
 				LB_ROOT_COMMAND="${2}"
 				shift 2
@@ -501,6 +496,11 @@ Local_arguments ()
 				shift 2
 				;;
 
+			--archives)
+				LB_ARCHIVES="${2}"
+				shift 2
+				;;
+
 			--archive-areas)
 				LB_ARCHIVE_AREAS="${2}"
 				shift 2
@@ -1134,6 +1134,10 @@ LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS}"
 # (Default: ${LB_MIRROR_BOOTSTRAP})
 LB_MIRROR_DEBIAN_INSTALLER="${LB_MIRROR_DEBIAN_INSTALLER}"
 
+# \$LB_ARCHIVES: enable available third-party archives
+# (Default: empty)
+LB_ARCHIVES="${LB_ARCHIVES}"
+
 # \$LB_ARCHIVE_AREAS: select archive areas to use
 # (Default: ${LB_ARCHIVE_AREAS})
 LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS}"
@@ -1144,15 +1148,15 @@ LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS}"
 EOF
 
 # Creating lb_chroot_* configuration
+mkdir -p config/archives
 mkdir -p config/chroot_apt
 mkdir -p config/chroot_local-hooks
 mkdir -p config/chroot_local-includes
 mkdir -p config/chroot_local-patches
-mkdir -p config/chroot_local-packages
-mkdir -p config/chroot_local-packagelists
+mkdir -p config/chroot_packages
+mkdir -p config/package-lists
 mkdir -p config/chroot_local-preseed
-mkdir -p config/chroot_local-tasklists
-mkdir -p config/chroot_sources
+mkdir -p config/task-lists
 
 cat > config/chroot << EOF
 # config/chroot - options for live-build(7), chroot stage
@@ -1193,10 +1197,6 @@ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS}"
 # (Default: autodetected)
 LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES}"
 
-# \$LB_REPOSITORIES: enable available third-party repositories
-# (Default: empty)
-LB_REPOSITORIES="${LB_REPOSITORIES}"
-
 # \$LB_PACKAGE_LISTS: set package list to install
 # (Default: ${LB_PACKAGE_LISTS})
 LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS}"
@@ -1225,7 +1225,7 @@ mkdir -p config/binary_grub
 mkdir -p config/binary_local-debs
 mkdir -p config/binary_local-hooks
 mkdir -p config/binary_local-includes
-mkdir -p config/binary_local-packagelists
+mkdir -p config/package-lists
 mkdir -p config/binary_local-udebs
 mkdir -p config/binary_rootfs
 mkdir -p config/binary_syslinux
@@ -1394,7 +1394,7 @@ mkdir -p auto/scripts
 if [ "${CONFIG}" = "clone" ] # FIXME
 then
 	# Read package selection
-	echo $(dpkg --get-selections | awk '{ print $1 }') > config/chroot_local-packagelists/local-system
+	echo $(dpkg --get-selections | awk '{ print $1 }') > config/package-lists/local-system.chroot.list
 	LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS} local-system"
 
 	# Read debconf questions
diff --git a/scripts/build/lb_source b/scripts/build/lb_source
index 92826d7..627d046 100755
--- a/scripts/build/lb_source
+++ b/scripts/build/lb_source
@@ -40,7 +40,7 @@ Setup_cleanup
 lb chroot_hosts install ${*}
 lb chroot_resolv install ${*}
 lb chroot_hostname install ${*}
-lb chroot_sources install ${*}
+lb chroot_archives install ${*}
 
 # Preparing images
 lb source_debian-live ${*}
@@ -56,7 +56,7 @@ lb source_usb ${*}
 lb source_virtual-hdd ${*}
 
 # Deconfiguring chroot
-rm -f .stage/chroot_sources
+rm -f .stage/chroot_archives
 lb chroot_hostname remove ${*}
 lb chroot_resolv remove ${*}
 lb chroot_hosts remove ${*}
diff --git a/scripts/build/live-build b/scripts/build/live-build
index 50dd3dd..51fe509 100755
--- a/scripts/build/live-build
+++ b/scripts/build/live-build
@@ -16,7 +16,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program. If not, see <http://www.gnu.org/licenses/>.
 ##
-## On Debian systems, the complete text of the GNU General Public License
+## The complete text of the GNU General Public License
 ## can be found in /usr/share/common-licenses/GPL-3 file.
 
 

-- 
live-build



More information about the debian-live-changes mailing list